{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScorecardResult", "title": "ScorecardResult", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "scorecard": { "$ref": "#/components/schemas/ResourceReference" }, "worker": { "$ref": "#/components/schemas/ResourceReference" }, "overallScore": { "type": "number" }, "effectiveDate": { "type": "string", "format": "date" } } }