dlp_RegexValidationResult

APIs.ioEngineeringPlatform

Properties

Name Type Description
valid boolean
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-regexvalidationresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_RegexValidationResult",
  "title": "dlp_RegexValidationResult",
  "properties": {
    "valid": {
      "type": "boolean"
    }
  },
  "required": [
    "valid"
  ],
  "type": "object"
}