From 394d10e6da3983a12f34af7d1cc4f18f87fd2ea5 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 25 May 2021 14:13:09 +0200 Subject: [PATCH] Link preserves-schema to main page --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2e7aeac..49aac64 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,17 @@ comparable to JSON, XML, S-expressions, CBOR, ASN.1 BER, and so on. ## Core documents +### Preserves data model and serialization formats + - [Preserves tutorial](TUTORIAL.html) - [Preserves specification](preserves.html), including semantics, textual syntax, and compact binary syntax - [Canonical Form for Binary Syntax](canonical-binary.html) +### Preserves schema + + - [Preserves Schema specification](preserves-schema.html) + ## Additional resources - Some [conventions for common data types](conventions.html)