Skip to content

Commit

Permalink
Added official media type designation.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jul 22, 2013
1 parent 3e78b6e commit 1451945
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
@@ -1,8 +1,10 @@
JSON API
========

A standard defining a media type for APIs that serve JSON. This repository is
the source code for [http://jsonapi.org](http://jsonapi.org).
Documentation for the [application/vnd.api+json media
type](http://www.iana.org/assignments/media-types/application/vnd.api+json),
a standard for APIs that use JSON. This repository is the
source code for [http://jsonapi.org](http://jsonapi.org).


Resources
Expand Down
3 changes: 2 additions & 1 deletion index.md
Expand Up @@ -12,7 +12,7 @@ a smart client who wishes to build a data-store of information.

## MIME Types

- 'application/vnd.api+json' (application pending)
- [`application/vnd.api+json`](http://www.iana.org/assignments/media-types/application/vnd.api+json)

## Format documentation

Expand All @@ -37,5 +37,6 @@ URLs used for a resource.
## Update history

- 2013-05-03: Initial release of the draft.
- 2013-07-22: Media type registration completed with the IANA.

You can subscribe to an RSS feed of individual changes [here](https://github.com/json-api/json-api/commits.atom).

0 comments on commit 1451945

Please sign in to comment.