action nrel_project { label: "A filterable list of projects." description: "" provider: nrel method: GET path: "/project.{output_format}" encoding: json input: { type: "object" properties: { api_key: { type: "string" } city: { type: "string" } output_format: { type: "string" } page: { type: "string" } portal: { type: "string" } province: { type: "string" } region: { type: "string" } search: { type: "string" } } required: ["api_key", "output_format"] additionalProperties: false } output: { type: "object" additionalProperties: true } }