Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Merged
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
8 changes: 4 additions & 4 deletions examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ way to reference the schema in a ``$ref``, but is not friendly to web browsers.
The larger links use ".json" for browser compatibility.

|------------------------------------------------------------------------------|-----------------------------------------------------------------|
| [Geographic Coordinate](geo.json) <br> [<small>(canonical url)</small>](geo) | a ___location as longitude and latitude |
| [Card](card.json) <br> [<small>(canonical url)</small>](card) | a microformat-style representation of a person, company, organization, or place |
| [Calendar](cal.json) <br> [<small>(canonical url)</small>](cal) | a microformat-style representation of an event |
| [Address](addr.json) <br> [<small>(canonical url)</small>](addr) | a microformat-style representation of a street address |
| [Geographic Coordinate](example/geo.json) <br> [<small>(canonical url)</small>](geo) | a ___location as longitude and latitude |
| [Card](example/card.json) <br> [<small>(canonical url)</small>](card) | a microformat-style representation of a person, company, organization, or place |
| [Calendar](example/calendar.json) <br> [<small>(canonical url)</small>](calendar) | a microformat-style representation of an event |
| [Address](example/address.json) <br> [<small>(canonical url)</small>](address) | a microformat-style representation of a street address |

Walkthroughs
------------
Expand Down