Closed rsmckinney closed 10 months ago
manifold-json: Support top-level oneOf/anyOf types.
Peculiar case where root type is a union:
Objects:
{ "anyOf": [ { "type": "object", "properties": {...} }, { "type": "object", "properties": {...} } ] }
Arrays:
{ "anyOf": [ { "type": "array", "items": {...} }, { "type": "array", "items": {...} } ] }
Fix available with release 2024.1.0
manifold-json: Support top-level oneOf/anyOf types.
Peculiar case where root type is a union:
Objects:
Arrays: