{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "ElementaryPrice", "type": "record", "fields": [ { "name": "amount", "type": "string", "description": "Amount of the fare. could be alpha numeric. Ex- 500.20 or 514.13A, 'A'signifies additional collection." }, { "name": "currencyCode", "type": "string", "description": "Currency type of the fare." } ] }