Amazon API Gateway · Schema

CreateBasePathMappingRequest

GatewayHTTP APIREST APIServerlessWebSocket

Properties

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

JSON Schema

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