Skip to content

Commit 0b22538

Browse files
committed
remove toc
Signed-off-by: Clemens Vasters <clemens@vasters.com>
1 parent 379809d commit 0b22538

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

json-structure-primer.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -19,38 +19,7 @@ like `anyOf` or `allOf` is availble in JSON Structure quite similar to JSON
1919
Schema, has been split out into optional extensions, allowing simple data
2020
definitions to remain lightweight and easy to understand.
2121

22-
## Table of Contents
23-
24-
- [JSON Structure Primer](#json-structure-primer)
25-
- [Table of Contents](#table-of-contents)
26-
- [1. Wait. What? Why?](#1-wait-what-why)
27-
- [2. Key Concepts](#2-key-concepts)
28-
- [2.1. Differences to JSON Schema Drafts](#21-differences-to-json-schema-drafts)
29-
- [2.2. Extensibility Model](#22-extensibility-model)
30-
- [2.2.1. Extensible Types](#221-extensible-types)
31-
- [2.2.2. Add-in Types](#222-add-in-types)
32-
- [2.3. Reusing Types across different Schema Documents](#23-reusing-types-across-different-schema-documents)
33-
- [2.4. Core and Companion Specifications](#24-core-and-companion-specifications)
34-
- [2.5. Meta-Schemas](#25-meta-schemas)
35-
- [3. Using Structure Core](#3-using-structure-core)
36-
- [3.1. Example: Declaring a simple object type](#31-example-declaring-a-simple-object-type)
37-
- [3.2. Example: Declaring Primitive and Extended Types](#32-example-declaring-primitive-and-extended-types)
38-
- [4. Example: Declaring inline compound types](#4-example-declaring-inline-compound-types)
39-
- [4.1. Example: Declaring reusable types in `definitions`](#41-example-declaring-reusable-types-in-definitions)
40-
- [4.2. Example: Structuring types with namespaces](#42-example-structuring-types-with-namespaces)
41-
- [4.3. Example: Using an Array Type](#43-example-using-an-array-type)
42-
- [4.4. Example: Declaring Maps](#44-example-declaring-maps)
43-
- [4.5. Example: Declaring Sets](#45-example-declaring-sets)
44-
- [5. Using Companion Specifications](#5-using-companion-specifications)
45-
- [5.1. Example: Using the `altnames` Keyword](#51-example-using-the-altnames-keyword)
46-
- [5.2. Example: Using the `altenums` Keyword](#52-example-using-the-altenums-keyword)
47-
- [5.3. Example: Using the `unit` Keyword](#53-example-using-the-unit-keyword)
48-
- [5.4. Example: Using the `currency` Keyword](#54-example-using-the-currency-keyword)
49-
- [6. Using Validation](#6-using-validation)
50-
- [6.1. Example: Using Conditional Composition](#61-example-using-conditional-composition)
51-
- [6.2. Example: Using Validation Rules](#62-example-using-validation-rules)
52-
53-
## 1. Wait. What? Why?
22+
## 1. Introduction
5423

5524
JSON Schema has been in development since ca. 2009 and has gone through several
5625
iterations. The industry has largely standardized on "Draft 7" of JSON Schema,

0 commit comments

Comments
 (0)