some new scheme

This commit is contained in:
2025-12-19 12:44:56 +03:00
parent 05fbe2a4e2
commit 7343edec51
2 changed files with 22 additions and 0 deletions

11
oms-ddc/oms-ddc.puml Normal file
View File

@@ -0,0 +1,11 @@
@startuml
'https://plantuml.com/sequence-diagram
autonumber
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml