action gov_get_action_package_revision_list { label: "Get list of revisions for a package (dataset)" description: "Return a dataset's revision as a list of dictionaries" provider: gov method: GET path: "/action/package_revision_list" encoding: json input: { type: "object" properties: { id: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }