I've been experimenting with the Strapi headless CMS, and it seems like an efficient way to put together RESTful web services. I'd like to use it as the back end for an AEM forms data integration. This would save me the trouble of building out all the parts of a RESTful service for every form.
Unfortunately, there seems to be a lot of friction between these two tools. For example, Strapi supports only the current standard for API definitions, OpenAPI 3.0, which is the successor to Swagger. AEM forms supports only Swagger 2.0, and I've had trouble trying to "down convert" my API definition. I've also noticed that AEM Forms seems to support only a previous version of JSON Schema, declared in example files as "http://json-schema.org/draft-04/schema#", and not the current version, declared as "https://json-schema.org/draft/2020-12/schema".
Does anyone know if there are tools, packages, or service packs that would let these products work together?
Thank you!