Skip to content

Instantly share code, notes, and snippets.

@jawngee
Created July 1, 2009 05:49
Show Gist options
  • Save jawngee/138614 to your computer and use it in GitHub Desktop.
Save jawngee/138614 to your computer and use it in GitHub Desktop.
todo.owner:
node: owner
class: sys.app.dynamic_object
attributes:
- { name: 'name', required: 'true', type: 'string' }
- { name: 'email', required: 'true', type: 'string' }
content:
- { name: 'lists', type: 'hash', contains: 'todo.list', key: 'id' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment