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