1{ 2 "apple": { 3 "color": { 4 "type": "string", 5 "value": "red" 6 }, 7 "skin": { 8 "type": "string", 9 "value": "thin" 10 }, 11 "type": { 12 "type": "string", 13 "value": "fruit" 14 } 15 }, 16 "orange": { 17 "color": { 18 "type": "string", 19 "value": "orange" 20 }, 21 "skin": { 22 "type": "string", 23 "value": "thick" 24 }, 25 "type": { 26 "type": "string", 27 "value": "fruit" 28 } 29 } 30}