{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DurationType", "title": "DurationType", "enum": [ "duration", "active_seconds", "inactive_seconds" ], "type": "string" }