From 94715674876516d68c3f48451893e8dc9e09c992 Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Fri, 15 Nov 2024 21:03:22 +0100 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b376c5..84aa385 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,6 @@ TypeSchema is a JSON format to describe data models in a language neutral format easily transformed into code for almost any programming language. This helps to reuse core data models in different environments. More information at: [https://typeschema.org](https://typeschema.org) -The TypeSchema specification is developed at the [TypeHub platform](https://app.typehub.cloud/d/typehub/typeschema) -which is a collaborative platform to design TypeSchema and TypeAPI specifications. +The TypeSchema meta specification which describes the specification itself is located at `./specification/typeschema.json`. +We automatically push the specification to the [TypeHub platform](https://app.typehub.cloud/d/typehub/typeschema) where +you can see also a rendered version of the specification and download the auto generated models.