{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Recommendation", "title": "Recommendation", "properties": { "id": { "type": "number", "description": "The unique identifier for a user recommendation created by the system.

Endpoints -", "example": 11 }, "metadata": { "$ref": "#/components/schemas/RecommendationMetadata" }, "view": { "type": "array", "items": { "$ref": "#/components/schemas/View" } } } }