json.schema.tests.table.tableColumnCountToEqual.json Maven / Gradle / Ivy
The newest version!
{
"$id": "https://open-metadata.org/schema/tests/tableColumnCountToEqual.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "TableColumnCountToEqual",
"description": "This schema defines the test TableColumnCountToEqual. Test the number of columns equal to a value.",
"type": "object",
"javaType": "org.openmetadata.catalog.tests.table.TableColumnCountToEqual",
"properties": {
"columnCount": {
"description": "Expected number of columns to equal to a {value}",
"type": "integer"
}
},
"required": ["columnCount"],
"additionalProperties": false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy