{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "cross_sectional_result_object_nonflattened", "type": "object", "properties": { "universe": { "type": "string" }, "dataItemName": { "type": "string" }, "displayName": { "type": "string" }, "result": { "type": "array" }, "dataType": { "type": "string" }, "error": { "type": "integer" }, "errorMessage": { "type": "string" }, "warnings": { "type": "array" } } }