{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Calculation", "type": "object", "properties": { "script": { "type": "string", "description": "The python script that will be executed" }, "notebook": { "type": "string", "description": "Notebook file to be executed. Only notebooks in the Client directory are currently supported." } } }