Amazon AppSync · JSON Structure

Appsync Associate Api Response Structure

Response from associating an API with a domain name

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Associate Api Response Structure is a JSON Structure definition published by Amazon AppSync. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-associate-api-response-structure.json",
  "title": "AssociateApiResponse",
  "description": "Response from associating an API with a domain name",
  "type": "record",
  "fields": {
    "apiAssociation": {
      "type": "string",
      "description": "apiAssociation"
    }
  }
}