{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "https://openid.github.io/authzen/#name-the-access-evaluations-api-", "description": "v1EvaluationsRequest schema from Aserto directory API", "properties": { "action": { "$ref": "#/components/schemas/v1Action" }, "context": { "type": "object" }, "evaluations": { "items": { "$ref": "#/components/schemas/v1EvaluationRequest" }, "type": "array" }, "options": { "type": "object" }, "resource": { "$ref": "#/components/schemas/v1Resource" }, "subject": { "$ref": "#/components/schemas/v1Subject" } }, "type": "object" }