changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "Array of country objects",
+ "items": {
+ "properties": {
+ "capital": {
+ "description": "Capital city",
+ "type": "string"
+ },
+ "continent": {
+ "description": "Continent name",
+ "type": "string"
+ },
+ "country_iso2": {
+ "description": "ISO 3166-1 alpha-2 code",
+ "type": "string"
+ },
+ "country_iso3": {
+ "description": "ISO 3166-1 alpha-3 code",
+ "type": "string"
+ },
+ "country_iso_numeric": {
+ "description": "ISO 3166-1 numeric code",
+ "type": "number"
+ },
+ "country_name": {
+ "description": "Country name",
+ "type": "string"
+ },
+ "currency_code": {
+ "description": "ISO 4217 currency code",
+ "type": "string"
+ },
+ "currency_name": {
+ "description": "Currency name",
+ "type": "string"
+ },
+ "gmt": {
+ "description": "GMT offset",
+ "type": "string"
+ },
+ "gmt_offset_seconds": {
+ "description": "GMT offset in seconds",
+ "type": "number"
+ },
+ "is_eu": {
+ "description": "Is EU member state",
+ "type": "boolean"
+ },
+ "tld": {
+ "description": "Top-level domain",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "pagination": {
+ "description": "Pagination metadata",
+ "properties": {
+ "count": {
+ "type": "number"
+ },
+ "limit": {
+ "type": "number"
+ },
+ "offset": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}