1
0
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:
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"
},

View File

@@ -10,8 +10,6 @@
"items": {
"$ref": "plugin.json"
}
},
"@type": {
}
}
}