mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-29 15:43:55 +00:00
Allow additionnal properties in registry files
This commit is contained in:
parent
eccb2dea30
commit
98e15536f4
@ -130,7 +130,6 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"adapters",
|
||||
"image"
|
||||
@ -162,7 +161,6 @@
|
||||
"title": "Config loaded at startup"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"ethernet_adapters",
|
||||
"serial_adapters",
|
||||
@ -211,7 +209,6 @@
|
||||
"midplane": { "enum": ["std", "vxr"] },
|
||||
"npe": { "enum": ["npe-100", "npe-150", "npe-175", "npe-200", "npe-225", "npe-300", "npe-400", "npe-g2"] }
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"platform",
|
||||
"ram",
|
||||
@ -317,7 +314,6 @@
|
||||
"null"]
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"adapter_type",
|
||||
"adapters",
|
||||
@ -367,7 +363,6 @@
|
||||
"title": "Optional, compression type of direct download url image."
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"filename",
|
||||
"version",
|
||||
@ -428,18 +423,15 @@
|
||||
"type": "string",
|
||||
"title": "cdrom image"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name"
|
||||
],
|
||||
"additionalProperties": false
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"name",
|
||||
"category",
|
||||
|
Loading…
x
Reference in New Issue
Block a user