Skip to content

Additions to +Arbitrary and +OpenAPI

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 22 Jan 16:22
6dd14da

Lot's added here. Still a long ways from being able to generate the entire OpenAPI Schema object for a JSONAPI Document, but making serious strides in that direction and figuring out some of the tougher features to automate.

  • Added easy OpenAPI example generation for Sampleable JSONAPI Entities.
  • Added Arbitrary conformance for UnknownJSONAPIError
  • Added "const" workaround: "enum" with only one value.
  • Added quite a bit of test coverage on OpenAPI generation of JSNOAPI Entities.