Skip to content

Commit

Permalink
Update state machine to support StringMatches
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Sep 22, 2024
1 parent d44b32f commit 5dfff95
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@
"StringLessThanPath": {
"type": "string"
},
"StringMatches": {
"type": "string"
},
"TimestampEquals": {
"type": "string"
},
Expand Down Expand Up @@ -175,6 +178,7 @@
"StringLessThanPath",
"StringLessThanEquals",
"StringLessThanEqualsPath",
"StringMatches",
"TimestampEquals",
"TimestampEqualsPath",
"TimestampGreaterThan",
Expand Down

0 comments on commit 5dfff95

Please sign in to comment.