AWS App Mesh · JSON Structure

App Mesh Json Format Ref Structure

An object that represents the key value pairs for the JSON.

Type: object Properties: 2 Required: 2
DeprecatedEnvoyMicroservicesNetworkingService Mesh

JsonFormatRef is a JSON Structure definition published by AWS App Mesh, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

key value

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JsonKey"
        },
        {
          "description": "The specified key for the JSON."
        }
      ]
    },
    "value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JsonValue"
        },
        {
          "description": "The specified value for the JSON."
        }
      ]
    }
  },
  "required": [
    "key",
    "value"
  ],
  "description": "An object that represents the key value pairs for the JSON.",
  "$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-json-format-ref-structure.json",
  "name": "JsonFormatRef"
}