{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Metrics", "type": "object", "properties": { "scope": { "type": "string" }, "metrics": { "type": "object" } } }