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