json.schema.entity.services.connections.messaging.pulsarConnection.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/entity/services/connections/messaging/pulsarConnection.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "PulsarConnection",
"description": "Pulsar Connection Config",
"type": "object",
"javaType": "org.openmetadata.schema.services.connections.messaging.PulsarConnection",
"definitions": {
"pulsarType": {
"description": "Pulsar service type",
"type": "string",
"enum": ["Pulsar"],
"default": "Pulsar"
}
},
"properties": {
"type": {
"title": "Service Type",
"description": "Service Type",
"$ref": "#/definitions/pulsarType",
"default": "Pulsar"
},
"supportsMetadataExtraction": {
"title": "Supports Metadata Extraction",
"$ref": "../connectionBasicType.json#/definitions/supportsMetadataExtraction"
}
},
"additionalProperties": false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy