{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListCPCallParkExtensionObject", "title": "ListCPCallParkExtensionObject", "type": "object", "required": [ "id", "extension", "name" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0NBTExfUEFSS19FWFRFTlNJT04vMGYzZTkwNGItYzliNC00ODNmLWI4MWItZmI0ZjkyMWcxNDUzCg", "description": "Unique identifier for the call park extension." }, "extension": { "type": "string", "example": "1415", "description": "The extension for the call park." }, "name": { "type": "string", "example": "14159265", "description": "A unique name for the call park extension." } } }