{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/MetricMetadata", "title": "MetricMetadata", "type": "object", "description": "Only required if the metric has a dataSource. You may not change this after creation.", "default": "null", "oneOf": [ { "$ref": "#/components/schemas/MDataDogMetadata" }, { "$ref": "#/components/schemas/MPrometheusMetadata" } ] }