Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 3c20234

Browse files
adamvosshandrews
authored andcommitted
Move section from docs to examples
This addresses the ambiguity of whether these are blessed schemas or example schemas.
1 parent 7026720 commit 3c20234

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

documentation.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,3 @@ The latest meta-schema is draft-06.
2727
| [Core/Validation Meta-Schema](http://json-schema.org/schema) | Used for schemas written for pure validation. |
2828
| [Hyper Meta-Schema](http://json-schema.org/hyper-schema) | Used for schemas written for validation and hyper-linking. |
2929

30-
Standard schemas
31-
----------------
32-
33-
These sample schemas describe simple data structures which can be expressed as JSON:
34-
35-
|-----------------------------------------------------|---------------------------------------------------------------------------------|
36-
| [Geographic Coordinate](http://json-schema.org/geo) | a location as longitude and latitude |
37-
| [Card](http://json-schema.org/card) | a microformat-style representation of a person, company, organization, or place |
38-
| [Calendar](http://json-schema.org/calendar) | a microformat-style representation of an event |
39-
| [Address](http://json-schema.org/address) | a microformat-style representation of a street address |
40-
41-

examples.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@ Here is a basic example of a JSON Schema:
2828
}
2929
```
3030

31+
Example schemas
32+
---------------
33+
34+
These sample schemas describe simple data structures which can be expressed as JSON:
35+
36+
|-----------------------------------------------------|---------------------------------------------------------------------------------|
37+
| [Geographic Coordinate](http://json-schema.org/geo) | a location as longitude and latitude |
38+
| [Card](http://json-schema.org/card) | a microformat-style representation of a person, company, organization, or place |
39+
| [Calendar](http://json-schema.org/calendar) | a microformat-style representation of an event |
40+
| [Address](http://json-schema.org/address) | a microformat-style representation of a street address |
41+
3142
Walkthroughs
3243
------------
3344

0 commit comments

Comments
 (0)