mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Add material yet to be rewritten
This commit is contained in:
parent
0f4520f4f2
commit
c03e16bd5a
1 changed files with 4 additions and 4 deletions
|
|
@ -8,10 +8,10 @@ The validator itself is just an engine which executes validation according to a
|
||||||
```mermaid
|
```mermaid
|
||||||
|
|
||||||
sequenceDiagram
|
sequenceDiagram
|
||||||
participant A as Alice
|
participant e as Validator
|
||||||
participant J as John
|
participant c as Configuration
|
||||||
A->>J: Hello John, how are you?
|
e ->> c: Read scenario.xml
|
||||||
J->>A: Great!
|
e ->> c: Pick validation artifacts
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue