Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions models/ShipMount.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"type": "object",
"description": "A mount is installed on the exterier of a ship.",
"description": "A mount is installed on the exterior of a ship.",
"properties": {
"symbol": {
"type": "string",
Expand All@@ -21,7 +21,7 @@
"MOUNT_MISSILE_LAUNCHER_I",
"MOUNT_TURRET_I"
],
"description": "Symbo of this mount."
"description": "Symbol of this mount."
},
"name": {
"type": "string",
Expand Down
12 changes: 6 additions & 6 deletions reference/SpaceTraders.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -356,7 +356,7 @@
}
}
},
"description": "Succesfully registered."
"description": "Successfully registered."
}
},
"summary": "Register New Agent",
Expand DownExpand Up@@ -990,7 +990,7 @@
}
}
},
"description": "Succesfully fetched factions."
"description": "Successfully fetched factions."
}
},
"summary": "List Factions",
Expand DownExpand Up@@ -1249,7 +1249,7 @@
}
}
},
"description": "Succesfully listed contracts."
"description": "Successfully listed contracts."
}
},
"security": [
Expand DownExpand Up@@ -1365,7 +1365,7 @@
}
}
},
"description": "Succesfully accepted contract."
"description": "Successfully accepted contract."
}
},
"security": [
Expand DownExpand Up@@ -1566,7 +1566,7 @@
}
}
},
"description": "Succesfully listed ships."
"description": "Successfully listed ships."
}
},
"security": [
Expand DownExpand Up@@ -2038,7 +2038,7 @@
}
}
},
"description": "Succesfully fetched ship's cooldown."
"description": "Successfully fetched ship's cooldown."
},
"204": {
"description": "No cooldown."
Expand Down