{
  "typeName" : "AWS::AppSync::GraphQLSchema",
  "description" : "Resource Type definition for AWS::AppSync::GraphQLSchema",
  "additionalProperties" : false,
  "properties" : {
    "Id" : {
      "type" : "string"
    },
    "Definition" : {
      "type" : "string"
    },
    "DefinitionS3Location" : {
      "type" : "string"
    },
    "ApiId" : {
      "type" : "string"
    }
  },
  "required" : [ "ApiId" ],
  "createOnlyProperties" : [ "/properties/ApiId" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}