eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
1 lines • 463 B
JSON
{"title":"JSON schema for .NET CLI template host files","$schema":"http://json-schema.org/draft-04/schema","type":"object","definitions":{"symbolInfo":{"properties":{"isHidden":{"anyOf":[{"type":"boolean"},{"pattern":"^(true|false)$"}]},"longName":{"type":"string"},"shortName":{"type":"string"}}}},"properties":{"symbolInfo":{"type":"object","additionalProperties":{"$ref":"#/definitions/symbolInfo"}},"usageExamples":{"type":"array","items":{"type":"string"}}}}