{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DayPartTargeting", "type": "object", "properties": { "userLocalTime": { "type": "boolean" }, "hoursOfDay": { "type": "array" }, "daysOfWeek": { "type": "array" } } }