forked from M-Labs/artiq
jsonschema: mirny: fix clk_sel default value
This commit is contained in:
parent
8002fcf8bb
commit
fc59791583
|
@ -374,15 +374,14 @@
|
||||||
{
|
{
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"maximum": 3,
|
"maximum": 3
|
||||||
"default": 0
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["xo", "mmcx", "sma"],
|
"enum": ["xo", "mmcx", "sma"]
|
||||||
"default": "xo"
|
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"default": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["ports"]
|
"required": ["ports"]
|
||||||
|
|
Loading…
Reference in New Issue