{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_response_single_segment", "title": "iam_response_single_segment", "allOf": [ { "$ref": "#/components/schemas/iam_api-response-single" }, { "properties": { "result": { "properties": { "expires_on": { "$ref": "#/components/schemas/iam_expires_on" }, "id": { "$ref": "#/components/schemas/iam_token_identifier" }, "not_before": { "$ref": "#/components/schemas/iam_not_before" }, "status": { "$ref": "#/components/schemas/iam_status" } }, "required": [ "id", "status" ] } }, "type": "object" } ] }