From 199040b295eed600f31fd1aeda24d62f9ed721b9 Mon Sep 17 00:00:00 2001 From: Eric Beahan Date: Wed, 25 Aug 2021 08:38:08 -0500 Subject: [PATCH] correct attribute is allowed_values (#1590) --- schemas/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/README.md b/schemas/README.md index 19e8a8b1a9..a135e55ddc 100644 --- a/schemas/README.md +++ b/schemas/README.md @@ -169,7 +169,7 @@ Supported keys to describe fields Supported keys to describe expected values for a field ```YAML - accepted_values: + allowed_values: - name: authentication description: ... - name: process @@ -179,7 +179,7 @@ Supported keys to describe expected values for a field - iamgroot ``` -- accepted\_values: list of dictionaries with the 'name' and 'description' of the expected values. +- allowed\_values: list of dictionaries with the 'name' and 'description' of the expected values. Optionally, entries in this list can specify 'expected\_event\_types'. The `beta` field is also allowed here and will add a beta marker to the allowed value in the ECS categorization docs. - expected\_event\_types: list of expected "event.type" values to use in association