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

json.schema.tests.column.columnValueMaxToBeBetween.json Maven / Gradle / Ivy

The newest version!
{
    "$id": "https://open-metadata.org/schema/tests/column/columnValueMaxToBeBetween.json",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "title": "columnValueMaxToBeBetween",
    "description": "This schema defines the test ColumnValueMaxToBeBetween. Test the maximum value in a col is within a range.",
    "type": "object",
    "javaType": "org.openmetadata.catalog.tests.column.ColumnValueMaxToBeBetween",
    "properties": {
      "minValueForMaxInCol": {
        "description": "Expected maximum value in the column to be greater or equal than",
        "type": "integer"
      },
      "maxValueForMaxInCol": {
        "description": "Expected maximum value in the column to be lower or equal than",
        "type": "integer"
      }
    },
    "anyOf": [{ "required": ["minValueForMaxInCol"] }, { "required": ["maxValueForMaxInCol"] }],
    "additionalProperties": false
  }
  




© 2015 - 2025 Weber Informatics LLC | Privacy Policy