{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BatchRefreshPMRIDResponseObject", "title": "BatchRefreshPMRIDResponseObject", "type": "object", "properties": { "siteUrl": { "type": "string", "example": "example.webex.com", "description": "URL of the Webex site." }, "personalMeetingRoomIds": { "type": "array", "items": { "$ref": "#/components/schemas/PMRIDResponseObject" }, "description": "Information for the refreshed personal room IDs." } } }