Skip to content

Commit

Permalink
fix: revert merge changes
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 df51c1e commit 6733e24
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"configSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"required": ["secretTextInputField", "singleSelectField"],
"required": ["secretTextInputField"],
"type": "object",
"properties": {
"secretTextInputField": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{1,100})$"
"type": "string"
},
"singleSelectField": {
"type": "string",
Expand Down Expand Up @@ -36,9 +35,6 @@
"properties": {
"android": {
"type": "boolean"
},
"web": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -90,10 +86,6 @@
"enum": ["cloud"]
}
}
},
"checkboxField": {
"type": "boolean",
"default": true
}
}
}
Expand Down

0 comments on commit 6733e24

Please sign in to comment.