Entities JSON schema: width & height are optional

This commit is contained in:
Senya 2019-04-28 12:53:39 +03:00 committed by GitHub
parent 4d8aeaeede
commit e12736ffe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -288,7 +288,7 @@
"height": {"type": "number"}
},
"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"
]
}
}