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",
|
"type": "string",
|
||||||
"description": "Faction symbol.",
|
"description": "The symbol of the faction.",
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
"enum": [
|
"enum": [
|
||||||
"COSMIC",
|
"COSMIC",
|
||||||
|
@ -2,9 +2,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"symbol": {
|
"symbol": {
|
||||||
"type": "string",
|
"$ref": "./FactionSymbols.json"
|
||||||
"minLength": 1,
|
|
||||||
"description": "The symbol of the faction."
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
Loading…
Reference in New Issue
Block a user