{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ResourceStatusResponse", "type": "object", "description": "ResourceStatusResponse contains information regarding the status of a calculation job", "properties": { "data": { "type": "object" } } }