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