{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "v2IsRequest", "description": "v2IsRequest schema from Aserto authorizer API", "properties": { "identity_context": { "$ref": "#/components/schemas/apiIdentityContext" }, "policy_context": { "$ref": "#/components/schemas/apiPolicyContext" }, "policy_instance": { "$ref": "#/components/schemas/apiPolicyInstance" }, "resource_context": { "type": "object" } }, "type": "object" }