{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DelayProperties", "title": "DelayProperties", "type": "object", "properties": { "seconds": { "type": "integer", "example": 5, "default": 5 } } }