Amazon AppSync · JSON Structure

Appsync Get Schema Creation Status Response Structure

Response with schema creation status

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Get Schema Creation Status 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-schema-creation-status-response-structure.json",
  "title": "GetSchemaCreationStatusResponse",
  "description": "Response with schema creation status",
  "type": "record",
  "fields": {
    "status": {
      "type": "string",
      "description": "Schema creation status"
    },
    "details": {
      "type": "string",
      "description": "Status details"
    }
  }
}