File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
www.schemastore.org/api/json Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
- {"timestamp" :1649898059375 }
1
+ {"timestamp" :1649984143697 }
Original file line number Diff line number Diff line change 145
145
{
146
146
"name" : " Ansible Tasks File" ,
147
147
"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 " ,
149
149
"fileMatch" : [
150
150
" **/tasks/*.yml" ,
151
151
" **/tasks/*.yaml" ,
156
156
{
157
157
"name" : " Ansible Playbook" ,
158
158
"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 " ,
160
160
"fileMatch" : [
161
161
" playbook.yml" ,
162
162
" playbook.yaml" ,
4253
4253
"description" : " Schema for making statecharts" ,
4254
4254
"fileMatch" : [],
4255
4255
"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"
4256
4272
}
4257
4273
]
4258
4274
}
You can’t perform that action at this time.
0 commit comments