{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "viewsObject", "type": "object", "properties": { "viewName": { "type": "string" }, "tickers": { "type": "array" }, "categories": { "type": "array" }, "topics": { "type": "array" }, "regions": { "type": "array" }, "sectors": { "type": "array" }, "isPrimary": { "type": "boolean" } } }