diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index fb60a9d2117..29e5339ec12 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -6066,6 +6066,12 @@ "description": "Bioimage.io resource descriptions may be produced or consumed by bioimage.io-compatible software", "fileMatch": ["bioimageio.yaml", "*.bioimageio.yaml"], "url": "https://bioimage-io.github.io/spec-bioimage-io/bioimageio_schema_latest.json" + }, + { + "name": "shard.yml", + "description": "Shards configuration file", + "fileMatch": ["shard.yml"], + "url": "https://raw.githubusercontent.com/crystal-lang/shards/master/docs/shard.yml.schema.json" } ] }