Skip to content

Instantly share code, notes, and snippets.

View neuralneesh's full-sized avatar

Aneesh Swamy neuralneesh

View GitHub Profile
{
"type": "object",
"properties": {
"title": { "type": "string" },
"start_time": { "type": "string", "format": "date-time" },
"end_time": { "type": "string", "format": "date-time" }
},
"required": ["title", "start_time", "end_time"]
}