Skip to content

Instantly share code, notes, and snippets.

View andrewrgarofalo's full-sized avatar

andrewrgarofalo

View GitHub Profile
{
"type": "object",
"properties": {
"tasks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"task": { "type": "string" },
"notes": { "type": "string" },