Typo and descriptions

This commit is contained in:
Keith Jackson 2023-12-05 12:48:43 -08:00
parent 7d108a7d9d
commit 220455e639
3 changed files with 3 additions and 1 deletions

View File

@ -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)}}"]

View File

@ -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"

View File

@ -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)}}"]