Skip to content

Commit

Permalink
elyra-ai#151 Add 'deprecated' field to Link Definition description
Browse files Browse the repository at this point in the history
Signed-off-by: CTomlyn <[email protected]>
  • Loading branch information
tomlyn committed Jan 28, 2025
1 parent db0f3d3 commit 10faddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common-pipeline/pipeline-flow/pipeline-flow-v3-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,8 @@
},
"description": {
"description": "Deprecated - use description in pipeline-flow-ui-v3-schema.json#/definitions/node_link_info_def instead.",
"type": "string"
"type": "string",
"deprecated": true
},
"app_data": {
"description": "Object containing app-specific data",
Expand Down

0 comments on commit 10faddb

Please sign in to comment.