{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UpdateDistributionPathRequest", "type": "object", "properties": { "source": { "type": "string" }, "target": { "type": "string" }, "status": { "type": "string" } } }