Amazon API Gateway · Schema

CreateDocumentationVersionRequest

GatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
documentationVersion string
stageName string
description string
View JSON Schema on GitHub

JSON Schema

amazon-api-gateway-createdocumentationversionrequest-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateDocumentationVersionRequest",
  "type": "object",
  "properties": {
    "documentationVersion": {
      "type": "string"
    },
    "stageName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  },
  "required": [
    "documentationVersion"
  ]
}