action gov_get_action_package_search { label: "Find packages (datasets) matching query terms" description: "Searches for packages (datasets) matching the specified query terms" provider: gov method: GET path: "/action/package_search" encoding: json input: { type: "object" properties: { q: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }