From 42d47d524eebe6d55be122540fd1b666e76a85b1 Mon Sep 17 00:00:00 2001 From: Piotr Machowski Date: Wed, 5 Jan 2022 02:22:23 +0100 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2da6cba..d7ead83b 100644 --- a/README.md +++ b/README.md @@ -410,6 +410,7 @@ Following repeats types are supported at this moment: - `NONE`: No repeats - `INTERNAL`: Repeats number included in coordinates array (`[25500, 25000, 26500, 26500, 2]`) - `EXTERNAL`: Repeats number used as a separate attribute in `service_call_schema` + - `REPEAT`: Repeats selection (repeats: `2`, selection: `[5,6]` => `[5,6,5,6]`) #### Predefined selection options