We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9266c55 commit 7131a80Copy full SHA for 7131a80
specifications/pattern-schema/pattern-schema-dev.json
@@ -4,7 +4,9 @@
4
"title": "Ansible Pattern Schema",
5
"description": "A schema for validating Ansible pattern definitions",
6
"type": "object",
7
- "x-ansible-lint": ["patterns/*/meta/pattern.json"],
+ "x-ansible-lint": [
8
+ "patterns/*/meta/pattern.json"
9
+ ],
10
"required": [
11
"schema_version",
12
"name",
0 commit comments