Skip to content

Commit

Permalink
Merge pull request #13 from darrellodonnell/main
Browse files Browse the repository at this point in the history
moving to branch approach
  • Loading branch information
darrellodonnell authored Mar 20, 2024
2 parents 28543cb + d7d21c4 commit d7e5742
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions spec/annex.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ TODO: Finalize table once requirements (earlier).

## Annex B: OpenAPI Specification

The OpenAPI Specification (v3.0.1) is the first "concrete" API specification.
The OpenAPI Specification (v3.1.0) is the first "concrete" API specification.

It is provided as an Open API Specification v3 YAML file.

Expand All @@ -50,14 +50,14 @@ The TRP is intended to be used in at least two key ways:
* Native Support - systems may directly implement access using the TRP.
* Bridged - systems may create access "bridges" that provide TRP access to their systems.

![C4 Systems Model - showing native TRP support on one system, bridged support to two other systems (e.g. TRAIN and EU Trusted List ARF)](../assets/protocol-bridging.png).
![C4 Systems Model - showing native TRP support on one system, bridged support to two other systems (e.g. TRAIN and EU Trusted List ARF)](./images/puml/protocol-bridging.png).


### Object Model

We provide a high-level object model (NOTE: source of truth is the Swagger as this diagram may be out of date during development)

![High Level Object Model](../assets/highlevel.png)
![High Level Object Model](./images/puml/highlevel.png)

## Annex D - Guides (for future breakout)

Expand Down
4 changes: 2 additions & 2 deletions specs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

o
{
"specs": [
{
Expand All @@ -25,7 +25,7 @@
"katex": true,
"source": {
"host": "github",
"account": "trustoverip",
"account": "darrellodonnell",
"repo": "tswg-trust-registry-protocol"
},
"external_specs": [
Expand Down

0 comments on commit d7e5742

Please sign in to comment.