1{ 2 "$schema": "http://json-schema.org/draft-07/schema#", 3 "title": "account", 4 "type": "object", 5 "properties": { 6 "first-name": { 7 "type": "string" 8 }, 9 "age": { 10 "type": "integer" 11 } 12 } 13} 14