{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GoalAddSupportingWorkRequest", "title": "GoalAddSupportingWorkRequest", "type": "object", "required": [ "supporting_work" ], "properties": { "supporting_work": { "description": "The project/task/portfolio gid to add as supporting work for a goal", "type": "string", "example": "1331" } } }