mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
Suggestion for fixing WaypointTrait filter.
This commit is contained in:
parent
7001086a79
commit
d19defe480
@ -518,12 +518,12 @@
|
||||
"schema": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "../models/WaypointTrait.json"
|
||||
"$ref": "../models/WaypointTrait.json#/properties/symbol"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "../models/WaypointTrait.json"
|
||||
"$ref": "../models/WaypointTrait.json#/properties/symbol"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user