Skip to content

Commit 55442c9

Browse files
committed
give notice
1 parent 598fc05 commit 55442c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schemas/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +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.
36+
Beta notices should not have newlines.
3737

3838
### Field set reuse
3939

@@ -107,7 +107,7 @@ The above defines all process fields in both places:
107107
```
108108

109109
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.
110+
Beta notices should not have newlines.
111111

112112
```
113113
reusable:
@@ -147,7 +147,7 @@ Supported keys to describe fields
147147
- format: Field format that can be used in a Kibana index template.
148148
- normalize: Normalization steps that should be applied at ingestion time. Supported values:
149149
- array: the content of the field should be an array (even when there's only one value).
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.
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 notices should not have newlines.
151151

152152
Supported keys to describe expected values for a field
153153

0 commit comments

Comments
 (0)