Skip to content

Instantly share code, notes, and snippets.

@gregorypierce
Created September 16, 2014 14:23
Show Gist options
  • Select an option

  • Save gregorypierce/15696e643a22b8fd5acc to your computer and use it in GitHub Desktop.

Select an option

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