All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.tests.column.columnValuesToBeNotInSet.json Maven / Gradle / Ivy

The newest version!
{
  "$id": "https://open-metadata.org/schema/tests/column/columnValuesToBeNotInSet.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "columnValuesToBeNotInSet",
  "description": "This schema defines the test ColumnValuesToBeNotInSet. Test the column values to not be in the set. ",
  "type": "object",
  "javaType": "org.openmetadata.catalog.tests.column.ColumnValuesToBeNotInSet",
  "properties": {
    "forbiddenValues": {
      "description": "An Array of values.",
      "type": "array",
      "items": {
        "type": ["string", "number"]
      }
    }
  },
  "required": ["forbiddenValues"],
  "additionalProperties": false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy