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