Skip to content

Instantly share code, notes, and snippets.

@LukeXF
Last active November 5, 2017 06:14
Show Gist options
  • Save LukeXF/c9974622b5fff2f5129362be67987f4d to your computer and use it in GitHub Desktop.
Save LukeXF/c9974622b5fff2f5129362be67987f4d to your computer and use it in GitHub Desktop.
{
userId: "",
name: "",
make: "",
model: "",
year: 2001,
value: 1000,
type: "",
text: "",
photos: ["url", "url"],
cell: "",
hull: "",
engine: {
amount: 2,
type: "",
year: 2010,
speed: 45,
horsepower: 345
},
insurer: {
name: "",
lien: false,
convicted: false,
modifiedBoat: false,
claim: false
},
location: {
city: "",
country: "",
storage: ""
},
captain: false,
crew: {
chef: false,
other: ["Scuba Diver", "Skipper"]
},
cabins: 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment