mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-15 14:52:06 +03:00
Update shipyard schema proposal
This commit is contained in:
parent
be61c12080
commit
4616756f8e
@ -42,7 +42,6 @@
|
||||
},
|
||||
"ships": {
|
||||
"type" : "array",
|
||||
"minItems" : 1,
|
||||
"items" : {
|
||||
"oneOf": [
|
||||
{
|
||||
@ -51,8 +50,7 @@
|
||||
"required" : [ "name" ],
|
||||
"properties" : {
|
||||
"name": {
|
||||
"type" : "string",
|
||||
"minLength" : 1
|
||||
"$ref": "#/definitions/shipsName"
|
||||
},
|
||||
"fdId": {
|
||||
"type" : "number",
|
||||
@ -66,5 +64,29 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"definitions" : {
|
||||
"shipsName" : {
|
||||
"enum": [
|
||||
"SideWinder",
|
||||
"Eagle",
|
||||
"Hauler",
|
||||
"Adder",
|
||||
"Viper",
|
||||
"Cobra Mk III",
|
||||
"Type-6 Transporter",
|
||||
"Type-7 Transporter",
|
||||
"Asp",
|
||||
"Vulture",
|
||||
"Orca",
|
||||
"Type-9 Heavy",
|
||||
"Python",
|
||||
"Fer-de-Lance",
|
||||
"Anaconda",
|
||||
"DiamondBack Scout",
|
||||
"Diamondback Explorer",
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user