{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ScreenCalcParameters", "type": "object", "properties": { "data": { "type": "object", "description": "Object containing screen data" } } }