-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: restructure list of files (#68)
- Loading branch information
1 parent
3f9fc7c
commit 0e05494
Showing
8 changed files
with
146 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Common | ||
|
||
* [Context (json)](./../common/schema/context.json) | ||
* [Definitions Scheme (json)](./../common/schema/definitions.schema.json) | ||
* [Message Shape (ttl)](./../common/shape/message-shape.ttl) | ||
* [ODRL Shape (ttl)](./../common/shape/odrl-shapes.ttl) | ||
* [Diagram Style (puml)](./../common/style/diagram.styles.puml) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Figures | ||
|
||
* [Protocol Overview (png)](./figures/ProtocolOverview.png) | ||
* [Dataspace Relations (png)](./../model/m.dataspace.relationships.png) | ||
* [Dataspace Relations (source)](./../model/m.dataspace.relationships.puml) | ||
* [Participant Entities (png)](./../model/m.participant.entities.png) | ||
* [Participant Entities (source)](./../model/m.participant.entities.drawio) | ||
|
||
## Catalog | ||
* [Catalog (png)](./../catalog/message/diagram/catalog.png) | ||
* [Catalog (source)](./../catalog/message/diagram/catalog.puml) | ||
* [Catalog error message (png)](./../catalog/message/diagram/catalog-error-message.png) | ||
* [Catalog error message (source)](./../catalog/message/diagram/catalog-error-message.puml) | ||
* [Catalog request message (png)](./../catalog/message/diagram/catalog-request-message.png) | ||
* [Catalog request message (source)](./../catalog/message/diagram/catalog-request-message.puml) | ||
|
||
## Contract Negotiation | ||
* [Contract agreement message (png)](./../negotiation/message/diagram/contract-agreement-message.png) | ||
* [Contract agreement message (source)](./../negotiation/message/diagram/contract-agreement-message.puml) | ||
* [Contract agreement verification message (png)](./../negotiation/message/diagram/contract-agreement-verification-message.png) | ||
* [Contract agreement verification message (source)](./../negotiation/message/diagram/contract-agreement-verification-message.puml) | ||
* [Contract negotiation (png)](./../negotiation/message/diagram/contract-negotiation.png) | ||
* [Contract negotiation (source)](./../negotiation/message/diagram/contract-negotiation.puml) | ||
* [Contract negotiation error (png)](./../negotiation/message/diagram/contract-negotiation-error.png) | ||
* [Contract negotiation error (source)](./../negotiation/message/diagram/contract-negotiation-error.puml) | ||
* [Contract negotiation event message (png)](./../negotiation/message/diagram/contract-negotiation-event-message.png) | ||
* [Contract negotiation event message (source)](./../negotiation/message/diagram/contract-negotiation-event-message.puml) | ||
* [Contract negotiation termination message (png)](./../negotiation/message/diagram/contract-negotiation-termination-message.png) | ||
* [Contract negotiation termination message (source)](./../negotiation/message/diagram/contract-negotiation-termination-message.puml) | ||
* [Contract offer message (png)](./../negotiation/message/diagram/contract-offer-message.png) | ||
* [Contract offer message (source)](./../negotiation/message/diagram/contract-offer-message.puml) | ||
* [Contract request message (png)](./../negotiation/message/diagram/contract-request-message.png) | ||
* [Contract request message (source)](./../negotiation/message/diagram/contract-request-message.puml) | ||
|
||
## Transfer Process | ||
* [Transfer completion message (png)](./../transfer/message/diagram/transfer-completion-message.png) | ||
* [Transfer completion message (source)](./../transfer/message/diagram/transfer-completion-message.puml) | ||
* [Transfer error (png)](./../transfer/message/diagram/transfer-error.png) | ||
* [Transfer error (source)](./../transfer/message/diagram/transfer-error.puml) | ||
* [Transfer prcess (png)](./../transfer/message/diagram/transfer-process.png) | ||
* [Transfer prcess (source)](./../transfer/message/diagram/transfer-process.puml) | ||
* [Transfer request message (png)](./../transfer/message/diagram/transfer-request-message.png) | ||
* [Transfer request message (source)](./../transfer/message/diagram/transfer-request-message.puml) | ||
* [Transfer start message (png)](./../transfer/message/diagram/transfer-start-message.png) | ||
* [Transfer start message (source)](./../transfer/message/diagram/transfer-start-message.puml) | ||
* [Transfer suspension message (png)](./../transfer/message/diagram/transfer-suspension-message.png) | ||
* [Transfer suspension message (source)](./../transfer/message/diagram/transfer-suspension-message.puml) | ||
* [Transfer termination message (png)](./../transfer/message/diagram/transfer-termination-message.png) | ||
* [Transfer termination message (source)](./../transfer/message/diagram/transfer-termination-message.puml) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Messages | ||
|
||
## Catalog | ||
* [Catalog (json)](./../catalog/message/catalog.json) | ||
* [Catalog error message (json)](./../catalog/message/catalog-error-message.json) | ||
* [Catalog request message (json)](./../catalog/message/catalog-request-message.json) | ||
* [Dataset (json)](./../catalog/message/dataset.json) | ||
* [Dataset request message (json)](./../catalog/message/dataset-request-message.json) | ||
|
||
## Contract Negotiation | ||
* [Contract agreement message (json)](./../negotiation/message/contract-agreement-message.json) | ||
* [Contract agreement verification message (json)](./../negotiation/message/contract-agreement-verification-message.json) | ||
* [Contract negotiation (json)](./../negotiation/message/contract-negotiation.json) | ||
* [Contract negotiation error (json)](./../negotiation/message/contract-negotiation-error.json) | ||
* [Contract negotiation event message (json)](./../negotiation/message/contract-negotiation-event-message.json) | ||
* [Contract negotiation termination message (json)](./../negotiation/message/contract-negotiation-termination-message.json) | ||
* [Contract offer message (json)](./../negotiation/message/contract-offer-message.json) | ||
* [Contract request message (json)](./../negotiation/message/contract-request-message.json) | ||
|
||
## Transfer Process | ||
* [Transfer completion message (json)](./../transfer/message/transfer-completion-message.json) | ||
* [Transfer error (json)](./../transfer/message/transfer-error.json) | ||
* [Transfer prcess (json)](./../transfer/message/transfer-process.json) | ||
* [Transfer request message (json)](./../transfer/message/transfer-request-message.json) | ||
* [Transfer start message (json)](./../transfer/message/transfer-start-message.json) | ||
* [Transfer suspension message (json)](./../transfer/message/transfer-suspension-message.json) | ||
* [Transfer termination message (json)](./../transfer/message/transfer-termination-message.json) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Schemes | ||
|
||
|
||
## Catalog | ||
* [Catalog error schema (json)](./../catalog/message/schema/catalog-error-message-schema.json) | ||
* [Catalog message schema (json)](./../catalog/message/schema/catalog-message-schema.json) | ||
* [Catalog request message schema (json)](./../catalog/message/schema/catalog-request-message-schema.json) | ||
* [Catalog schema (json)](./../catalog/message/schema/catalog-schema.json) | ||
* [Dataset request message schema (json)](./../catalog/message/schema/dataset-request-message-schema.json) | ||
|
||
## Contract Negotiation | ||
* [Contract agreement schema (json)](./../negotiation/message/schema/contract-agreement-message-schema.json) | ||
* [Contract agreement verification schema (json)](./../negotiation/message/schema/contract-agreement-verification-message-schema.json) | ||
* [Contract negotiation error schema (json)](./../negotiation/message/schema/contract-negotiation-error-schema.json) | ||
* [Contract negotiation event schema (json)](./../negotiation/message/schema/contract-negotiation-event-message-schema.json) | ||
* [Contract negotiation schema (json)](./../negotiation/message/schema/contract-negotiation-schema.json) | ||
* [Contract negotiation termination schema (json)](./../negotiation/message/schema/contract-negotiation-termination-message-schema.json) | ||
* [Contract offer message schema (json)](./../negotiation/message/schema/contract-offer-message-schema.json) | ||
* [Contract request schema (json)](./../negotiation/message/schema/contract-request-message-schema.json) | ||
|
||
## Transfer Process | ||
* [Transfer completion schema (json)](./../transfer/message/schema/transfer-completion-message-schema.json) | ||
* [Transfer error schema (json)](./../transfer/message/schema/transfer-error-schema.json) | ||
* [Transfer prcess schema (json)](./../transfer/message/schema/transfer-process-schema.json) | ||
* [Transfer request schema (json)](./../transfer/message/schema/transfer-request-message-schema.json) | ||
* [Transfer start schema (json)](./../transfer/message/schema/transfer-start-message-schema.json) | ||
* [Transfer suspension schema (json)](./../transfer/message/schema/transfer-suspension-message-schema.json) | ||
* [Transfer termination schema (json)](./../transfer/message/schema/transfer-termination-message-schema.json) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Shapes | ||
|
||
## Catalog | ||
* [Catalog error shape (ttl)](./../catalog/message/shape/catalog-error-message-shape.ttl) | ||
* [Catalog message shape (ttl)](./../catalog/message/shape/catalog-message-shape.ttl) | ||
* [Catalog request message shape (ttl)](./../catalog/message/shape/catalog-request-message-shape.ttl) | ||
* [Catalog shape (ttl)](./../catalog/message/shape/catalog-shape.ttl) | ||
* [Dataset request message shape (ttl)](./../catalog/message/shape/dataset-request-message-shape.ttl) | ||
|
||
## Contract Negotiation | ||
* [Contract agreement shape (ttl)](./../negotiation/message/shape/contract-agreement-message-shape.ttl) | ||
* [Contract agreement verification shape (ttl)](./../negotiation/message/shape/contract-agreement-verification-message-shape.ttl) | ||
* [Contract negotiation error shape (ttl)](./../negotiation/message/shape/contract-negotiation-error-shape.ttl) | ||
* [Contract negotiation event shape (ttl)](./../negotiation/message/shape/contract-negotiation-event-message-shape.ttl) | ||
* [Contract negotiation message shape (ttl)](./../negotiation/message/shape/contract-negotiation-message-shape.ttl) | ||
* [Contract negotiation shape (ttl)](./../negotiation/message/shape/contract-negotiation-shape.ttl) | ||
* [Contract negotiation termination shape (ttl)](./../negotiation/message/shape/contract-negotiation-termination-message-shape.ttl) | ||
* [Contract offer message shape (ttl)](./../negotiation/message/shape/contract-offer-message-shape.ttl) | ||
* [Contract request shape (ttl)](./../negotiation/message/shape/contract-request-message-shape.ttl) | ||
|
||
## Transfer Process | ||
* [Transfer completion shape (ttl)](./../transfer/message/shape/transfer-completion-message-shape.ttl) | ||
* [Transfer error shape (ttl)](./../transfer/message/shape/transfer-error-shape.ttl) | ||
* [Transfer prcess shape (ttl)](./../transfer/message/shape/transfer-process-shape.ttl) | ||
* [Transfer request shape (ttl)](./../transfer/message/shape/transfer-request-message-shape.ttl) | ||
* [Transfer start shape (ttl)](./../transfer/message/shape/transfer-start-message-shape.ttl) | ||
* [Transfer suspension shape (ttl)](./../transfer/message/shape/transfer-suspension-message-shape.ttl) | ||
* [Transfer termination shape (ttl)](./../transfer/message/shape/transfer-termination-message-shape.ttl) |