{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "v2IdentityContext", "description": "v2IdentityContext schema from Aserto decision-logs API", "properties": { "identity": { "type": "string" }, "type": { "$ref": "#/components/schemas/v2IdentityType" } }, "type": "object" }