{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CredentialEndUser", "title": "CredentialEndUser", "type": "object", "properties": { "endUserEmail": { "type": "string", "nullable": true }, "endUserId": { "type": "string" }, "organizationId": { "type": "string" }, "tags": { "type": "object" } }, "required": [ "endUserId", "organizationId" ] }