{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Scorecard", "title": "Scorecard", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "name": { "type": "string" }, "effectiveDate": { "type": "string", "format": "date" }, "isActive": { "type": "boolean" } } }