Skip to content

Commit

Permalink
make metadata a string dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhidaLiu committed Sep 11, 2023
1 parent 5eab8b8 commit 9019e04
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3213,7 +3213,10 @@
"type": "boolean"
},
"metadata": {
"type": "object"
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"sharedUserList": {
"type": "array",
Expand Down

0 comments on commit 9019e04

Please sign in to comment.