api-docs/models/WaypointSymbol.json
2023-12-05 12:48:43 -08:00

8 lines
181 B
JSON

{
"type": "string",
"description": "The symbol of the waypoint.",
"minLength": 1,
"x-faker": {
"fake": ["X1-{{random.alphaNumeric(5)}}-{{random.alphaNumeric(5)}}"]
}
}