Skip to content

Commit 56c106e

Browse files
authored
Added ProActions AI-Kit schemas to catalog (SchemaStore#4672)
* Added catalog configuration for ProActions AI-Kit schema * Update catalog.json - removed schema in name and description
1 parent e470ab3 commit 56c106e

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4407,6 +4407,42 @@
44074407
"fileMatch": ["prisma.yml"],
44084408
"url": "https://json.schemastore.org/prisma.json"
44094409
},
4410+
{
4411+
"name": "ProActions AI-Kit Configuration",
4412+
"description": "Eidosmedia ProActions AI-Kit main configuration file",
4413+
"fileMatch": ["*.ai-kit.yaml"],
4414+
"url": "https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/ai-kit.schema.json"
4415+
},
4416+
{
4417+
"name": "ProActions AI-Kit Configuration for Services",
4418+
"description": "Eidosmedia ProActions AI-Kit services configuration files",
4419+
"fileMatch": ["*.ai-kit.serv.yaml"],
4420+
"url": "https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/partial-services.schema.json"
4421+
},
4422+
{
4423+
"name": "ProActions AI-Kit Configuration for Menus",
4424+
"description": "Eidosmedia ProActions AI-Kit menu configuration files",
4425+
"fileMatch": ["*.ai-kit.menu.yaml"],
4426+
"url": "https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/partial-floatingMenu.schema.json"
4427+
},
4428+
{
4429+
"name": "ProActions AI-Kit Configuration for Templates",
4430+
"description": "Eidosmedia ProActions AI-Kit template configuration files",
4431+
"fileMatch": ["*.ai-kit.templ.yaml"],
4432+
"url": "https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/partial-templates.schema.json"
4433+
},
4434+
{
4435+
"name": "ProActions AI-Kit Configuration for Sections",
4436+
"description": "Eidosmedia ProActions AI-Kit section configuration files",
4437+
"fileMatch": ["*.ai-kit.sect.yaml"],
4438+
"url": "https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/partial-section.schema.json"
4439+
},
4440+
{
4441+
"name": "ProActions AI-Kit Configuration for Steps",
4442+
"description": "Eidosmedia ProActions AI-Kit step configuration files",
4443+
"fileMatch": ["*.ai-kit.step.yaml"],
4444+
"url": "https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/partial-step.schema.json"
4445+
},
44104446
{
44114447
"name": "Problem package generators",
44124448
"description": "Generators for programming tasks in the Kattis/CLICS problem package format",

0 commit comments

Comments
 (0)