magic-visibility_pcaps_ownership_validate_request

APIs.ioEngineeringPlatform

Properties

Name Type Description
destination_conf object
ownership_challenge object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-visibility-pcaps-ownership-validate-request-schema.json Raw ↑
{
  "$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"
}