Schema clock_ptp.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Describes a clock referenced to PTP",
"properties": { },
"required": [
"name",
"ref_type",
"traceable",
"version",
"gmid",
"locked"
],
"title": "PTP clock",
"type": "object"
}