Suggestion for fixing WaypointTrait filter.

This commit is contained in:
Keith Jackson 2023-11-05 01:56:38 -07:00
parent 7001086a79
commit d19defe480

View File

@ -518,12 +518,12 @@
"schema": { "schema": {
"oneOf": [ "oneOf": [
{ {
"$ref": "../models/WaypointTrait.json" "$ref": "../models/WaypointTrait.json#/properties/symbol"
}, },
{ {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "../models/WaypointTrait.json" "$ref": "../models/WaypointTrait.json#/properties/symbol"
} }
} }
] ]