Open
Description
I was recently reading this blog post: https://alexwlchan.net/2025/duplicate-names-in-json/ which states that the JSON syntax does not require that name strings should be unique. However, these semantics may be considered in further specifications about the use of JSON in data exchanges.
In the JSON-LD specs as far as I know little is said about the handing of duplicate names:
- In https://www.w3.org/TR/json-ld/ 4.1 I see a mention of duplicate context terms
Can the editor clarify how duplicated names should be handled?
{
"@context": "http://schema.org/",
"@type": "Person",
"name": "Jane Doe",
"jobTitle": "Professor",
"jobTitle": "Dean",
"url": "http://www.janedoe.com"
}
Metadata
Metadata
Assignees
Type
Projects
Status
Errata