Skip to content

Commit f6cd98d

Browse files
authored
Add qtype schema to catalog (SchemaStore#4804)
1 parent b7c5bfd commit f6cd98d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4763,6 +4763,12 @@
47634763
],
47644764
"url": "https://www.qgoda.net/schemas/qgoda.json"
47654765
},
4766+
{
4767+
"name": "QType AI DSL",
4768+
"description": "A DSL for rapid prototyping of AI applications",
4769+
"fileMatch": ["qtype.config.yaml", "*.qtype.yaml"],
4770+
"url": "https://github.com/lou-k/qtype/blob/main/schema/qtype.schema.json"
4771+
},
47664772
{
47674773
"name": "Railway",
47684774
"description": "Use Railway config as code to define settings for building and deploying your services",

0 commit comments

Comments
 (0)