Member-only story

Dennis O'Keeffe
2 min readSep 20, 2020

--

Heading image

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.

--

--

Dennis O'Keeffe
Dennis O'Keeffe

Responses (2)