Frankfurter · JSON Structure

V1 Currencies Structure

currencies schema from Frankfurter API

Type: object Properties: 0
Currency ExchangeForeign ExchangeFXOpen SourceMITSelf-HostedPublic APIs

currencies is a JSON Structure definition published by Frankfurter. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/frankfurter/refs/heads/main/json-structure/v1-currencies-structure.json",
  "name": "currencies",
  "description": "currencies schema from Frankfurter API",
  "type": "object",
  "additionalProperties": {
    "type": "string",
    "description": "Full name of the currency",
    "minLength": 1
  },
  "example": {},
  "propertyNames": {
    "$ref": "#/components/schemas/base"
  },
  "minProperties": 1
}