{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Thumbnail", "type": "object", "properties": { "width": { "type": "integer" }, "height": { "type": "integer" }, "url": { "type": "string" } } }