{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-apigateway-basepathmapping.json",
  "title": "AWSApiGatewayBasePathMappingProperties",
  "description": "Resource Type definition for AWS::ApiGateway::BasePathMapping. 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-basepathmapping.json",
    "sourceSha256": "2b798a624c26ba1c1bb22d94f9e333864a24978643677ec5f3caa077974c503b"
  },
  "type": "object",
  "properties": {
    "BasePath": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The base path name that callers of the API must provide in the URL after the domain name."
    },
    "DomainName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The DomainName of an AWS::ApiGateway::DomainName resource."
    },
    "RestApiId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the API."
    },
    "Stage": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the API's stage."
    }
  },
  "typeName": "AWS::ApiGateway::BasePathMapping",
  "tagging": {
    "taggable": false,
    "tagOnCreate": false,
    "tagUpdatable": false,
    "cloudFormationSystemTags": false
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigateway",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/DomainName",
    "/properties/BasePath"
  ],
  "required": [
    "DomainName"
  ],
  "createOnlyProperties": [
    "/properties/DomainName",
    "/properties/BasePath"
  ]
}
