Abstract Types and StructTypes - error reading AbstractTypes into concrete with JSON3

It should be

function StructTypes.subtypes(::Type{ICompute})
(
    percentile = Percentile,
)
end
1 Like