{ "type": "object", "description": "", "properties": { "connections": { "type": "array", "description": "All the gates that are connected to this waypoint.", "items": { "type": "string", "description": "The symbol of the waypoint that has a corresponding gate." } } }, "required": [ "connections" ] }