{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "QuantScreeningExpressionUniverse", "type": "object", "properties": { "universeExpr": { "type": "string" }, "universeType": { "type": "string" }, "securityExpr": { "type": "string" } } }