UNPKG

eslint-plugin-json-schema-validator

Version:
1 lines 700 B
{"title":"JSON schema for JSONPatch files","$schema":"http://json-schema.org/draft-04/schema#","type":"array","items":{"oneOf":[{"additionalProperties":false,"required":["value","op","path"],"properties":{"path":{"$ref":"#/definitions/path"},"op":{"type":"string","enum":["add","replace","test"]},"value":{}}},{"additionalProperties":false,"required":["op","path"],"properties":{"path":{"$ref":"#/definitions/path"},"op":{"type":"string","enum":["remove"]}}},{"additionalProperties":false,"required":["from","op","path"],"properties":{"path":{"$ref":"#/definitions/path"},"op":{"type":"string","enum":["move","copy"]},"from":{"$ref":"#/definitions/path"}}}]},"definitions":{"path":{"type":"string"}}}