Skip to content

Commit

Permalink
chore: revert to develop for update_schema_dest/schema.json
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sankeerth <[email protected]>
  • Loading branch information
Sai Sankeerth committed Feb 9, 2024
1 parent 6733e24 commit c57a36a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "object",
"properties": {
"secretTextInputField": {
"type": "string"
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{1,100})$"
},
"singleSelectField": {
"type": "string",
Expand All @@ -25,8 +26,7 @@
"type": "object",
"properties": {
"android": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^([0-9]{0,100})$"
"type": "string"
}
}
},
Expand Down

0 comments on commit c57a36a

Please sign in to comment.