{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PlannerPlanDetailsUpdate", "title": "PlannerPlanDetailsUpdate", "type": "object", "description": "Request body for updating plan details", "properties": { "categoryDescriptions": { "$ref": "#/components/schemas/PlannerCategoryDescriptions" }, "sharedWith": { "$ref": "#/components/schemas/PlannerUserIds" } } }