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

json.schema.entity.services.ingestionPipelines.pipelineServiceClientResponse.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/entity/services/ingestionPipelines/pipelineServiceClientResponse.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PipelineServiceClientResponse",
  "description": "Object to send Status responses about your Ingestion Pipelines ops.",
  "type": "object",
  "javaType": "org.openmetadata.schema.entity.services.ingestionPipelines.PipelineServiceClientResponse",
  "properties": {
    "code": {
      "description": "Status code",
      "type": "integer"
    },
    "reason": {
      "description": "Extra information to be sent back to the client, such as error traces.",
      "type": "string"
    },
    "platform": {
      "description": "Orchestration platform used by the Pipeline Service Client.",
      "type": "string"
    },
    "version": {
      "description": "Ingestion version being used.",
      "type": "string"
    }
  },
  "additionalProperties": false,
  "required": ["code", "platform"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy