{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_token_with_value", "title": "Create token response, with the token value", "allOf": [ { "$ref": "#/components/schemas/iam_token_base" }, { "properties": { "value": { "$ref": "#/components/schemas/iam_value" } } } ] }