Amazon API Gateway · Schema

Deployment

GatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
id string The identifier of the deployment.
description string The description for the deployment.
createdDate string
apiSummary object
View JSON Schema on GitHub

JSON Schema

amazon-api-gateway-deployment-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Deployment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The identifier of the deployment."
    },
    "description": {
      "type": "string",
      "description": "The description for the deployment."
    },
    "createdDate": {
      "type": "string",
      "format": "date-time"
    },
    "apiSummary": {
      "type": "object"
    }
  }
}