An image content payload for a save.
Properties
attribution
ref
is.currents.content.defs#attribution
Optional
Optional provenance metadata for the image.
image
blob
Required
Image blob referenced by this content item.
maxSize: 20.0 MBView raw schema
{
"type": "object",
"required": [
"image"
],
"properties": {
"image": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 20000000,
"description": "Image blob referenced by this content item."
},
"attribution": {
"ref": "is.currents.content.defs#attribution",
"type": "ref",
"description": "Optional provenance metadata for the image."
}
},
"description": "An image content payload for a save."
}