Entities JSON schema: width & height are optional
This commit is contained in:
parent
4d8aeaeede
commit
e12736ffe8
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@
|
||||||
"height": {"type": "number"}
|
"height": {"type": "number"}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"author", "guid", "public", "created_at", "remote_photo_path", "remote_photo_name", "width", "height"
|
"author", "guid", "public", "created_at", "remote_photo_path", "remote_photo_name"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue