File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1685
1685
"name" : "Check illegal overriding of protected term from type-scoped context" ,
1686
1686
"purpose" : "Check error when overriding a protected term from type-scoped context." ,
1687
1687
"option" : { "specVersion" : "json-ld-1.1" } ,
1688
- "input" : "compact/pr02 -in.jsonld" ,
1689
- "context" : "compact/pr02 -context.jsonld" ,
1688
+ "input" : "compact/pr03 -in.jsonld" ,
1689
+ "context" : "compact/pr03 -context.jsonld" ,
1690
1690
"expect" : "protected term redefinition"
1691
1691
} , {
1692
1692
"@id" : "#tpr04" ,
Original file line number Diff line number Diff line change 3
3
"@version" : 1.1 ,
4
4
"@vocab" : "http://example.com/" ,
5
5
"protected" : { "@protected" : true } ,
6
- "Type" : { "@context" : { "protected" : { "@type" : "@id" } , } }
6
+ "Type" : { "@context" : { "protected" : { "@type" : "@id" } } }
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments