api-elements.js
api-elements.js copied to clipboard
Parse Results should contain a profile to API Elements
trafficstars
Parse Results should contain a profile link to API Elements, the specific version that the parser emitted. This will allow consumers to discover if a parse result contains new semantics it may not understand.
{
"element": "parseResult",
"meta": {
"links": [
{
"element": "link",
"attributes": {
"relation": {
"element": "string",
"content": "profile"
},
"href": {
"element": "string",
"content": "https://apielements.org/1.0.0/"
}
}
}
]
}
}