Skip to content

Instantly share code, notes, and snippets.

@gregorypierce
Created September 16, 2014 14:23
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 gregorypierce/15696e643a22b8fd5acc to your computer and use it in GitHub Desktop.
Save gregorypierce/15696e643a22b8fd5acc to your computer and use it in GitHub Desktop.
attributes: {
device: {
model: 'device',
},
geolocation: {
index: '2d',
longitude: {
type: 'float',
required: true,
},
latitude: {
type: 'float',
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment