Skip to content

Commit 87fde51

Browse files
authored
Update ifstate 2.0 config schema. (SchemaStore#4936)
1 parent 61de306 commit 87fde51

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/api/json/catalog.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3093,10 +3093,10 @@
30933093
"url": "https://www.schemastore.org/ide.host.json"
30943094
},
30953095
{
3096-
"name": "ifstate.conf",
3096+
"name": "ifstate.yaml",
30973097
"description": "IfState configuration file",
3098-
"fileMatch": ["ifstate.yml", "**/ifstate/config.yml"],
3099-
"url": "https://ifstate.net/schema/1/ifstate.conf.schema.json",
3098+
"fileMatch": ["ifstate.yaml", "**/ifstate/config.yml"],
3099+
"url": "https://ifstate.net/schema/2/ifstate.conf.schema.json",
31003100
"versions": {
31013101
"0.6": "https://ifstate.net/schema/0.6/ifstate.conf.schema.json",
31023102
"0.7": "https://ifstate.net/schema/0.7/ifstate.conf.schema.json",
@@ -3113,7 +3113,10 @@
31133113
"1.8": "https://ifstate.net/schema/1.8/ifstate.conf.schema.json",
31143114
"1.9": "https://ifstate.net/schema/1.9/ifstate.conf.schema.json",
31153115
"1.10": "https://ifstate.net/schema/1.10/ifstate.conf.schema.json",
3116-
"1.11": "https://ifstate.net/schema/1.11/ifstate.conf.schema.json"
3116+
"1.11": "https://ifstate.net/schema/1.11/ifstate.conf.schema.json",
3117+
"1.12": "https://ifstate.net/schema/1.12/ifstate.conf.schema.json",
3118+
"1.13": "https://ifstate.net/schema/1.13/ifstate.conf.schema.json",
3119+
"2.0": "https://ifstate.net/schema/2.0/ifstate.conf.schema.json"
31173120
}
31183121
},
31193122
{

0 commit comments

Comments
 (0)