Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Href & Templated Href doesn't have their element names #559

Open
pksunkara opened this issue Jul 4, 2018 · 0 comments
Open

Href & Templated Href doesn't have their element names #559

pksunkara opened this issue Jul 4, 2018 · 0 comments
Milestone

Comments

@pksunkara
Copy link
Contributor

pksunkara commented Jul 4, 2018

In the generated JSON:

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

should be replaced with

{
  "attributes": {
    "href": {
      "element": "href",
      "content": "/resource"
    }
  }
}
@pksunkara pksunkara added this to the 4.0.0 milestone Jul 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant