{"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.mobileapi.dev/schemas/image.json", "title": "Image", "type": "object", "properties": {"id": {"title": "ID", "type": "integer", "readOnly": true}, "image_url": {"title": "Image url", "type": "string", "readOnly": true}, "caption": {"title": "Caption", "description": "Image caption/description", "type": "string", "maxLength": 255}, "is_official": {"title": "Is official", "description": "Is this an official product image?", "type": "boolean"}, "order": {"title": "Order", "description": "Display order", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}}}