minor changes in json schema descriptions (#742)

Co-authored-by: Parth Panchal <parthpanchal@Parths-MacBook-Air.local>
This commit is contained in:
parthp2107 2021-10-12 12:28:07 +05:30 committed by GitHub
parent 0e97d42af5
commit d96da13d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 15 deletions

View File

@ -31,11 +31,11 @@
"type": "string"
},
"algorithm": {
"description": "Algorithm used to train the model",
"description": "Algorithm used to train the model.",
"type": "string"
},
"dashboard" : {
"description": "Performance Dashboard URL to track metric evolution",
"description": "Performance Dashboard URL to track metric evolution.",
"$ref" : "../../type/entityReference.json"
},
"href": {

View File

@ -30,20 +30,20 @@
"type": "string"
},
"pipelineUrl" : {
"description": "Pipeline URL to visit/manage. This URL points to respective pipeline service UI",
"description": "Pipeline URL to visit/manage. This URL points to respective pipeline service UI.",
"type": "string",
"format": "uri"
},
"concurrency": {
"description": "Concurrency of the Pipeline",
"description": "Concurrency of the Pipeline.",
"type": "integer"
},
"pipelineLocation": {
"description": "Pipeline Code Location",
"description": "Pipeline Code Location.",
"type": "string"
},
"startDate": {
"description": "Start date of the workflow",
"description": "Start date of the workflow.",
"$ref": "../../type/basic.json#/definitions/dateTime"
},
"tasks": {

View File

@ -111,7 +111,7 @@
}
},
"columnName": {
"description": "Local name (not fully qualified name) of the column. ColumnName is `-` when the column is not named in struct dataType. For example, BigQuery supports struct with unnamed fields",
"description": "Local name (not fully qualified name) of the column. ColumnName is `-` when the column is not named in struct dataType. For example, BigQuery supports struct with unnamed fields.",
"type": "string",
"minLength": 1,
"maxLength": 64,

View File

@ -2,7 +2,7 @@
"$id": "https://open-metadata.org/schema/entity/data/task.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Task",
"description": "This schema defines the Task entity. A task is a unit of computation in a Pipeline. ",
"description": "This schema defines the Task entity. A task is a unit of computation in a Pipeline.",
"type": "object",
"javaType": "org.openmetadata.catalog.entity.data.Task",
"properties" : {
@ -31,7 +31,7 @@
"type": "string"
},
"taskUrl" : {
"description": "Task URL to visit/manage. This URL points to respective pipeline service UI",
"description": "Task URL to visit/manage. This URL points to respective pipeline service UI.",
"type": "string",
"format": "uri"
},
@ -46,19 +46,19 @@
"default": null
},
"taskType": {
"description": "Type of the Task. Usually refers to the class it implements",
"description": "Type of the Task. Usually refers to the class it implements.",
"type": "string"
},
"taskSQL": {
"description": "SQL used in the task. Can be used to determine the lineage",
"description": "SQL used in the task. Can be used to determine the lineage.",
"type": "string"
},
"startDate": {
"description": "Start date of the task",
"description": "Start date of the task.",
"$ref": "../../type/basic.json#/definitions/dateTime"
},
"endDate": {
"description": "End date of the task",
"description": "End date of the task.",
"$ref": "../../type/basic.json#/definitions/dateTime"
},
"tags": {

View File

@ -42,7 +42,7 @@
"type": "string"
},
"pipelineUrl": {
"description": "Pipeline Service Management/UI URL",
"description": "Pipeline Service Management/UI URL.",
"type": "string",
"format": "uri"
},

View File

@ -45,7 +45,7 @@
},
"properties": {
"entity" : {
"description": "Primary entity for which this lineage graph is created",
"description": "Primary entity for which this lineage graph is created.",
"$ref": "entityReference.json"
},
"nodes": {