File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
specs/search/paths/objects/common Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ builtInOperationType:
10
10
- IncrementSet
11
11
description : How to change the attribute.
12
12
13
+ builtInOperationValue :
14
+ oneOf :
15
+ - type : string
16
+ description : A string to append or remove for the `Add`, `Remove`, and `AddUnique` operations.
17
+ - type : integer
18
+ description : A number fo add, remove, or append, depending on the operation.
19
+
13
20
attribute :
14
21
type : string
15
22
description : Value of the attribute to update.
@@ -22,8 +29,7 @@ builtInOperation:
22
29
_operation :
23
30
$ref : ' #/builtInOperationType'
24
31
value :
25
- type : string
26
- description : Value that corresponds to the operation, for example an `Increment` or `Decrement` step, or an `Add` or `Remove` value.
32
+ $ref : ' #/builtInOperationValue'
27
33
required :
28
34
- _operation
29
35
- value
You can’t perform that action at this time.
0 commit comments