{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codecatalyst/refs/heads/main/json-structure/amazon-codecatalyst-get-space-response-structure.json", "name": "GetSpaceResponse", "description": "GetSpaceResponse schema from Amazon CodeCatalyst", "type": "object", "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/NameString" }, { "description": "The name of the space." } ] }, "regionName": { "allOf": [ { "$ref": "#/components/schemas/RegionString" }, { "description": "The Amazon Web Services Region where the space exists." } ] }, "displayName": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The friendly name of the space displayed to users." } ] }, "description": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The description of the space." } ] } }, "required": [ "name", "regionName" ] }