FSSSignalDiscovered: optional systemName and StarPos

This commit is contained in:
norohind 2021-11-07 17:41:42 +03:00
parent 912fa0e064
commit 036e918fe9
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -70,7 +70,20 @@
}
}
}
}
},
"systemName": {
"type" : "string",
"minLength" : 1,
"description": "Should be added by the sender"
},
"StarPos": {
"type" : "array",
"items" : { "type": "number" },
"minItems" : 3,
"maxItems" : 3,
"description" : "Should be added by the sender"
}
}
}