addedOutput schema / description
Added value: +"US Treasury exchange rates. Indexed by COUNTRY, not currency — the euro is filed under \"Euro Zone\", and there is no United States row because these are rates from the dollar."
removedOutput schema / properties / count / description
Removed value: -"Number of records returned"
changedOutput schema / properties / country / description
Previous value: -"Country name requested"New value: +"Echo of the country filter; ABSENT when the caller omitted it and got rates across all countries"
changedOutput schema / properties / country / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / description / description
Removed value: -"Description of the data"
addedOutput schema / properties / mirror_fetched_at
Added value: +{
+ "description": "Present when served from the daily mirror",
+ "type": "string"
+}
addedOutput schema / properties / note
Added value: +{
+ "description": "Present when the live API was unreachable and the mirror answered",
+ "type": "string"
+}
removedOutput schema / properties / records / description
Removed value: -"Exchange rate records"
removedOutput schema / properties / records / items / properties / country / description
Removed value: -"Country name"
removedOutput schema / properties / records / items / properties / currency / description
Removed value: -"Currency code"
removedOutput schema / properties / records / items / properties / effective_date / description
Removed value: -"Effective date of the rate"
removedOutput schema / properties / records / items / properties / exchange_rate / description
Removed value: -"Exchange rate value"
changedOutput schema / properties / records / items / properties / exchange_rate / type
Previous value: -"number"New value: +[
+ "number",
+ "string"
+]
removedOutput schema / properties / records / items / properties / record_date / description
Removed value: -"Date of the record"
addedOutput schema / properties / source
Added value: +{
+ "description": "live or mirror",
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "description",
- "country",
- "count",
- "records"
-]New value: +[
+ "description",
+ "count",
+ "records"
+]