Skip to content

Commit

Permalink
Merge pull request #215 from spansh/update-17-journal-changes
Browse files Browse the repository at this point in the history
Update 17 journal changes
  • Loading branch information
robbyxp1 committed Oct 17, 2023
2 parents 5ac63ae + 8225dd0 commit 7250b90
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
37 changes: 37 additions & 0 deletions schemas/approachsettlement-v1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 2 additions & 0 deletions schemas/fsssignaldiscovered-v1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"minItems": 1,
"items": {
"type": "object",
"additionalProperties" : false,
"required": ["timestamp", "SignalName"],
"description": "Single FSSSignalDiscovered event",
"properties": {
Expand All @@ -77,6 +78,7 @@
"format" : "date-time"
},
"SignalName": { "type": "string" },
"SignalType": { "type": "string" },
"IsStation": { "type": "boolean" },
"USSType": {
"type": "string",
Expand Down

0 comments on commit 7250b90

Please sign in to comment.