mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
fix: missing integrity required field
This commit is contained in:
parent
c35fa54f66
commit
9efd11a398
@ -39,7 +39,7 @@
|
|||||||
"symbol",
|
"symbol",
|
||||||
"name",
|
"name",
|
||||||
"condition",
|
"condition",
|
||||||
"performance",
|
"integrity",
|
||||||
"description",
|
"description",
|
||||||
"speed",
|
"speed",
|
||||||
"requirements"
|
"requirements"
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
"symbol",
|
"symbol",
|
||||||
"name",
|
"name",
|
||||||
"condition",
|
"condition",
|
||||||
"performance",
|
"integrity",
|
||||||
"description",
|
"description",
|
||||||
"moduleSlots",
|
"moduleSlots",
|
||||||
"mountingPoints",
|
"mountingPoints",
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
"symbol",
|
"symbol",
|
||||||
"name",
|
"name",
|
||||||
"condition",
|
"condition",
|
||||||
"performance",
|
"integrity",
|
||||||
"description",
|
"description",
|
||||||
"powerOutput",
|
"powerOutput",
|
||||||
"requirements"
|
"requirements"
|
||||||
|
Loading…
Reference in New Issue
Block a user