w3c / json-ld-framing

JSON-LD 1.1 Framing Specification
https://w3c.github.io/json-ld-framing/
Other
25 stars 20 forks source link

fixed frame on type `@json` #146

Open pasquale95 opened 1 year ago

pasquale95 commented 1 year ago

Fixed the frame for the case of framing over a @json attribute for the issue #142. The previous frame expanded incorrectly as:

[
  {
    "http://example.org/vocab#info": [
      {
        "@type": "@json",
        "@value": {
          "@value": {},
          "@type": "@json"
        }
      }
    ]
  }
]

This frame expands instead as:

[
  {
    "http://example.org/vocab#info": [
      {
        "@type": "@json",
        "@value": {}
      }
    ]
  }
]

which should be the expected expansion.

w3cbot commented 1 year ago

gkellogg marked as non substantive for IPR from ash-nazg.