39 lines
855 B
JSON
39 lines
855 B
JSON
{
|
|
"fruit" : {
|
|
"blah" : [
|
|
{
|
|
"physical" : {
|
|
"shape" : {
|
|
"type" : "string",
|
|
"value" : "round"
|
|
},
|
|
"color" : {
|
|
"type" : "string",
|
|
"value" : "red"
|
|
}
|
|
},
|
|
"name" : {
|
|
"value" : "apple",
|
|
"type" : "string"
|
|
}
|
|
},
|
|
{
|
|
"physical" : {
|
|
"shape" : {
|
|
"type" : "string",
|
|
"value" : "bent"
|
|
},
|
|
"color" : {
|
|
"type" : "string",
|
|
"value" : "yellow"
|
|
}
|
|
},
|
|
"name" : {
|
|
"value" : "banana",
|
|
"type" : "string"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|