mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-13 16:06:52 +00:00
17 lines
488 B
JSON
17 lines
488 B
JSON
{
|
|
"name": "columnValuesToBeNotInSet",
|
|
"displayName": "Column Values To Be Not In Set",
|
|
"description": "This schema defines the test ColumnValuesToBeNotInSet. Test the column values to not be in the set. ",
|
|
"entityType": "COLUMN",
|
|
"testPlatforms": ["OpenMetadata"],
|
|
"parameterDefinition": [
|
|
{
|
|
"name": "forbiddenValues",
|
|
"displayName": "Forbidden Values",
|
|
"description": "An Array of values.",
|
|
"dataType": "ARRAY",
|
|
"required": true
|
|
}
|
|
]
|
|
}
|