{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PlannerPlanCreate", "type": "object", "description": "Request body for creating a new plan", "properties": { "title": { "type": "string", "description": "Title of the plan" }, "container": { "type": "object", "description": "The container for the plan" } } }