mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
Typo and descriptions
This commit is contained in:
parent
7d108a7d9d
commit
220455e639
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
"description": "The symbol of the system.",
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
"x-faker": {
|
"x-faker": {
|
||||||
"fake": ["X1-{{random.alphaNumeric(5)}}"]
|
"fake": ["X1-{{random.alphaNumeric(5)}}"]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"symbol": {
|
"symbol": {
|
||||||
"$ref": "./WaypointSymbol.json",
|
"$ref": "./WaypointSymbol.json",
|
||||||
"description": "Symbol fo the waypoint."
|
"description": "Symbol of the waypoint."
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"$ref": "./WaypointType.json"
|
"$ref": "./WaypointType.json"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
"description": "The symbol of the waypoint.",
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
"x-faker": {
|
"x-faker": {
|
||||||
"fake": ["X1-{{random.alphaNumeric(5)}}-{{random.alphaNumeric(5)}}"]
|
"fake": ["X1-{{random.alphaNumeric(5)}}-{{random.alphaNumeric(5)}}"]
|
||||||
|
Loading…
Reference in New Issue
Block a user