dlp_Pattern

APIs.ioEngineeringPlatform

Properties

Name Type Description
regex string
validation object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-pattern-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_Pattern",
  "title": "dlp_Pattern",
  "properties": {
    "regex": {
      "type": "string"
    },
    "validation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/dlp_Validation"
        }
      ]
    }
  },
  "required": [
    "regex"
  ],
  "type": "object"
}