Amazon API Gateway · Schema

DocumentationVersion

GatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
version string
createdDate string
description string
View JSON Schema on GitHub

JSON Schema

amazon-api-gateway-documentationversion-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DocumentationVersion",
  "type": "object",
  "properties": {
    "version": {
      "type": "string"
    },
    "createdDate": {
      "type": "string",
      "format": "date-time"
    },
    "description": {
      "type": "string"
    }
  }
}