Amazon API Gateway · Schema

BasePathMapping

GatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
basePath string
restApiId string
stage string
View JSON Schema on GitHub

JSON Schema

amazon-api-gateway-basepathmapping-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BasePathMapping",
  "type": "object",
  "properties": {
    "basePath": {
      "type": "string"
    },
    "restApiId": {
      "type": "string"
    },
    "stage": {
      "type": "string"
    }
  }
}