{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic-visibility_pcaps_ownership_request", "title": "magic-visibility_pcaps_ownership_request", "properties": { "destination_conf": { "$ref": "#/components/schemas/magic-visibility_pcaps_destination_conf" } }, "required": [ "destination_conf" ], "type": "object" }