{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApplicationPutSharedLineMemberList", "title": "ApplicationPutSharedLineMemberList", "type": "object", "properties": { "members": { "type": "array", "items": { "$ref": "#/components/schemas/ApplicationPutSharedLineMemberItem" }, "description": "List of members to be added or modified for shared-line assignment to a Webex Calling Apps." } }, "description": "List of members to be added or modified for shared-line assignment to a Webex Calling Apps." }