drafter
drafter copied to clipboard
Href & Templated Href doesn't have their element names
In the generated JSON:
{
"attributes": {
"href": {
"element": "string",
"content": "/resource"
}
}
}
should be replaced with
{
"attributes": {
"href": {
"element": "href",
"content": "/resource"
}
}
}