Describes an Amazon Connect client add-in.
{ "type": "object", "properties": { "AddInId": { "allOf": [ { "$ref": "#/components/schemas/AmazonUuid" }, { "description": "The client add-in identifier." } ] }, "ResourceId": { "allOf": [ { "$ref": "#/components/schemas/DirectoryId" }, { "description": "The directory identifier for which the client add-in is configured." } ] }, "Name": { "allOf": [ { "$ref": "#/components/schemas/AddInName" }, { "description": "The name of the client add in." } ] }, "URL": { "allOf": [ { "$ref": "#/components/schemas/AddInUrl" }, { "description": "The endpoint URL of the client add-in." } ] } }, "description": "Describes an Amazon Connect client add-in.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ConnectClientAddIn", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-connect-client-add-in-schema.json" }