{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "cross_sectional_result_object_nonflattened", "type": "object", "description": "An object returning the results for a single formula.", "properties": { "universe": { "type": "string", "description": "If `universe` is submitted instead of `ids`, then the universe attribute will display the universe expression requested." }, "dataItemName": { "type": "string", "description": "Name of data item (requestId, requested Screening formula, or fsymId)" }, "displayName": { "type": "string", "description": "Display Name." }, "result": { "type": "array" }, "dataType": { "type": "string", "description": "Data type of the data item" }, "error": { "type": "integer", "description": "Data item error indicator.\n * Zero success\n * Non-zero failure\n" }, "errorMessage": { "type": "string", "description": "If error is non-zero, errorMessage will display the Screening formula error." }, "warnings": { "type": "array", "description": "Screening formula warnings. This attribute is only displayed if warnings are generated in the execution of the Screening formula." } } }