Amazon API Gateway · Schema

ApiKeys

GatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
position string
warnings array
item array
View JSON Schema on GitHub

JSON Schema

amazon-api-gateway-apikeys-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ApiKeys",
  "type": "object",
  "properties": {
    "position": {
      "type": "string"
    },
    "warnings": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "item": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/ApiKey"
      }
    }
  }
}