diff --git a/artiq/coredevice/coredevice_generic.schema.json b/artiq/coredevice/coredevice_generic.schema.json index d51f49343..7dcf85462 100644 --- a/artiq/coredevice/coredevice_generic.schema.json +++ b/artiq/coredevice/coredevice_generic.schema.json @@ -374,15 +374,14 @@ { "type": "integer", "minimum": 0, - "maximum": 3, - "default": 0 + "maximum": 3 }, { "type": "string", - "enum": ["xo", "mmcx", "sma"], - "default": "xo" + "enum": ["xo", "mmcx", "sma"] } - ] + ], + "default": 0 } }, "required": ["ports"]