Skip to content

Commit

Permalink
s/subject/title/ per Bengo
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Dec 21, 2023
1 parent f36fddd commit 4f4f7c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ The `args` field MAY contain partially applied Arguments for the shape of data s
"can": "msg/send",
"args": {
"from": "[email protected]",
"subject": "Coffee"
"title": "Coffee"
},
// ...
}
Expand All @@ -401,7 +401,7 @@ The `args` field MAY contain partially applied Arguments for the shape of data s
"args": {
"from": "[email protected]", // Matches above
"to": ["[email protected]", "[email protected]"],
"subject": "Coffee",
"title": "Coffee",
"body": "Still on for coffee" // Matches above
},
// ...
Expand Down Expand Up @@ -429,7 +429,7 @@ Note that this also applies to arrays and objects. For example, the `to` array i
"args": {
"from": "[email protected]", // Matches above
"to": ["[email protected]", "[email protected]"], // Does not match exactly
"subject": "Coffee",
"title": "Coffee",
"body": "Still on for coffee"
},
// ...
Expand Down Expand Up @@ -473,7 +473,7 @@ Condition semantics MUST be established by the Subject. They are openly extensib
"args": {
"from": "[email protected]",
"to": ["[email protected]", "[email protected]"], // Matches criteria
"subject": "Coffee",
"title": "Coffee",
"body": "Still on for coffee"
},
// ...
Expand Down

0 comments on commit 4f4f7c5

Please sign in to comment.