We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff93031 commit 3c7b130Copy full SHA for 3c7b130
VariantShredding.md
@@ -126,7 +126,8 @@ The list `element` must be a required group.
126
The `element` group can contain `value` and `typed_value` fields.
127
The element's `value` field stores the element as Variant-encoded `binary` when the `typed_value` is not present or cannot represent it.
128
The `typed_value` field may be omitted when not shredding elements as a specific type.
129
-When `typed_value` is omitted, `value` must be `required`.
+The `value` field may be omitted when shredding elements as a specific type.
130
+However, at least one of the two fields must be present.
131
132
For example, a `tags` Variant may be shredded as a list of strings using the following definition:
133
```
0 commit comments