Amazon Connect · Schema

DescribeRoutingProfileResponse

DescribeRoutingProfileResponse schema from Amazon Connect Service API

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Properties

Name Type Description
RoutingProfile object
View JSON Schema on GitHub

JSON Schema

describe-routing-profile-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-connect/refs/heads/main/json-schema/describe-routing-profile-response-schema.json",
  "title": "DescribeRoutingProfileResponse",
  "description": "DescribeRoutingProfileResponse schema from Amazon Connect Service API",
  "type": "object",
  "properties": {
    "RoutingProfile": {
      "$ref": "#/components/schemas/RoutingProfile"
    }
  }
}