{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_single_member_response_with_code", "title": "response_with_roles", "allOf": [ { "$ref": "#/components/schemas/iam_api-response-single" }, { "properties": { "result": { "$ref": "#/components/schemas/iam_member_with_code" } }, "type": "object" } ] }