{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/StatusPageGroup", "title": "StatusPageGroup", "type": "object", "properties": { "id": { "type": "number" }, "name": { "type": "string" } } }