eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
1 lines • 470 B
JSON
{"$schema":"http://json-schema.org/draft-04/schema#","id":"https://json.schemastore.org/ansible-inventory","title":"Ansible Inventory","type":"object","definitions":{"group":{"type":"object","properties":{"hosts":{"type":["object","string"],"patternProperties":{"[a-zA-Z.-_0-9]":{"type":["object","null"]}}},"vars":{"type":"object"},"children":{"patternProperties":{"[a-zA-Z-_0-9]":{"$ref":"#/definitions/group"}}}}}},"properties":{"all":{"$ref":"#/definitions/group"}}}