mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-23 03:50:30 +03:00
Simplify parsing by making "mount" required for all "hardpoint" modules.
This commit is contained in:
parent
1399918e3f
commit
312b0f0126
@ -55,7 +55,7 @@
|
||||
"class" : { "$ref": "#/definitions/class" },
|
||||
"rating" : { "$ref": "#/definitions/rating" }
|
||||
},
|
||||
"required" : [ "category", "name", "class", "rating" ],
|
||||
"required" : [ "category", "name", "mount", "class", "rating" ],
|
||||
"additionalProperties" : false
|
||||
},
|
||||
{
|
||||
@ -110,7 +110,7 @@
|
||||
},
|
||||
"mount": {
|
||||
"enum": [ "Fixed", "Gimballed", "Turreted" ],
|
||||
"description": "Thermic and Kinetic weapon mounting mode"
|
||||
"description": "Weapon mounting mode"
|
||||
},
|
||||
"guidance": {
|
||||
"enum": [ "Dumbfire", "Seeker" ],
|
||||
|
Loading…
x
Reference in New Issue
Block a user