File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1176
1176
"type" : " object"
1177
1177
}
1178
1178
},
1179
- "$id" : " https://raw.githubusercontent.com/ansible/ansiblelint /main/ansiblelint/schemas/ansible.json" ,
1179
+ "$id" : " https://raw.githubusercontent.com/ansible/ansible-lint /main/src /ansiblelint/schemas/ansible.json" ,
1180
1180
"$schema" : " http://json-schema.org/draft-07/schema" ,
1181
1181
"additionalProperties" : false ,
1182
1182
"examples" : [],
Original file line number Diff line number Diff line change 233
233
"title" : " Option"
234
234
}
235
235
},
236
- "$id" : " https://raw.githubusercontent.com/ansible/ansiblelint /main/src/ansiblelint/schemas/ansible-argument-specs .json" ,
236
+ "$id" : " https://raw.githubusercontent.com/ansible/ansible-lint /main/src/ansiblelint/schemas/arg_specs .json" ,
237
237
"$schema" : " http://json-schema.org/draft-07/schema" ,
238
238
"additionalProperties" : false ,
239
239
"examples" : [" meta/argument_specs.yml" ],
Original file line number Diff line number Diff line change 238
238
"type" : [" string" , " null" ]
239
239
}
240
240
},
241
- "$id" : " https://raw.githubusercontent.com/ansible-lint/main/src/ansiblelint/schemas/changelog.json" ,
241
+ "$id" : " https://raw.githubusercontent.com/ansible/ansible -lint/main/src/ansiblelint/schemas/changelog.json" ,
242
242
"$schema" : " http://json-schema.org/draft-07/schema" ,
243
243
"additionalProperties" : false ,
244
244
"examples" : [" changelogs/changelog.yaml" ],
Original file line number Diff line number Diff line change 1
1
{
2
- "$id" : " https://raw.githubusercontent.com/ansible-lint/main/src/ansiblelint/schemas/ansible-ee .json" ,
2
+ "$id" : " https://raw.githubusercontent.com/ansible/ansible -lint/main/src/ansiblelint/schemas/execution-environment .json" ,
3
3
"$schema" : " http://json-schema.org/draft-07/schema" ,
4
4
"additionalProperties" : false ,
5
5
"description" : " See https://docs.ansible.com/automation-controller/latest/html/userguide/ee_reference.html" ,
Original file line number Diff line number Diff line change 384
384
"title" : " SPDXLicenseEnum"
385
385
}
386
386
},
387
- "$id" : " https://raw.githubusercontent.com/ansible-lint/main/src/ansiblelint/schemas/ansible- galaxy.json" ,
387
+ "$id" : " https://raw.githubusercontent.com/ansible/ansible -lint/main/src/ansiblelint/schemas/galaxy.json" ,
388
388
"$schema" : " http://json-schema.org/draft-07/schema" ,
389
389
"additionalProperties" : false ,
390
390
"examples" : [" galaxy.yml" ],
Original file line number Diff line number Diff line change 42
42
"type" : " object"
43
43
}
44
44
},
45
- "$id" : " https://raw.githubusercontent.com/ansible-lint/main/src/ansiblelint/schemas/ansible- inventory.json" ,
45
+ "$id" : " https://raw.githubusercontent.com/ansible/ansible -lint/main/src/ansiblelint/schemas/inventory.json" ,
46
46
"$schema" : " http://json-schema.org/draft-07/schema" ,
47
47
"additionalProperties" : true ,
48
48
"description" : " Ansible Inventory Schema" ,
Original file line number Diff line number Diff line change 38
38
"type" : " object"
39
39
}
40
40
},
41
- "$id" : " https://raw.githubusercontent.com/ansible-lint/main/src/ansiblelint/schemas/ansible- meta-runtime.json" ,
41
+ "$id" : " https://raw.githubusercontent.com/ansible/ansible -lint/main/src/ansiblelint/schemas/meta-runtime.json" ,
42
42
"$schema" : " http://json-schema.org/draft-07/schema" ,
43
43
"additionalProperties" : false ,
44
44
"description" : " See https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_structure.html#meta-directory" ,
Original file line number Diff line number Diff line change 509
509
"type" : " object"
510
510
}
511
511
},
512
- "$id" : " https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansible-lint /schemas/molecule.json" ,
512
+ "$id" : " https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint /schemas/molecule.json" ,
513
513
"$schema" : " http://json-schema.org/draft-07/schema" ,
514
514
"additionalProperties" : false ,
515
515
"examples" : [" molecule/*/molecule.yml" ],
Original file line number Diff line number Diff line change 110
110
"type" : " object"
111
111
}
112
112
},
113
- "$id" : " https://raw.githubusercontent.com/ansible-lint/main/src/ansiblelint/schemas/ansible- requirements.json" ,
113
+ "$id" : " https://raw.githubusercontent.com/ansible/ansible -lint/main/src/ansiblelint/schemas/requirements.json" ,
114
114
"$schema" : " http://json-schema.org/draft-07/schema" ,
115
115
"anyOf" : [
116
116
{
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json-schema.org/draft-07/schema#" ,
3
- "$id" : " https://raw.githubusercontent.com/ansible/ansible-rulebook /main/ansible_rulebook/schema/ruleset_schema .json" ,
3
+ "$id" : " https://raw.githubusercontent.com/ansible/ansible-lint /main/src/ansiblelint/schemas/rulebook .json" ,
4
4
"type" : " array" ,
5
5
"items" : {"$ref" : " #/$defs/ruleset" },
6
6
"minItems" : 1 ,
You can’t perform that action at this time.
0 commit comments