Sha256: f911c4b5fa65efed61a668a22d53ff36ddbc3bd15494c3de65e8c97eaa29ca59

Contents?: true

Size: 928 Bytes

Versions: 1

Compression:

Stored size: 928 Bytes

Contents

{
  "data": {
    "type": "articles",
    "id": "1",
    "attributes": {
      "title": "JSON API paints my bikeshed!"
    },
    "links": {
      "self": "http://example.com/articles/1"
    },
    "relationships": {
      "author": {
        "links": {
          "self": "http://example.com/articles/1/relationships/author",
          "related": "http://example.com/articles/1/author"
        },
        "data": { "type": "people", "id": "9" },
        "meta":	{
            "explanation": "Who wrote the article"
        }
      },
      "comments": {
        "links": {
          "self": "http://example.com/articles/1/relationships/comments",
          "related": "http://example.com/articles/1/comments"
        },
        "data": [
          { "type": "comments", "id": "5" },
          { "type": "comments", "id": "12" }
        ]
      }
    },
    "meta": {
      "reason": "To have an example meta object"
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
subjoin-0.2.1 spec/responses/article_example.json