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

json.schema.api.data.createTableProfile.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/api/data/createTableProfile.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateTableProfileRequest",
  "description": "Schema corresponding to a table profile that belongs to a table",
  "type": "object",
  "javaType": "org.openmetadata.schema.api.data.CreateTableProfile",
  "properties": {
    "tableProfile": {
      "description": "Table Profile.",
      "$ref": "../../entity/data/table.json#/definitions/tableProfile"
    },
    "columnProfile": {
      "description": "List of local column profiles of the table.",
      "type": "array",
      "items": {
        "$ref": "../../entity/data/table.json#/definitions/columnProfile"
      }
    },
    "systemProfile": {
      "description": "List of system profiles for the table.",
      "type": "array",
      "items": {
        "$ref": "../../entity/data/table.json#/definitions/systemProfile"
      }
    }
  },
  "required": ["tableProfile"],
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy