{ "sections": [ "title", "description", "fields" ], "title": "GoalLink - Data API", "description": "Represents the relationship between two goals. This is a many-to-many relationship, meaning that each goal can link to many other goals.", "fields_columns": [ "type", "properties", "description" ], "fields": { "Name": { "type": "string", "properties": "Autonumber, Defaulted on create, Filter, Sort", "description": "The auto-generated name of the goal link." }, "ParentGoalId": { "type": "reference", "properties": "Create, Filter, Group, Sort, Update", "description": "The ID of the parent goal." }, "SubgoalId": { "type": "reference", "properties": "Create, Filter, Group, Sort, Update", "description": "The ID of the subgoal." } } }