Metadata

Schema

Examples

Author

{
  "authors": [
    {
      "name": "John Doe"
    }
  ]
}

Authors and license

{
  "authors": [
    {
      "name": "John Doe",
      "email": "john@mail.com"
    },
    {
      "name": "Jane Doe",
      "email": "jane@mail.com"
    }
  ],
  "license": "CC"
}

Title and description

{
  "authors": [
    {
      "name": "John Doe"
    }
  ],
  "title": "Lorem",
  "description": "Lorem ipsum dolor sit amet"
}

Updated and created dates

{
  "created": "2016-09-01T10:00:00",
  "updated": "2016-09-03T11:50:00"
}

Extra data

{
  "authors": [
    {
      "name": "John Doe",
      "email": "john@mail.com",
      "avatar": {
        "type": "image/png",
        "url": "http://domain.com/john.png"
      }
    }
  ],
  "license": "CC",
  "created": "2015-06-03",
  "modified": "2015-06-08",
  "views": 1546
}