{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "metric", "type": "object", "properties": { "metric": { "type": "string" }, "name": { "type": "string" }, "category": { "type": "string" }, "subcategory": { "type": "string" }, "OAurl": { "type": "string" } } }