15 lines
238 B
JSON
Raw Normal View History

{
"title": "Get Town",
"description": "Please enter your town.",
"type": "object",
"required": [
"town"
],
"properties": {
"town": {
"type": "string",
"title": "Town",
"default": "Houston"
}
}
}