mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-27 01:45:32 +00:00
minor changes in json schema descriptions (#742)
Co-authored-by: Parth Panchal <parthpanchal@Parths-MacBook-Air.local>
This commit is contained in:
parent
0e97d42af5
commit
d96da13d86
@ -31,11 +31,11 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"algorithm": {
|
"algorithm": {
|
||||||
"description": "Algorithm used to train the model",
|
"description": "Algorithm used to train the model.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"dashboard" : {
|
"dashboard" : {
|
||||||
"description": "Performance Dashboard URL to track metric evolution",
|
"description": "Performance Dashboard URL to track metric evolution.",
|
||||||
"$ref" : "../../type/entityReference.json"
|
"$ref" : "../../type/entityReference.json"
|
||||||
},
|
},
|
||||||
"href": {
|
"href": {
|
||||||
|
@ -30,20 +30,20 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"pipelineUrl" : {
|
"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",
|
"type": "string",
|
||||||
"format": "uri"
|
"format": "uri"
|
||||||
},
|
},
|
||||||
"concurrency": {
|
"concurrency": {
|
||||||
"description": "Concurrency of the Pipeline",
|
"description": "Concurrency of the Pipeline.",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
"pipelineLocation": {
|
"pipelineLocation": {
|
||||||
"description": "Pipeline Code Location",
|
"description": "Pipeline Code Location.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"description": "Start date of the workflow",
|
"description": "Start date of the workflow.",
|
||||||
"$ref": "../../type/basic.json#/definitions/dateTime"
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
},
|
},
|
||||||
"tasks": {
|
"tasks": {
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"columnName": {
|
"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",
|
"type": "string",
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
"maxLength": 64,
|
"maxLength": 64,
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"taskUrl" : {
|
"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",
|
"type": "string",
|
||||||
"format": "uri"
|
"format": "uri"
|
||||||
},
|
},
|
||||||
@ -46,19 +46,19 @@
|
|||||||
"default": null
|
"default": null
|
||||||
},
|
},
|
||||||
"taskType": {
|
"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"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"taskSQL": {
|
"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"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"description": "Start date of the task",
|
"description": "Start date of the task.",
|
||||||
"$ref": "../../type/basic.json#/definitions/dateTime"
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
},
|
},
|
||||||
"endDate": {
|
"endDate": {
|
||||||
"description": "End date of the task",
|
"description": "End date of the task.",
|
||||||
"$ref": "../../type/basic.json#/definitions/dateTime"
|
"$ref": "../../type/basic.json#/definitions/dateTime"
|
||||||
},
|
},
|
||||||
"tags": {
|
"tags": {
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"pipelineUrl": {
|
"pipelineUrl": {
|
||||||
"description": "Pipeline Service Management/UI URL",
|
"description": "Pipeline Service Management/UI URL.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "uri"
|
"format": "uri"
|
||||||
},
|
},
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"entity" : {
|
"entity" : {
|
||||||
"description": "Primary entity for which this lineage graph is created",
|
"description": "Primary entity for which this lineage graph is created.",
|
||||||
"$ref": "entityReference.json"
|
"$ref": "entityReference.json"
|
||||||
},
|
},
|
||||||
"nodes": {
|
"nodes": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user