{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "QuantFqlExpressionObsolete", "type": "object", "properties": { "expr": { "type": "string" }, "name": { "type": "string" }, "dateOffset": { "type": "string" }, "isArrayReturnType": { "type": "boolean" } } }