$schema: http://json-schema.org/draft-07/schema#
$ref: #/definitions/Clock
definitions
Clock
- Type:
object
- Properties
- file
required
- Type:
string
- Type:
- city
required
- Type:
string
- Type:
- file
default values
{
"file": "file.svg",
"city": "Chicago"
}