{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/frankfurter/refs/heads/main/json-structure/v1-rates-on-date-structure.json", "name": "ratesOnDate", "description": "ratesOnDate schema from Frankfurter API", "type": "object", "properties": { "amount": { "$ref": "#/components/schemas/amount" }, "base": { "$ref": "#/components/schemas/base" }, "date": { "$ref": "#/components/schemas/date" }, "rates": { "$ref": "#/components/schemas/rates" } }, "required": [ "base", "date", "rates" ] }