Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions aep/general/0160/aep.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,21 @@ extensions. An API **must** document any specific functions it supports,
including any limitations on their usage (for example, if a given function can
only be used on certain fields and/or with certain API methods).

### Annotation

```
x-aep-filter:
fields: # this field describes the fields that can be operated upon
- path
- description
# these are operations that are supported by the API. They match the
# name of the elements in the grammar.
# https://github.com/google/cel-spec/blob/master/doc/langdef.md#name-resolution
operations:
- 'ConditionalOr'
- 'ConditionalANd'
```

### Limitations

An API **may** support only a subset of the CEL language, and/or to support
Expand Down