{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GoalRemoveSubgoalRequest", "title": "GoalRemoveSubgoalRequest", "type": "object", "required": [ "subgoal" ], "properties": { "subgoal": { "description": "The goal gid to remove as subgoal from the parent goal", "type": "string", "example": "1331" } } }