Schema clock_internal.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Describes a clock with no external reference",
"properties": { },
"required": [
"name",
"ref_type"
],
"title": "Clock with no external reference",
"type": "object"
}