{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_single_token_response", "title": "Response with a single token", "allOf": [ { "$ref": "#/components/schemas/iam_api-response-single" }, { "properties": { "result": { "$ref": "#/components/schemas/iam_token_base" } }, "type": "object" } ] }