An object that represents the default properties for a backend.
{ "type": "object", "properties": { "clientPolicy": { "allOf": [ { "$ref": "#/components/schemas/ClientPolicy" }, { "description": "A reference to an object that represents a client policy." } ] } }, "description": "An object that represents the default properties for a backend.", "$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-backend-defaults-schema.json", "title": "BackendDefaults" }