summaryrefslogtreecommitdiff
path: root/samples/dtail.schema.json
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-11-03 09:22:49 +0200
committerPaul Buetow <paul@buetow.org>2021-11-03 09:22:49 +0200
commit426196c23fa4be59ad024f5d6891b1de047581f9 (patch)
tree9024ac46e2fcd9ad1dd6c9ba14286e1b1c514726 /samples/dtail.schema.json
parent69b4659b2e644506476a7285970121b3fc98c15b (diff)
Add integration test for long line splitting - Also fixed a bug regarding this along the way
Diffstat (limited to 'samples/dtail.schema.json')
-rwxr-xr-xsamples/dtail.schema.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/dtail.schema.json b/samples/dtail.schema.json
index bf07525..7551449 100755
--- a/samples/dtail.schema.json
+++ b/samples/dtail.schema.json
@@ -358,6 +358,11 @@
"minimum": 1,
"maximum": 100
},
+ "MaxLineLength": {
+ "type": "integer",
+ "minimum": 1024,
+ "maximum": 10240000
+ },
"Permissions": {
"type": "object",
"properties": {}