dlp_Behaviors

APIs.ioEngineeringPlatform

Properties

Name Type Description
behaviors object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-behaviors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_Behaviors",
  "title": "dlp_Behaviors",
  "properties": {
    "behaviors": {
      "additionalProperties": {
        "$ref": "#/components/schemas/dlp_Behavior"
      },
      "type": "object"
    }
  },
  "required": [
    "behaviors"
  ],
  "type": "object"
}