1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-09-17 12:02:21 +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:
J. Fernando Sánchez
2017-04-07 16:24:28 +02:00
parent 1302b0b93c
commit d3d05b3218
3 changed files with 14 additions and 10 deletions

View File

@@ -37,9 +37,6 @@
"@type": "@id",
"@container": "@set"
},
"plugins": {
"@container": "@list"
},
"options": {
"@container": "@set"
},