Skip to content

Commit 3339e58

Browse files
authored
Make user/id nullable (#332)
1 parent bb11218 commit 3339e58

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"properties":{
3+
"type": "object",
4+
"user":{
5+
"type": ["object", "null"],
6+
"properties":{
7+
"id":{
8+
"type": ["string", "null"]
9+
}
10+
}
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)