1
0
mirror of synced 2026-01-14 21:06:21 -05:00

Fix invalid JSON syntax (#4077)

Co-authored-by: Fred Reimer <freimer@presidio.com>
This commit is contained in:
Fred Reimer
2021-06-13 15:16:53 -04:00
committed by GitHub
parent d2f9643650
commit 153310a86a

View File

@@ -28,7 +28,7 @@ Given that we'll pulling currency data for our example source, we'll define the
},
"base": {
"type": "string",
"examples": ["USD", "EUR"]
"examples": ["USD", "EUR"],
"description": "ISO reference currency. See <a href=\"https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html\">here</a>."
}
}