json.schema.entity.utils.servicesCount.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/entity/utils/servicesCount.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Services Count",
"description": "This schema defines Services Count. This contains aggregated services count.",
"type": "object",
"javaType": "org.openmetadata.schema.util.ServicesCount",
"properties": {
"databaseServiceCount": {
"description": "Database Service Count",
"type": "integer"
},
"messagingServiceCount": {
"description": "Messaging Service Count",
"type": "integer"
},
"dashboardServiceCount": {
"description": "Dashboard Service Count",
"type": "integer"
},
"pipelineServiceCount": {
"description": "Pipeline Service Count",
"type": "integer"
},
"mlModelServiceCount": {
"description": "MlModel Service Count",
"type": "integer"
},
"storageServiceCount": {
"description": "Storage Service Count",
"type": "integer"
}
},
"additionalProperties": false
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy