{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RoleLookupResponse", "title": "RoleLookupResponse", "type": "object", "properties": { "reference": { "allOf": [ { "$ref": "#/components/schemas/RoleExternalReference" } ], "nullable": true, "description": "Matching reference, or null if none exists." } }, "required": [ "reference" ] }