An object that represents a duration of time.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Duration", "description": "An object that represents a duration of time.", "type": "object", "properties": { "unit": {}, "value": {} } }