Amazon App Mesh · Schema

JsonFormatRef

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

MicroservicesNetworkingService Mesh

Properties

Name Type Description
key object
value object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-jsonformatref-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "JsonFormatRef",
  "description": "An object that represents the key value pairs for the JSON.",
  "type": "object",
  "properties": {
    "key": {},
    "value": {}
  },
  "required": [
    "key",
    "value"
  ]
}