{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/CParamsGoogleChat", "title": "CParamsGoogleChat", "required": [ "channelId" ], "type": "object", "properties": { "channelId": { "type": "string" }, "channelName": { "type": "string" } } }