{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FeedbackItem", "title": "FeedbackItem", "type": "object", "required": [ "example", "score" ], "properties": { "example": { "$ref": "#/components/schemas/VectorInput" }, "score": { "type": "number", "format": "float" } } }