{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/CParamsDatadog", "title": "CParamsDatadog", "type": "object", "properties": { "tags": { "type": "array", "items": { "type": "string" } }, "priority": { "type": "string" }, "site": { "type": "string" } } }