json.schema.tests.column.columnValuesToMatchRegex.json Maven / Gradle / Ivy
The newest version!
{
"$id": "https://open-metadata.org/schema/tests/column/columnValuesToMatchRegex.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "columnValuesToMatchRegex",
"description": "This schema defines the test ColumnValuesToMatchRegex. Test the values in a column to match a given regular expression. ",
"type": "object",
"javaType": "org.openmetadata.catalog.tests.column.ColumnValuesToMatchRegex",
"properties": {
"regex": {
"description": "The regular expression the column entries should match.",
"type": "string"
}
},
"required": ["regex"],
"additionalProperties": false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy