AWS App Mesh · JSON Structure

App Mesh Http Method Structure

HttpMethod schema from AWS App Mesh

Type: string Properties: 0
DeprecatedEnvoyMicroservicesNetworkingService Mesh

HttpMethod is a JSON Structure definition published by AWS App Mesh. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "type": "string",
  "enum": [
    "GET",
    "HEAD",
    "POST",
    "PUT",
    "DELETE",
    "CONNECT",
    "OPTIONS",
    "TRACE",
    "PATCH"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-http-method-structure.json",
  "name": "HttpMethod",
  "description": "HttpMethod schema from AWS App Mesh"
}