Skip to content

Commit

Permalink
Add new schema for NetKANs (#4206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olympic1 authored Nov 11, 2024
1 parent 36fd15c commit 6a06df5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5434,10 +5434,16 @@
},
{
"name": "KSP-CKAN",
"description": "Metadata spec for KSP-CKAN",
"description": "Metadata spec for CKAN meta files",
"fileMatch": ["*.ckan"],
"url": "https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/CKAN.schema"
},
{
"name": "KSP-NetKAN",
"description": "Metadata spec for NetKAN files",
"fileMatch": ["*.netkan", "*.frozen"],
"url": "https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/NetKAN.schema"
},
{
"name": "JSON Schema Draft 4",
"description": "Meta-validation JSON Schema Draft 4",
Expand Down

0 comments on commit 6a06df5

Please sign in to comment.