Data:All performances standard Cargo query.json

From Angelina Jordan Wiki
Revision as of 10:36, 9 November 2025 by Most2dot0 (talk | contribs) (Most2dot0 changed the content model of the page Data:All performances standard Cargo query.json from "JSON" to "wikitext": 2nd thought: we might want to keep it wikitext, so we can transclude it with argument that pass e.g. the WHERE clause)

{ "tables": [ "Performances", "Songs" ], "fields": { "Performances": [ "song", "event", "context", "date", "Performances.type=type", "pos", "partners", "comment", "perfID" ], "Songs": [ "Songs.title=songTitle,Songs.type=songType" ] }, "join_on": "Performances.song=Songs.page", "group_by": "Performances.perfID", "order_by": "Performances.song ASC", "nest": [ { "parent": "Performances", "child": "Videos", "parentKey": "perfID", "childKey": "perfID", "as": "videos", "fields": [ "perfID", "url", "duration", "quality" ] } ], "root": "Performances", "listFields": [ "context", "partners" ], "limit": "max" }