Swiftgger
Swiftgger copied to clipboard
APIObject Decimal and [[[T]]]
Objects with Decimal
attributes or nested Array (tested Array<Array<Array<Double>>>
) fail to serialize in the schema and fall back to another schema link.
[[[Double]]]
is typical for GeoJSON requests so it can't be split up into objects.
Decimal should be shown as a Number, not an object.