{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Scorecard", "type": "object", "properties": { "id": { "type": "string" }, "orgId": { "type": "string" }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "metrics": { "type": "array" }, "assistantIds": { "type": "array" } } }