{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PMRIDResponseObject", "title": "PMRIDResponseObject", "type": "object", "properties": { "email": { "type": "string", "example": "john.andersen@example.com", "description": "Email address for the meeting host whose personal room ID has been refreshed." }, "personId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8yNWJiZjgzMS01YmU5LTRjMjUtYjRiMC05YjU5MmM4YTA4NmI", "description": "Unique identifier for the meeting host whose personal room ID has been refreshed." }, "personalMeetingRoomId": { "type": "string", "example": "prABCD23670651", "description": "Refreshed personal room ID." } } }