dlp_NewCustomProfiles

APIs.ioEngineeringPlatform

Properties

Name Type Description
profiles array
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-newcustomprofiles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_NewCustomProfiles",
  "title": "dlp_NewCustomProfiles",
  "properties": {
    "profiles": {
      "items": {
        "$ref": "#/components/schemas/dlp_NewCustomProfile"
      },
      "type": "array"
    }
  },
  "required": [
    "profiles"
  ],
  "type": "object"
}