Skip to content

Commit

Permalink
#146 Add Schema changes for Readonly schema. (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikant-ch5 authored Jun 21, 2024
1 parent 8a19f28 commit 0235fdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common-pipeline/operators/uihints-v3-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,10 @@
"type": "object",
"$ref": "#/definitions/resource_definition"
},
"read_only": {
"description": "Determines whether the control should be readonly or can be edited",
"type": "boolean"
},
"text_before": {
"description": "Static text to be displayed before the control",
"type": "object",
Expand Down

0 comments on commit 0235fdb

Please sign in to comment.