Skip to content

Commit 598fc05

Browse files
committed
beta should not have newlines
1 parent f46c3e4 commit 598fc05

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

schemas/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Optional field set attributes:
3333
- reusable (optional): Used to identify which field sets are expected to be reused in multiple places.
3434
See "Field set reuse" for details.
3535
- beta: Adds a beta marker for the entire fieldset. The text provided in this attribute is used as content of the beta marker in the documentation.
36+
Beta should not have newlines.
3637

3738
### Field set reuse
3839

@@ -106,15 +107,15 @@ The above defines all process fields in both places:
106107
```
107108

108109
The `beta` marker can optionally be used along with `at` and `as` to include a beta marker in the field reuses section, marking specific reuse locations as beta.
110+
Beta should not have newlines.
109111

110112
```
111113
reusable:
112114
top_level: true
113115
expected:
114116
- at: user
115117
as: target
116-
beta: >
117-
Reusing these fields in this location is currently considered beta.
118+
beta: Reusing these fields in this location is currently considered beta.
118119
```
119120
120121
### List of fields
@@ -146,7 +147,7 @@ Supported keys to describe fields
146147
- format: Field format that can be used in a Kibana index template.
147148
- normalize: Normalization steps that should be applied at ingestion time. Supported values:
148149
- array: the content of the field should be an array (even when there's only one value).
149-
- beta (optional): Adds a beta marker for the field to the description. The text provided in this attribute is used as content of the beta marker in the documentation. Note that when a whole field set is marked as beta, it is not necessary nor recommended to mark all fields in the field set as beta.
150+
- beta (optional): Adds a beta marker for the field to the description. The text provided in this attribute is used as content of the beta marker in the documentation. Note that when a whole field set is marked as beta, it is not necessary nor recommended to mark all fields in the field set as beta. Beta should not have newlines.
150151

151152
Supported keys to describe expected values for a field
152153

0 commit comments

Comments
 (0)