From bc0554575ad7a1c9a6870f2cf00f2d3a9f33b605 Mon Sep 17 00:00:00 2001 From: pzloty Date: Thu, 2 Mar 2023 14:42:11 +0100 Subject: [PATCH] Fix output "prefixed" option in schema.json (#1031) Fix the output option to match implementation and documentation. --- docs/static/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/schema.json b/docs/static/schema.json index 0d1d335d..43436e9e 100644 --- a/docs/static/schema.json +++ b/docs/static/schema.json @@ -317,7 +317,7 @@ }, "outputString": { "type": "string", - "enum": ["interleaved", "prefix", "group"], + "enum": ["interleaved", "prefixed", "group"], "default": "interleaved" }, "outputObject": {