Skip to content

Fragmented References

Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 25 Jul 23:22
31daf62

Fixes #98 wherein an allOf Schema Object with a Reference Object would not parse and could not be represented in OpenAPIKit.

⚠️ Breaking Change ⚠️
The fix involved adding the .reference case to the JSONSchemaFragment type. Although the surface area here is small, it is possible that this breaks code -- specifically, code that switches over the JSONSchemaFragment enum.