action gov_get_action_package_relationships_list { label: "Get package (dataset) relationships" description: "Return a dataset's relationships" provider: gov method: GET path: "/action/package_relationships_list" encoding: json input: { type: "object" properties: { id: { type: "string" } id2: { type: "string" } rel: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }