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