{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "Duration", "type": "record", "fields": [ { "name": "unit", "type": "string" }, { "name": "value", "type": "string" } ] }