{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codecatalyst/refs/heads/main/json-schema/amazon-codecatalyst-update-space-response-schema.json", "title": "UpdateSpaceResponse", "description": "UpdateSpaceResponse schema from Amazon CodeCatalyst", "type": "object", "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/NameString" }, { "description": "The name of the space." } ] }, "displayName": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The friendly name of the space displayed to users in Amazon CodeCatalyst." } ] }, "description": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The description of the space." } ] } } }