Last active
November 5, 2017 06:14
-
-
Save LukeXF/c9974622b5fff2f5129362be67987f4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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