dlp_NewCustomEntryWithId

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-newcustomentrywithid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_NewCustomEntryWithId",
  "title": "dlp_NewCustomEntryWithId",
  "allOf": [
    {
      "$ref": "#/components/schemas/dlp_NewCustomEntry"
    },
    {
      "properties": {
        "entry_id": {
          "format": "uuid",
          "type": "string"
        }
      },
      "required": [
        "entry_id"
      ],
      "type": "object"
    }
  ]
}