Skip to content

Commit 141c484

Browse files
authored
Add json schema for Instant Python (SchemaStore#5185)
* feat: add self hosted instant python schema to catalog.json * feat: add self hosted instant python schema for custom project templates file
1 parent b583a81 commit 141c484

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/api/json/catalog.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3254,6 +3254,18 @@
32543254
"fileMatch": [".infrahub.yml", ".infrahub.yaml"],
32553255
"url": "https://schema.infrahub.app/python-sdk/repository-config/latest.json"
32563256
},
3257+
{
3258+
"name": "instant_python_config",
3259+
"description": "Instant Python Configuration",
3260+
"fileMatch": ["ipy.yml"],
3261+
"url": "https://raw.githubusercontent.com/instant-python/instant-python/main/schemas/ipy-schemas.json"
3262+
},
3263+
{
3264+
"name": "instant_python_custom_project",
3265+
"description": "Instant Python Custom Project Structure",
3266+
"fileMatch": ["main_structure.yml"],
3267+
"url": "https://raw.githubusercontent.com/instant-python/instant-python/main/schemas/main-structure-schema.json"
3268+
},
32573269
{
32583270
"name": "ioBroker Configuration",
32593271
"description": "The configuration file of an ioBroker installation",

0 commit comments

Comments
 (0)