json.schema.api.tests.createColumnTest.json Maven / Gradle / Ivy
The newest version!
{
"$id": "https://open-metadata.org/schema/api/tests/columnTest.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CreateColumnTestRequest",
"description": "ColumnTest is a test definition to capture data quality tests against tables and columns.",
"type": "object",
"properties": {
"description": {
"description": "Description of the testcase.",
"$ref": "../../type/basic.json#/definitions/markdown"
},
"columnName": {
"description": "Name of the column in a table.",
"type": "string"
},
"testCase": {
"$ref": "../../tests/columnTest.json#/definitions/columnTestCase"
},
"executionFrequency": {
"$ref": "../../tests/basic.json#/definitions/testCaseExecutionFrequency"
},
"result": {
"$ref": "../../tests/basic.json#/definitions/testCaseResult"
},
"owner": {
"description": "Owner of this Pipeline.",
"$ref": "../../type/entityReference.json",
"default": null
},
"updatedAt": {
"description": "Last update time corresponding to the new version of the entity in Unix epoch time milliseconds.",
"$ref": "../../type/basic.json#/definitions/timestamp"
},
"updatedBy": {
"description": "User who made the update.",
"type": "string"
}
},
"required": ["columnName", "testCase"],
"additionalProperties": false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy