{ "type": "object", "properties": { "json": { "allOf": [ { "$ref": "#/components/schemas/JsonFormat" }, { "description": "
" } ] }, "text": { "allOf": [ { "$ref": "#/components/schemas/TextFormat" }, { "description": "" } ] } }, "description": "An object that represents the format for the logs.", "$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-logging-format-schema.json", "title": "LoggingFormat" }