Skip to content

Commit

Permalink
Fixing schema (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 23, 2023
1 parent 5441d39 commit bb82fe3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion resources/openpulsar_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,14 @@
"type" : "string"
},
"gid" : {
"type" : "string"
"oneOf" : [
{
"type" : "string"
},
{
"type" : "number"
}
]
},
"uid" : {
"type" : "string"
Expand Down

0 comments on commit bb82fe3

Please sign in to comment.