action change_get_api_v1_nonprofits_show { label: "Show a nonprofit" description: "Retrieves information for a nonprofit." provider: change method: GET path: "/api/v1/nonprofits/show" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }