{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Evaluation", "title": "Evaluation", "type": "object", "properties": { "attribute": { "type": "string", "example": "Technical Skills" }, "result": { "type": "string", "example": "4/5" } } }