diff options
| author | Paul Buetow <paul@buetow.org> | 2021-11-03 09:22:49 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-11-03 09:22:49 +0200 |
| commit | d7fb2723543d0c8a4f0ce3549e6b70a8d2d0b18a (patch) | |
| tree | 9024ac46e2fcd9ad1dd6c9ba14286e1b1c514726 /samples/dtail.schema.json | |
| parent | 6401b8985f08fc2a1e939347117777d223712f9e (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-x | samples/dtail.schema.json | 5 |
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": {} |
