AWS App Mesh · Schema

PortSet

PortSet schema from AWS App Mesh

DeprecatedEnvoyMicroservicesNetworkingService Mesh
View JSON Schema on GitHub

JSON Schema

app-mesh-port-set-schema.json Raw ↑
{
  "type": "array",
  "items": {
    "type": "integer",
    "minimum": 1,
    "maximum": 65535
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-port-set-schema.json",
  "title": "PortSet",
  "description": "PortSet schema from AWS App Mesh"
}