{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StageData", "title": "StageData", "type": "object", "properties": { "stage": { "type": "string", "example": "Phone Interview" }, "atsCreatedAt": { "type": "integer", "format": "int64", "example": 1702693664000 } } }