Openstatus
www.openstatus.dev
1
2SCHEMA >
3 `description` String `json:$.description`,
4 `fetched_at` Int64 `json:$.fetched_at`,
5 `indicator` String `json:$.indicator`,
6 `name` String `json:$.name`,
7 `time_zone` String `json:$.time_zone`,
8 `updated_at` Int64 `json:$.updated_at`,
9 `url` String `json:$.url`
10
11ENGINE "MergeTree"
12ENGINE_SORTING_KEY "description, time_zone, updated_at, url"