1{ 2 "type": "object", 3 "properties": { 4 "name": { 5 "type": "string" 6 }, 7 "age": { 8 "type": "integer" 9 } 10 } 11} 12 13