aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchtests/scripts/benchout_strings.schema.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/benchtests/scripts/benchout_strings.schema.json b/benchtests/scripts/benchout_strings.schema.json
index 7c9a671..bfd9b4e 100644
--- a/benchtests/scripts/benchout_strings.schema.json
+++ b/benchtests/scripts/benchout_strings.schema.json
@@ -28,7 +28,12 @@
"items": {"type": "number"}
}
},
- "additionalProperties": {"type": "number"},
+ "additionalProperties": {
+ "oneOf": [
+ { "type": "number" },
+ { "type": "string" }
+ ]
+ },
"minProperties": 2
}
}