Skip to content

Commit a15e566

Browse files
committed
Added custom keyword explanation
1 parent 8b9b85c commit a15e566

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ $evaluator->evaluate($instance, $staticEvaluationContext); // Returns true
236236
```
237237

238238
### Custom keywords
239+
It is possible to add custom keywords to a draft.\
240+
The following example shows how to implement a keyword where the value must match a specific md5 hash.
239241
```php
240242
$schema = json_decode('{
241243
"md5Hash": "098f6bcd4621d373cade4e832627b4f6"

0 commit comments

Comments
 (0)