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