action gov_get_action_package_autocomplete { label: "Find packages (datasets) matching a query" description: "Return a list of datasets that match a string" provider: gov method: GET path: "/action/package_autocomplete" encoding: json input: { type: "object" properties: { limit: { type: "integer" } q: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }