We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d5ec2 commit 6f56a51Copy full SHA for 6f56a51
src/api/json/catalog.json
@@ -6066,6 +6066,12 @@
6066
"description": "Bioimage.io resource descriptions may be produced or consumed by bioimage.io-compatible software",
6067
"fileMatch": ["bioimageio.yaml", "*.bioimageio.yaml"],
6068
"url": "https://bioimage-io.github.io/spec-bioimage-io/bioimageio_schema_latest.json"
6069
+ },
6070
+ {
6071
+ "name": "shard.yml",
6072
+ "description": "Shards configuration file",
6073
+ "fileMatch": ["shard.yml"],
6074
+ "url": "https://raw.githubusercontent.com/crystal-lang/shards/master/docs/shard.yml.schema.json"
6075
}
6076
]
6077
0 commit comments