{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/TimeZone", "title": "TimeZone", "type": "string", "enum": [ "Europe/Berlin", "America/New_York", "America/Los_Angeles", "Asia/Istanbul" ] }