openapi: "3.0.0"
info:
version: 1.0.0
title: DateTime API
paths:
components:
schemas:
Event:
type: object
properties:
id:
type: string
timestamp:
type: string
format: date-time
created_at:
type: string
format: date-time
scheduled_for:
type: string
format: date