1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-14 20:42:27 +00:00
senpy/docs/bad-examples/results/example-basic-FAIL.json
J. Fernando Sánchez c090501534 New schema for parameters
* Add parameters as an entity in the schema
* Update examples to include parameters
* Change the API for processing plugins, params is a parameter again, instead of
only adding the request.
* Update tests
2018-12-07 16:46:07 +01:00

15 lines
296 B
JSON

{
"@context": "http://mixedemotions-project.eu/ns/context.jsonld",
"@id": "http://example.com#NIFExample",
"@type": "results",
"analysis": [
],
"entries": [
{
"nif:beginIndex": 0,
"nif:endIndex": 40,
"text": "An entry should have a nif:isString key"
}
]
}