Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove invalid props and disable vault
  • Loading branch information
vordimous committed Dec 13, 2023
commit b0d5e668898680396c8f499a67f855dbb40213e4
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
{
"enum": [ "server", "client"]
},
"vault": false,
"options":
{
"properties":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@
"type": "string",
"enum": [ "live", "historical" ]
},
"deltaType":
{
"type": "string",
"enum": [ "none", "json_patch" ]
},
"key":
{
"$ref": "#/$defs/validator/type"
Expand Down Expand Up @@ -226,11 +221,6 @@
{
"title": "Topic",
"type": "string"
},
"groupId":
{
"title": "groupId",
"type": "string"
}
},
"additionalProperties": false
Expand Down