The TD should contain a field to refer to developer documentation.
Web linking container should be used for that purpose:
...
"links": [{
"rel": "documentation",
"href": "https://example.com/howTo",
"type": "application/pdf"
}]
...
The 'rel' type value does not yet exist, but this is an issue that is addressed in the new charter anyway.
I like this approach, it would be nice to have it in an example.
@sebastiankb:
we should define this "documentation" relationship type in the 1.1 spec.
I started to work on the topic about relation types and created a PR for the TD spec #1034. I would be happy to receive some feedback.
issue is addressed in the latest draft
Most helpful comment
Web linking container should be used for that purpose:
The 'rel' type value does not yet exist, but this is an issue that is addressed in the new charter anyway.