{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Mapping", "type": "object", "description": "An Ambassador Mapping resource that associates a URL prefix or path with a backend service. Mappings are the primary mechanism for configuring routing in Ambassador Edge Stack.", "properties": { "apiVersion": { "type": "string", "description": "API version for the Mapping resource" }, "kind": { "type": "string", "description": "Resource kind" } } }