{ "type": "object", "name": "json", "properties": { "cropY": { "type": "string" }, "cropX": { "type": "string" }, "cropSize": { "type": "string" } }, "required": [ "cropY", "cropX", "cropSize" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }