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

json.schema.entity.services.connections.messaging.pulsarConnection.json Maven / Gradle / Ivy

There is a newer version: 1.6.1
Show newest version
{
  "$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