{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Timestamp", "title": "Timestamp", "type": "object", "properties": { "time": { "type": "integer", "format": "int64", "example": 1702693664000 } } }