Change loadout schema slightly

This commit is contained in:
Colin McLeod
2015-07-18 14:46:22 -07:00
parent db5e080992
commit a6ba61a2bf

View File

@@ -24,8 +24,9 @@
"description": "3rd Party references and/or links to this build/loadout",
"type": "array",
"items": {
"type": "object",
"required": ["name","url"],
"type": "object",
"required": ["name","url"],
"additionalProperties": true,
"properties": {
"name": {
"description": "The name of the 3rd party, .e.g 'Coriolis.io' or 'E:D Shipyard'",
@@ -34,13 +35,6 @@
"url": {
"description": "The link/url to the 3rd party referencing this build/loadout",
"type": "string"
},
"shipId": {
"type": "string"
},
"code": {
"description": "The serialized code or string for the build/loadout",
"type": "string"
}
}
}