Frankfurter · JSON Structure

V1 Base In Structure

baseIn schema from Frankfurter API

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

baseIn 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-base-in-structure.json",
  "name": "baseIn",
  "description": "baseIn schema from Frankfurter API",
  "allOf": [
    {
      "$ref": "#/components/schemas/base"
    }
  ],
  "default": "EUR"
}