diff --git a/schemas/README.md b/schemas/README.md index 9ad6e60249..2f660ca1d3 100644 --- a/schemas/README.md +++ b/schemas/README.md @@ -33,7 +33,7 @@ Optional field set attributes: - reusable (optional): Used to identify which field sets are expected to be reused in multiple places. See "Field set reuse" for details. - 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. - Beta should not have newlines. + Beta notices should not have newlines. ### Field set reuse @@ -107,7 +107,7 @@ The above defines all process fields in both places: ``` 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. -Beta should not have newlines. +Beta notices should not have newlines. ``` reusable: @@ -147,7 +147,7 @@ Supported keys to describe fields - format: Field format that can be used in a Kibana index template. - normalize: Normalization steps that should be applied at ingestion time. Supported values: - array: the content of the field should be an array (even when there's only one value). -- 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. +- 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. Supported keys to describe expected values for a field