UNPKG

eslint-plugin-json-schema-validator

Version:
1 lines 801 B
{"title":"JSON schema for Entry Point Regulation manifest files","$schema":"http://json-schema.org/draft-04/schema#","type":"object","additionalProperties":true,"required":["rules"],"definitions":{"behavior":{"type":"string","enum":["block","allow","noAuth"]},"rule":{"type":"object","properties":{"path":{"type":"string"},"regex":{"type":"string"},"types":{"type":"array","items":{"type":"string","enum":["navigation","image","stylesheet","script","xhr","other"]}},"allowData":{"type":"boolean"}}}},"properties":{"site":{"type":"string","format":"uri"},"maxAge":{"type":"integer"},"reportUrl":{"type":"string","format":"uri"},"defaultNavBehavior":{"$ref":"#/definitions/behavior"},"defaultResBehavior":{"$ref":"#/definitions/behavior"},"rules":{"type":"array","items":{"$ref":"#/definitions/rule"}}}}