Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit 00d1ec3

Browse files
authored
Remove unused properties from schema root (#230)
1 parent a4327f9 commit 00d1ec3

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

f/ansible.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -974,17 +974,7 @@
974974
"type": "object"
975975
}
976976
},
977-
"examples": ["playbooks/*.yml", "playbooks/*.yaml"],
978-
"items": {
979-
"anyOf": [
980-
{
981-
"$ref": "#/definitions/ansible.builtin.import_playbook"
982-
},
983-
{
984-
"$ref": "#/definitions/play"
985-
}
986-
]
987-
},
977+
"examples": [],
988978
"title": "Ansible Schemas Bundle 22.4",
989-
"type": "array"
979+
"type": ["array", "object"]
990980
}

0 commit comments

Comments
 (0)