UNPKG

eslint-plugin-json-schema-validator

Version:
1 lines 945 B
{"title":"JSON schema for the Source Maps v3","$schema":"http://json-schema.org/draft-04/schema#","type":"object","required":["version"],"definitions":{"sectionMap":{"oneOf":[{"additionalProperties":false,"properties":{"url":{"type":"string"}}},{"additionalProperties":false,"properties":{"map":{"$ref":"#"}}}]}},"patternProperties":{"^x_":{"additionalItems":true,"additionalProperties":true}},"properties":{"version":{"type":"integer","default":3},"file":{"type":"string"},"sourceRoot":{"type":"string"},"sources":{"type":"array","items":{"type":"string"}},"sourcesContent":{"type":"array","items":{"type":["string","null"]}},"names":{"type":"array","items":{"type":"string"}},"mappings":{"type":"string"},"sections":{"type":"array","minItems":1,"uniqueItems":true,"additionalItems":{"allOf":[{"$ref":"#/definitions/sectionMap"}],"properties":{"offset":{"type":"object","properties":{"line":{"type":"integer"},"column":{"type":"integer"}}}}}}}}