File tree Expand file tree Collapse file tree 2 files changed +68
-0
lines changed Expand file tree Collapse file tree 2 files changed +68
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "@context" : {
3+ "$always" : "@always" ,
4+ "$base" : "@base" ,
5+ "$container" : "@container" ,
6+ "$direction" : "@direction" ,
7+ "$embed" : "@embed" ,
8+ "$explicit" : "@explicit" ,
9+ "$graph" : "@graph" ,
10+ "$id" : "@id" ,
11+ "$import" : "@import" ,
12+ "$included" : "@included" ,
13+ "$index" : "@index" ,
14+ "$json" : "@json" ,
15+ "$language" : "@language" ,
16+ "$list" : "@list" ,
17+ "$nest" : "@nest" ,
18+ "$never" : "@never" ,
19+ "$none" : "@none" ,
20+ "$null" : "@null" ,
21+ "$omitDefault" : "@omitDefault" ,
22+ "$once" : "@once" ,
23+ "$prefix" : "@prefix" ,
24+ "$propagate" : "@propagate" ,
25+ "$protected" : "@protected" ,
26+ "$requireAll" : "@requireAll" ,
27+ "$reverse" : "@reverse" ,
28+ "$set" : "@set" ,
29+ "$type" : "@type" ,
30+ "$value" : "@value" ,
31+ "$version" : "@version" ,
32+ "$vocab" : "@vocab"
33+ }
34+ }
Original file line number Diff line number Diff line change 1+ {
2+ "@context" : {
3+ "always" : "@always" ,
4+ "base" : "@base" ,
5+ "container" : "@container" ,
6+ "direction" : "@direction" ,
7+ "embed" : "@embed" ,
8+ "explicit" : "@explicit" ,
9+ "graph" : "@graph" ,
10+ "id" : "@id" ,
11+ "import" : "@import" ,
12+ "included" : "@included" ,
13+ "index" : "@index" ,
14+ "json" : "@json" ,
15+ "language" : "@language" ,
16+ "list" : "@list" ,
17+ "nest" : "@nest" ,
18+ "never" : "@never" ,
19+ "none" : "@none" ,
20+ "null" : "@null" ,
21+ "omitDefault" : "@omitDefault" ,
22+ "once" : "@once" ,
23+ "prefix" : "@prefix" ,
24+ "propagate" : "@propagate" ,
25+ "protected" : "@protected" ,
26+ "requireAll" : "@requireAll" ,
27+ "reverse" : "@reverse" ,
28+ "set" : "@set" ,
29+ "type" : "@type" ,
30+ "value" : "@value" ,
31+ "version" : "@version" ,
32+ "vocab" : "@vocab"
33+ }
34+ }
You can’t perform that action at this time.
0 commit comments