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

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

The newest version!
{
  "$id": "https://open-metadata.org/schema/tests/column/columnValuesToBeUnique.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "columnValuesToBeUnique",
  "description": "This schema defines the test ColumnValuesToBeUnique. Test the values in a column to be unique. ",
  "type": "object",
  "javaType": "org.openmetadata.catalog.tests.column.ColumnValuesToBeUnique",
  "properties": {
    "columnValuesToBeUnique": {
      "type": "boolean",
      "default": true
    }
  },
  "additionalProperties": false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy