Amazon Connect · JSON Structure

Describe Instance Response Structure

DescribeInstanceResponse schema from Amazon Connect Service API

Type: object Properties: 1
ChatContact CenterCustomer ServiceVoiceAIOmnichannel

DescribeInstanceResponse is a JSON Structure definition published by Amazon Connect, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Instance

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-connect/refs/heads/main/json-structure/describe-instance-response-structure.json",
  "name": "DescribeInstanceResponse",
  "description": "DescribeInstanceResponse schema from Amazon Connect Service API",
  "type": "object",
  "properties": {
    "Instance": {
      "$ref": "#/components/schemas/Instance"
    }
  }
}