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

Move example schemas section from docs to examples #101

Merged
merged 1 commit into from
May 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,3 @@ The latest meta-schema is draft-06.
| [Core/Validation Meta-Schema](http://json-schema.org/schema) | Used for schemas written for pure validation. |
| [Hyper Meta-Schema](http://json-schema.org/hyper-schema) | Used for schemas written for validation and hyper-linking. |

Standard schemas
----------------

These sample schemas describe simple data structures which can be expressed as JSON:

|-----------------------------------------------------|---------------------------------------------------------------------------------|
| [Geographic Coordinate](http://json-schema.org/geo) | a location as longitude and latitude |
| [Card](http://json-schema.org/card) | a microformat-style representation of a person, company, organization, or place |
| [Calendar](http://json-schema.org/calendar) | a microformat-style representation of an event |
| [Address](http://json-schema.org/address) | a microformat-style representation of a street address |


11 changes: 11 additions & 0 deletions examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ Here is a basic example of a JSON Schema:
}
```

Example schemas
---------------

These sample schemas describe simple data structures which can be expressed as JSON:

|-----------------------------------------------------|---------------------------------------------------------------------------------|
| [Geographic Coordinate](http://json-schema.org/geo) | a location as longitude and latitude |
| [Card](http://json-schema.org/card) | a microformat-style representation of a person, company, organization, or place |
| [Calendar](http://json-schema.org/calendar) | a microformat-style representation of an event |
| [Address](http://json-schema.org/address) | a microformat-style representation of a street address |

Walkthroughs
------------

Expand Down