{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-apigateway-documentationversion.json",
  "title": "AWSApiGatewayDocumentationVersionProperties",
  "description": "A snapshot of the documentation of an API.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigateway>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-apigateway-documentationversion.json",
    "sourceSha256": "e3f7f8a748440a8751bd2035d3b8cdd23fd9a3ad639b8b6cc21a6d90b6ac65e5"
  },
  "type": "object",
  "properties": {
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The description of the API documentation snapshot."
    },
    "DocumentationVersion": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The version identifier of the API documentation snapshot."
    },
    "RestApiId": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The identifier of the API."
    }
  },
  "typeName": "AWS::ApiGateway::DocumentationVersion",
  "primaryIdentifier": [
    "/properties/DocumentationVersion",
    "/properties/RestApiId"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigateway",
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/DocumentationVersion",
    "/properties/RestApiId"
  ],
  "$defs": {},
  "required": [
    "DocumentationVersion",
    "RestApiId"
  ]
}
