action gov_get_action_organization_autocomplete { label: "Get names of organizations that match a query string" description: "Return a list of organization names that contain a string" provider: gov method: GET path: "/action/organization_autocomplete" encoding: json input: { type: "object" properties: { limit: { type: "integer" } q: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }