Proposal for a HyperText Project T. Berners-Lee/CN, R. Cailliau/ECP November 1990 https://www.w3.org/History/1989/proposal.html https://www.w3.org/Proposal.html
Link: <http://example.com/profile>; rel="profile" { "wtl": "MjAxMy0wNS0wNiAxMjo1Nzo1MyAtMDcwMA==\n", “grobb34s": […] } $ curl -i http://example.com/profile HTTP/1.1 200 OK Content-Type: text/plain The Example.com API =================== Example.com provides access to our blog through an API. In the API, you'll see two major things of interest: `wtl` and `grobb34s` ## wtl The value provided under the `wtl` key is the time the latest blog post was posted, in "%Y-%m-%d %H:%M:%S %z" format. This value is then Base64 encoded. http://www.designinghypermediaapis.com/blog/the-profile-link-relation-and-you.html
"properties": { "id": { "type": "type": "string", "description": "The unique identifier for todo." }, "title": { "type": "string", "description": "The title of the todo", "minLength": 3, "maxLength": 255 } }