{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "information about a user on behalf of whom a decision was made", "description": "v2DecisionUser schema from Aserto decision-logs API", "properties": { "context": { "$ref": "#/components/schemas/v2IdentityContext" }, "email": { "type": "string" }, "id": { "type": "string" } }, "type": "object" }