Skip to content

Commit

Permalink
json-schema(room): make guid optional to resolve PR deadlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
saerdnaer committed Dec 13, 2023
1 parent 9ece589 commit e96d6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/json/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
"type": ["number", "null"]
}
},
"required": ["guid", "name"]
"required": ["name"]
},
"RoomName": {
"type": "string"
Expand Down

0 comments on commit e96d6df

Please sign in to comment.