action hillbillysoftware_awards_get { label: "Gets all awards for requested year" provider: hillbillysoftware method: GET path: "/Awards/ByYear/{Year}" encoding: json input: { type: "object" properties: { Year: { type: "string" } } required: ["Year"] additionalProperties: false } output: { type: "object" additionalProperties: true } }