drafter icon indicating copy to clipboard operation
drafter copied to clipboard

Href & Templated Href doesn't have their element names

Open pksunkara opened this issue 6 years ago • 0 comments

In the generated JSON:

{
  "attributes": {
    "href": {
      "element": "string",
      "content": "/resource"
    }
  }
}

should be replaced with

{
  "attributes": {
    "href": {
      "element": "href",
      "content": "/resource"
    }
  }
}

pksunkara avatar Jul 04 '18 11:07 pksunkara