File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ api.createTermDefinition = ({
382
382
383
383
if ( term === '@type' &&
384
384
_isObject ( value ) &&
385
- value [ '@container' ] === '@set' &&
385
+ ( value [ '@container' ] || '@set' ) === '@set' &&
386
386
api . processingMode ( activeCtx , 1.1 ) ) {
387
387
388
388
const validKeys = [ '@container' , '@id' , '@protected' ] ;
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ const TEST_TYPES = {
96
96
// colliding keywords
97
97
/ e x p a n d - m a n i f e s t .j s o n l d # t 0 1 1 4 $ / ,
98
98
// keywords
99
- / e x p a n d - m a n i f e s t .j s o n l d # t p r 3 2 $ / ,
100
99
/ e x p a n d - m a n i f e s t .j s o n l d # t p r 3 3 $ / ,
101
100
// direction
102
101
/ e x p a n d - m a n i f e s t .j s o n l d # t d i 0 1 $ / ,
@@ -294,8 +293,6 @@ const TEST_TYPES = {
294
293
// colliding keyword
295
294
/ t o R d f - m a n i f e s t .j s o n l d # t e 1 1 4 $ / ,
296
295
// keywords
297
- / t o R d f - m a n i f e s t .j s o n l d # t p r 3 1 $ / ,
298
- / t o R d f - m a n i f e s t .j s o n l d # t p r 3 2 $ / ,
299
296
/ t o R d f - m a n i f e s t .j s o n l d # t p r 3 3 $ / ,
300
297
// direction
301
298
/ t o R d f - m a n i f e s t .j s o n l d # t d i 0 1 $ / ,
You can’t perform that action at this time.
0 commit comments