Skip to content

Instantly share code, notes, and snippets.

@franka107ic
Last active April 16, 2021 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franka107ic/cecf287574e34ea6aefb63c085274dec to your computer and use it in GitHub Desktop.
Save franka107ic/cecf287574e34ea6aefb63c085274dec to your computer and use it in GitHub Desktop.
{
"type": "object",
"properties": {
"description": {
"type": "string"
},
"completed": {
"type": "boolean"
}
},
"required": [
"description",
"completed"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment