mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
Removed duplicate Faction symbol definition
This commit is contained in:
parent
a121b573e7
commit
0165d506b2
@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "string",
|
||||
"description": "Faction symbol.",
|
||||
"description": "The symbol of the faction.",
|
||||
"minLength": 1,
|
||||
"enum": [
|
||||
"COSMIC",
|
||||
|
@ -2,9 +2,7 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"symbol": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"description": "The symbol of the faction."
|
||||
"$ref": "./FactionSymbols.json"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
Loading…
Reference in New Issue
Block a user