{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GoalRemoveSupportingRelationshipRequest", "title": "GoalRemoveSupportingRelationshipRequest", "type": "object", "required": [ "supporting_resource" ], "properties": { "supporting_resource": { "description": "The gid of the supporting resource to remove from the parent goal. Must be the gid of a goal, project, task, or portfolio.", "type": "string", "example": "12345" } } }