action namsor_regions { label: "Print basic source statistics." provider: namsor method: GET path: "/api2/json/regions" encoding: json output: { type: "object" properties: { countriesAndRegions: { type: "array" description: "List of countries and regions" items: { type: "object" description: "List of countries and regions" properties: { countryFIPS: { type: "string" } countryISO2: { type: "string" } countryISO3: { type: "string" } countryName: { type: "string" } countryNumCode: { type: "string" } region: { type: "string" } subregion: { type: "string" } topregion: { type: "string" } } } } } } }