{
  "id": "423f4f9a-585e-4fde-811c-2f8b5d018af6", // License Unique Identifier (GUID)
  "status": "active", // License status are predefined list
  "message": "Your license is currently active and has been used on one device.", // License status message that should appear to user, according to readium localization is implemented

  "updated": {
    "license": "2016-08-05T00:00:00Z", // last update Date of license
    "status": "2016-08-08T00:00:00Z" // last update Date of license status document
  },

  "links": [ // Links are added according to the values lsd.license_status section in config.yaml
    { // Link to get the license
      "rel": "license",
      "href": "https://example.org/license/35d9b2d6",
      "type": "application/vnd.readium.lcp.license.v1.0+json",
      "profile": "http://readium.org/lcp/basic-profile"
    },
    { // Link to register a device
      "rel": "register",
      "href": "https://example.org/license/35d9b2d6/register{?id,name}",
      "type": "application/vnd.readium.license.status.v1.0+json",
      "templated": true
    },
    { // Link to return the license
      "rel": "return", 
      "href": "https://example.org/license/35d9b2d6/return{?id,name}",
      "type": "application/vnd.readium.license.status.v1.0+json",
      "templated": true
    },
    { // Link to renew the license
      "rel": "renew",
      "href": "https://example.org/license/35d9b2d6/renew{?end,id,name}",
      "type": "application/vnd.readium.license.status.v1.0+json",
      "templated": true
    }
  ],
  
  "potential_rights": {
    "end": "2014-09-13T00:00:00Z" // calculated by adding "renting_days" found in config file to issue date. renew is not possible if the license end date exceeds this date. Also it is only initialized once at the time the license is added to the LSD server
  },
  
  "events": [
    {
      "type": "register", 
      "name": "eBook App (Android)", 
      "timestamp": "2016-07-14T00:00:00Z", 
      "id": "709e1380-3528-11e5-a2cb-0800200c9a66"
    }
  ]
}