UNPKG

eslint-plugin-json-schema-validator

Version:
1 lines 1.35 kB
{"title":"JSON schema for schema.org / Action","$schema":"http://json-schema.org/draft-04/schema#","type":"object","anyOf":[{"$ref":"https://json.schemastore.org/schema-org-thing"}],"properties":{"@context":{"type":"string","format":"regex","pattern":"http://schema.org"},"@type":{"type":"string","format":"regex","pattern":"Action"},"actionStatus":{"type":"object"},"agent":{"anyOf":[{"$ref":"https://json.schemastore.org/schema-org-thing"},{"$ref":"https://json.schemastore.org/schema-org-thing"}]},"endTime":{"type":"string","format":"date-time"},"error":{"$ref":"https://json.schemastore.org/schema-org-thing"},"instrument":{"$ref":"https://json.schemastore.org/schema-org-thing"},"location":{"anyOf":[{"$ref":"https://json.schemastore.org/schema-org-thing"},{"$ref":"https://json.schemastore.org/schema-org-thing"},{"type":"string"}]},"object":{"$ref":"https://json.schemastore.org/schema-org-thing"},"participant":{"anyOf":[{"$ref":"https://json.schemastore.org/schema-org-thing"},{"$ref":"https://json.schemastore.org/schema-org-thing"},{"type":"array","anyOf":[{"$ref":"https://json.schemastore.org/schema-org-thing"},{"$ref":"https://json.schemastore.org/schema-org-thing"}]}]},"result":{"$ref":"https://json.schemastore.org/schema-org-thing"},"startTime":{"type":"string","format":"date-time"},"target":{"type":"object"}},"required":["@type"]}