Fragmented References
Fixes #98 wherein an allOf Schema Object with a Reference Object would not parse and could not be represented in OpenAPIKit.
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.