action bigoven_recipe_zap_recipe { label: "Zaps the recipe." provider: bigoven method: GET path: "/recipe/{id}/zap" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int32" } } required: ["id"] additionalProperties: false } output: { type: "object" properties: {} } }