mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-24 18:42:20 +00:00
Fixed test for failed validation
Note that the schema currently supports both string and object analysis in the "analysis" field of a result.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"allOf": [
|
||||
{"$ref": "response.json"},
|
||||
{
|
||||
"required": ["plugins"],
|
||||
"properties": {
|
||||
"plugins": {
|
||||
"type": "array",
|
||||
|
Reference in New Issue
Block a user