is.currents.content.image

currents.is

Documentation

An image content payload for a save.

main object

An image content payload for a save.

Properties

image blob Required

Image blob referenced by this content item.

maxSize: 20.0 MB
View 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."
}

Lexicon Garden

@