Amazon Connect · Schema

DescribeContactResponse

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Properties

Name Type Description
Contact object
View JSON Schema on GitHub

JSON Schema

amazon-connect-describecontactresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeContactResponse",
  "title": "DescribeContactResponse",
  "type": "object",
  "properties": {
    "Contact": {
      "$ref": "#/components/schemas/Contact"
    }
  }
}