Amazon API Gateway · JSON Structure

Amazon Api Gateway Model Structure

Type: record Properties: 0
GatewayHTTP APIREST APIServerlessWebSocket

Model is a JSON Structure definition published by Amazon API Gateway. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "Model",
  "type": "record",
  "fields": [
    {
      "name": "id",
      "type": "string"
    },
    {
      "name": "name",
      "type": "string"
    },
    {
      "name": "description",
      "type": "string"
    },
    {
      "name": "schema",
      "type": "string"
    },
    {
      "name": "contentType",
      "type": "string"
    }
  ]
}