Barazo AppView backend barazo.forum

fix(plugins): add dependencies and settingsSchema to response schema (#159) master

Fastify uses fast-json-stringify which only serializes fields declared in the response JSON schema. The serializePlugin function returned these fields but the schema didn't declare them, so they were silently dropped from the response.


+2
1 changed file