json.schema.api.services.createPipelineService.json Maven / Gradle / Ivy
The newest version!
{
"$id": "https://open-metadata.org/schema/api/services/createPipelineService.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CreatePipelineServiceRequest",
"description": "Create Pipeline service entity request",
"type": "object",
"javaType": "org.openmetadata.catalog.api.services.CreatePipelineService",
"javaInterfaces": ["org.openmetadata.core.entity.interfaces.CreateEntity"],
"properties": {
"name": {
"description": "Name that identifies the this entity instance uniquely",
"$ref": "../../type/basic.json#/definitions/entityName"
},
"displayName": {
"description": "Display Name that identifies this pipeline service.",
"type": "string"
},
"description": {
"description": "Description of pipeline service entity.",
"$ref": "../../type/basic.json#/definitions/markdown"
},
"serviceType": {
"$ref": "../../entity/services/pipelineService.json#/definitions/pipelineServiceType"
},
"connection": {
"$ref": "../../entity/services/pipelineService.json#/definitions/pipelineConnection"
},
"owner": {
"description": "Owner of this pipeline service.",
"$ref": "../../type/entityReference.json"
}
},
"required": ["name", "serviceType", "connection"],
"additionalProperties": false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy