{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ImageContent", "type": "object", "properties": { "@type": { "type": "string", "enum": [ "IMAGE" ] }, "width": { "type": "integer" }, "height": { "type": "integer" } } }