Skip to content

Commit

Permalink
Merge branch 'master' into rfc/0010/stage-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeahan authored Aug 25, 2021
2 parents 3f6fae2 + 199040b commit 64cc5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 64cc5b9

Please sign in to comment.