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

json.schema.entity.utils.entitiesCount.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/entity/utils/entitiesCount.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Entities Count",
  "description": "This schema defines Entities Count. This contains aggregated entities count.",
  "type": "object",
  "javaType": "org.openmetadata.schema.util.EntitiesCount",
  "properties": {
    "tableCount": {
      "description": "Table Count",
      "type": "integer"
    },
    "topicCount": {
      "description": "Topic Count",
      "type": "integer"
    },
    "dashboardCount": {
      "description": "Dashboard Count",
      "type": "integer"
    },
    "pipelineCount": {
      "description": "Pipeline Count",
      "type": "integer"
    },
    "mlmodelCount": {
      "description": "MlModel Count",
      "type": "integer"
    },
    "servicesCount": {
      "description": "Services Count",
      "type": "integer"
    },
    "userCount": {
      "description": "User Count",
      "type": "integer"
    },
    "teamCount": {
      "description": "Team Count",
      "type": "integer"
    },
    "testSuiteCount": {
      "description": "Test Suite Count",
      "type": "integer"
    },
    "storageContainerCount": {
      "description": "Storage Container Count",
      "type": "integer"
    },
    "glossaryCount": {
      "description": "Glossary Count",
      "type": "integer"
    },
    "glossaryTermCount": {
      "description": "Glossary Term Count",
      "type": "integer"
    }
  },
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy