Skip to content

Commit

Permalink
Make spec.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lamb <[email protected]>
  • Loading branch information
kinyoklion committed Oct 25, 2024
1 parent 8d732ac commit 7591a03
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion specification.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
{
"id": "Requirement 4.1.1",
"machine_id": "requirement_4_1_1",
"content": "Hook context MUST provide: the `flag key`, `flag value type`, `evaluation context`, and the `default value`.",
"content": "Hook context MUST provide: the `flag key`, `flag value type`, `evaluation context`, `default value`, and `hook data`.",
"RFC 2119 keyword": "MUST",
"children": []
},
Expand Down Expand Up @@ -711,6 +711,13 @@
}
]
},
{
"id": "Requirement 4.1.5",
"machine_id": "requirement_4_1_5",
"content": "The `hook data` MUST be mutable.",
"RFC 2119 keyword": "MUST",
"children": []
},
{
"id": "Requirement 4.2.1",
"machine_id": "requirement_4_2_1",
Expand Down

0 comments on commit 7591a03

Please sign in to comment.