Skip to content

Commit dcd66f6

Browse files
authored
Merge pull request #32 from abikouo/x_ansible_lint
add custom key for ansible-lint to validate pattern schemas
2 parents 15c6ca6 + 7131a80 commit dcd66f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

specifications/pattern-schema/pattern-schema-dev.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"title": "Ansible Pattern Schema",
55
"description": "A schema for validating Ansible pattern definitions",
66
"type": "object",
7+
"x-ansible-lint": [
8+
"patterns/*/meta/pattern.json"
9+
],
710
"required": [
811
"schema_version",
912
"name",

0 commit comments

Comments
 (0)