I am new to Fastify and I do not want to write JSON schema objects from scratch, but leverage TypeScript Interfaces and Types exposed from an existing Data Access Controller. How can I convert those TS Interfaces/Types into JSON schemas, either at dev-time or runtime, for consumption by Fastify to better support RESTful API validation? Thank you in advance.