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