{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/tm-forum/refs/heads/main/json-structure/tmf620-product-catalog-duration-structure.json", "name": "Duration", "description": "A time interval in a given unit of time", "type": "object", "properties": { "amount": { "type": "int32", "description": "Time interval (number of seconds, minutes, hours, etc.)" }, "units": { "type": "string", "description": "Unit of time (seconds, minutes, hours, etc.)" } } }