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" "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": {

View File

@ -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": {

View File

@ -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,

View File

@ -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": {

View File

@ -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"
}, },

View File

@ -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": {