diff --git a/schemas/approachsettlement-v1.0.json b/schemas/approachsettlement-v1.0.json index 1af5052..81007d5 100644 --- a/schemas/approachsettlement-v1.0.json +++ b/schemas/approachsettlement-v1.0.json @@ -70,6 +70,43 @@ "maxItems" : 3, "description" : "Must be added by the sender" }, + "StationGovernment": { + "type" : "string" + }, + "StationEconomies": { + "type" : "array", + "items" : { + "type" : "object", + "additionalProperties" : false, + "properties": { + "Name": { + "type" : "string" + }, + "Proportion": { + "type" : "number" + } + }, + "patternProperties" : { + "_Localised$" : { "$ref" : "#/definitions/disallowed" } + } + } + }, + "StationFaction": { + "type" : "object", + "additionalProperties" : false, + "properties": { + "Name": { + "type" : "string" + } + } + }, + "StationServices": { + "type" : "array", + "items" : { "type": "string" } + }, + "StationEconomy": { + "type" : "string" + }, "SystemAddress": { "type" : "integer" }, diff --git a/schemas/fsssignaldiscovered-v1.0.json b/schemas/fsssignaldiscovered-v1.0.json index 3f7b171..294e0e7 100644 --- a/schemas/fsssignaldiscovered-v1.0.json +++ b/schemas/fsssignaldiscovered-v1.0.json @@ -67,6 +67,7 @@ "type": "array", "description": "Array of FSSSignalDiscovered events", "minItems": 1, + "additionalProperties" : false, "items": { "type": "object", "required": ["timestamp", "SignalName"], @@ -77,6 +78,7 @@ "format" : "date-time" }, "SignalName": { "type": "string" }, + "SignalType": { "type": "string" }, "IsStation": { "type": "boolean" }, "USSType": { "type": "string",