Amazon AppSync · Schema

GetSchemaCreationStatusResponse

Response with schema creation status

Amazon AppSyncGraphQLAPI ManagementServerless

Properties

Name Type Description
status string Schema creation status
details string Status details
View JSON Schema on GitHub

JSON Schema

appsync-get-schema-creation-status-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-get-schema-creation-status-response-schema.json",
  "title": "GetSchemaCreationStatusResponse",
  "description": "Response with schema creation status",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "Schema creation status"
    },
    "details": {
      "type": "string",
      "description": "Status details"
    }
  }
}