[spec] ObjectLiteral type attribute (#54)

ektrah has just created a new issue for https://github.com/shexSpec/spec:

== ObjectLiteral type attribute ==
[Section 2.1](https://shexspec.github.io/spec/#json-grammar) currently says:

> ShEx data structures are represented as JSON objects with a member with the name "type" (i.e. an object with a type attribute):
>
>     { "type": "typeName", member0…n }
>         ↑

And [Section 5.4](https://shexspec.github.io/spec/#node-constraints) defines:

>     ObjectLiteral { value:STRING language:STRING? type:STRING? }
>                                                    ↑

Is there a conflict between `type` and `type`?

Please view or discuss this issue at https://github.com/shexSpec/spec/issues/54 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 19 August 2022 09:22:50 UTC