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