{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/stats-image", "title": "stats.image", "type": "object", "properties": { "large": { "type": "string" }, "small": { "type": "string" }, "thumb": { "type": "string" } } }