Amazon AppSync · JSON Structure

Appsync Create Api Key Response Structure

Response from creating an API key

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Create Api Key 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-create-api-key-response-structure.json",
  "title": "CreateApiKeyResponse",
  "description": "Response from creating an API key",
  "type": "record",
  "fields": {
    "apiKey": {
      "type": "string",
      "description": "apiKey"
    }
  }
}