Skip to content

Commit aae2f7b

Browse files
committed
Update schema store
1 parent ab1e12c commit aae2f7b

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

schemastore/timestamp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":1649898059375}
1+
{"timestamp":1649984143697}

schemastore/www.schemastore.org/api/json/catalog.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
{
146146
"name": "Ansible Tasks File",
147147
"description": "Ansible tasks file",
148-
"url": "https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible-tasks.json",
148+
"url": "https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/definitions/tasks",
149149
"fileMatch": [
150150
"**/tasks/*.yml",
151151
"**/tasks/*.yaml",
@@ -156,7 +156,7 @@
156156
{
157157
"name": "Ansible Playbook",
158158
"description": "Ansible playbook files",
159-
"url": "https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible-playbook.json",
159+
"url": "https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/definitions/playbook",
160160
"fileMatch": [
161161
"playbook.yml",
162162
"playbook.yaml",
@@ -4253,6 +4253,22 @@
42534253
"description": "Schema for making statecharts",
42544254
"fileMatch": [],
42554255
"url": "https://raw.githubusercontent.com/statelyai/xstate/main/packages/core/src/machine.schema.json"
4256+
},
4257+
{
4258+
"name": "Butane config schema",
4259+
"description": "Schema to validate butane files for Fedora CoreOS",
4260+
"fileMatch": ["*.bu"],
4261+
"url": "https://raw.githubusercontent.com/Relativ-IT/Butane-Schemas/Release/Butane-Schema.json"
4262+
},
4263+
{
4264+
"name": "Updatecli",
4265+
"description": "Schema for Updatecli manifest",
4266+
"fileMatch": [
4267+
"**/updatecli.d/**/*.yaml",
4268+
"**/updatecli.d/**/*.yml",
4269+
"updatecli.yaml"
4270+
],
4271+
"url": "https://www.updatecli.io/schema/latest/config.json"
42564272
}
42574273
]
42584274
}

0 commit comments

Comments
 (0)