JSON Schema Property 'image'

Description

An image of the item. This can be a URL or a fully described ImageObject.

Diagram

JSON Schema Diagram of /properties/image

Value

Any

Can contain any type of value (boolean, integer, number, string, object, array or null).

Additional Rules

OneOf

The JSON value must validate against ONE (and only one) of the following schema definitions.
Schema 1 A String value
Schema 2 An Object value

Source

"image": {
    "description": "An image of the item. This can be a URL or a fully described ImageObject.",
    "oneOf": [
        {
            "type": "string",
            "format": "uri"
        },
        {
            "type": "object"
        }
    ]
}
http://json.schemastore.org/schema-org-thing (35:6)

References

Documentation for Schema.org Thing
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949