Skip to content

Update OpenApiSpex dependency

minibikini requested to merge update_open_api_spex into develop

Currently, Pleroma depends on our fork of OpenApiSpex. We had to fork it because we needed the ability to do some non-standard type casting (BooleanLike).

Thankfully custom validators/casting were added to the library, so we can switch back to the hex package and no longer support our fork.

Merge request reports