Thank you!
I believe the consensus was to go ahead with OpenAPI instead of JSON Schema.
Lets see if the OpenAPI schemas will be used. @pieterbos generated them a while back and people still weren’t using them (or are they?)
I may use SDT when a generated form will send data to a CDR.
However the code for AM model is only 115 KB and it can be executed on server & frontend. This means I probably won’t need any intermediary formats to generate JSON for the CDR. Just a bunch of generated “toJson()” methods for the models (similar to “fromJson” to read the OPT).
I don’t mind generating stuff that people will actually use.
I don’t want to spend time generating stuff people say they need but then don’t do their part to make something useful with it.
Maybe what they are asking for isn’t the best approach (see the paragraph about using AM model instead of intermediary formats above). Sometimes cleaner architecture makes applications easier to develop, maintain and upgrade.