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..d551031 100644 --- a/schemas/fsssignaldiscovered-v1.0.json +++ b/schemas/fsssignaldiscovered-v1.0.json @@ -69,6 +69,7 @@ "minItems": 1, "items": { "type": "object", + "additionalProperties" : false, "required": ["timestamp", "SignalName"], "description": "Single FSSSignalDiscovered event", "properties": { @@ -77,6 +78,7 @@ "format" : "date-time" }, "SignalName": { "type": "string" }, + "SignalType": { "type": "string" }, "IsStation": { "type": "boolean" }, "USSType": { "type": "string",