Member-only story
In my current work, I am looking at ways to try to enforce particular standards across multiple and larger projects.
This means standards set across different languages that are flexible, extensible and kept up to date.
A few of my upcoming posts will be looking into some of my spikes that I am doing to as investigation, starting with the json-schema-to-typescript
library.
JSON Schema
What is JSON Schema? Here is a definition from the JSON Schema Org site:
JSON Schema is a powerful tool for validating the structure of JSON data.
The hope is that I can use tooling for JSON schema and Open API to help with structuring micro-services and providing “cheap” contract testing.
Setting up the project
Compiling From Source
In my example, I will opt to generate by reading in from a particular file.