api-docs/models/WaypointSymbol.json

8 lines
181 B
JSON
Raw Normal View History

{
"type": "string",
2023-12-05 21:48:43 +01:00
"description": "The symbol of the waypoint.",
"minLength": 1,
"x-faker": {
"fake": ["X1-{{random.alphaNumeric(5)}}-{{random.alphaNumeric(5)}}"]
}
}