{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "WeeklyAlignment", "description": "The day of the week to use for candlestick granularities with weekly alignment.", "type": "string", "enum": [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" ] }