API: photo width and height are optional
This commit is contained in:
parent
cb679371ac
commit
6d6e846916
1 changed files with 2 additions and 2 deletions
|
|
@ -219,8 +219,8 @@
|
|||
"photo_dimensions": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"width": { "type": "integer" },
|
||||
"height": { "type": "integer" }
|
||||
"width": { "type": ["integer", "null"] },
|
||||
"height": { "type": ["integer", "null"] }
|
||||
},
|
||||
"required": ["width", "height"]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue