mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-24 18:42:20 +00:00
Fixed expansion of "plugins"
Closes #26 There was no need to add @list, and it was causing JSON-LD to expand the URI of 'plugins'
This commit is contained in:
@@ -37,9 +37,6 @@
|
||||
"@type": "@id",
|
||||
"@container": "@set"
|
||||
},
|
||||
"plugins": {
|
||||
"@container": "@list"
|
||||
},
|
||||
"options": {
|
||||
"@container": "@set"
|
||||
},
|
||||
|
@@ -10,8 +10,6 @@
|
||||
"items": {
|
||||
"$ref": "plugin.json"
|
||||
}
|
||||
},
|
||||
"@type": {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user