Skip to content

Instantly share code, notes, and snippets.

@pythononwheels
Last active February 8, 2019 13:44
Show Gist options
  • Save pythononwheels/da3d109d1cd603f877459babc975ff66 to your computer and use it in GitHub Desktop.
Save pythononwheels/da3d109d1cd603f877459babc975ff66 to your computer and use it in GitHub Desktop.
schema = {
'title' : { 'type' : 'string', 'maxlength' : 35 },
'text' : { 'type' : 'string' },
'tags' : { 'type' : 'list', "default" : [] },
"votes" : { "type" : "integer", "default" : 0 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment