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

json.schema.tests.table.tableColumnNameToExist.json Maven / Gradle / Ivy

The newest version!
{
    "$id": "https://open-metadata.org/schema/tests/table/tableColumnNameToExist.json",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "title": "TableColumnNameToExist",
    "description": "This schema defines the test TableColumnNameToExist. Test the table columns exists in the table.",
    "type": "object",
    "javaType": "org.openmetadata.catalog.tests.table.TableColumnNameToExist",
    "properties": {
      "columnName": {
        "description": "Expected column of the table to exist",
        "type": "string"
      }
    },
    "required": ["columnName"],
    "additionalProperties": false
  }
  




© 2015 - 2025 Weber Informatics LLC | Privacy Policy