Amazon AppSync · JSON Structure

Appsync Get Api Association Response Structure

Response from getting an API association

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Get Api Association 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-get-api-association-response-structure.json",
  "title": "GetApiAssociationResponse",
  "description": "Response from getting an API association",
  "type": "record",
  "fields": {
    "apiAssociation": {
      "type": "string",
      "description": "apiAssociation"
    }
  }
}