dlp_NewWordListEntry

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean
name string
words array
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-newwordlistentry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_NewWordListEntry",
  "title": "dlp_NewWordListEntry",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "words": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "name",
    "words",
    "enabled"
  ],
  "type": "object"
}