action jumpseller_get_countries_json { label: "Retrieve all Countries." provider: jumpseller method: GET path: "/countries.json" encoding: json output: { type: "array" items: { properties: { code: { type: "string" } name: { type: "string" } } } } }