
| Schema 1 | A String value |
|---|---|
| Schema 2 | An Object value |
"image": {
"description": "An image of the item. This can be a URL or a fully described ImageObject.",
"oneOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "object"
}
]
}