Skip to content

Instantly share code, notes, and snippets.

@ninnemana
Created August 11, 2016 14:52
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 ninnemana/d93db509fe38f576fb8274e00923b96b to your computer and use it in GitHub Desktop.
Save ninnemana/d93db509fe38f576fb8274e00923b96b to your computer and use it in GitHub Desktop.
MongoDB Fitment Schema Example
{
"year": "2014",
"make": "Ford",
"model": "Fusion",
"style": "All",
"products": [{
"id": 11000,
"attributes": [{
"key": "Install Time",
"value": "10 minutes"
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment