{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateDistributionPathRequest", "title": "CreateDistributionPathRequest", "type": "object", "required": [ "source", "target" ], "properties": { "source": { "type": "string", "example": "example_value" }, "target": { "type": "string", "example": "example_value" } } }