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

8 lines
152 B
JSON

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