action mon_voyage_pas_cher_get_continents { label: "Search all continents or one specific continent" description: "This webservice is providing you the ability to retrieve all informations about continents" provider: mon_voyage_pas_cher method: GET path: "/continents" encoding: json input: { type: "object" properties: { continentcode: { type: "string" } language: { type: "string" } } required: ["language"] additionalProperties: false } output: { type: "object" additionalProperties: true } }