Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions specification.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,13 @@
"RFC 2119 keyword": "MUST",
"children": []
},
{
"id": "Requirement 3.1.3",
"machine_id": "requirement_3_1_3",
"content": "The evaluation context MUST support fetching the custom fields by key and also fetching all key value pairs.",
"RFC 2119 keyword": "MUST",
"children": []
},
{
"id": "Requirement 3.2.1",
"machine_id": "requirement_3_2_1",
Expand Down
4 changes: 4 additions & 0 deletions specification/sections/03-evaluation-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ The targeting key uniquely identifies the subject (end-user, or client service)

see: [structure](../types.md#structure), [datetime](../types.md#datetime)

#### Requirement 3.1.3

> The evaluation context **MUST** support fetching the custom fields by key and also fetching all key value pairs.

### Merging Context

#### Requirement 3.2.1
Expand Down