action gov_get_action_package_show { label: "Get metadata about one specific package (dataset)" description: "Returns metadata about the package (dataset) corresponding to the specified unique name" provider: gov method: GET path: "/action/package_show" encoding: json input: { type: "object" properties: { id: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }