Schema clock_ptp.json
Resolve referenced schemas (may reorder keys)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Describes a clock referenced to PTP",
"title": "PTP clock",
"type": "object",
"required": [
"name",
"ref_type",
"traceable",
"version",
"gmid",
"locked"
],
"properties": {
"name": {
"type": "string",
"description": "Name of this refclock (unique for this set of clocks)",
"pattern": "^clk[0-9]+$"
},
"ref_type": {