DTO.proto (Paritech.Authority.Protocol)
Contains the data transfer objects for the REST API
Messages
Section titled “Messages”AssociationsFromAsset
Section titled “AssociationsFromAsset”Describes the associations from a root Asset
| No | Field | Type | Label | Description |
|---|---|---|---|---|
| 1 | Root | Asset | The root Asset being described | |
| 10 | Associations | ToAssetAssociation | repeated | Associations from the root asset |
AssociationsToAsset
Section titled “AssociationsToAsset”Describes the associations to a root Asset
| No | Field | Type | Label | Description |
|---|---|---|---|---|
| 1 | Root | Asset | The root Asset being described | |
| 10 | Associations | FromAssetAssociation | repeated | Associations to the root asset |
FromAssetAssociation
Section titled “FromAssetAssociation”Describes an Association from an Asset to a root
| No | Field | Type | Label | Description |
|---|---|---|---|---|
| 1 | FromAsset | Asset | The details of the Asset this association is from | |
| 10 | Association | Association | The details of the Association |
FullAssociation
Section titled “FullAssociation”Describes an Association from an Asset to an Asset
| No | Field | Type | Label | Description |
|---|---|---|---|---|
| 1 | FromAsset | Asset | The details of the Asset this association is from | |
| 2 | ToAsset | Asset | The details of the Asset this association is to | |
| 10 | Association | Association | The details of the Association |
ToAssetAssociation
Section titled “ToAssetAssociation”Describes an Association to an Asset from a root
| No | Field | Type | Label | Description |
|---|---|---|---|---|
| 1 | ToAsset | Asset | The details of the Asset this association is to | |
| 10 | Association | Association | The details of the Association |
TransitiveAssociations
Section titled “TransitiveAssociations”Describes the transitive associations from a root Asset
| No | Field | Type | Label | Description |
|---|---|---|---|---|
| 1 | Root | Asset | The root Asset being described | |
| 10 | Associations | FullAssociation | repeated | Transitive associations from the root asset. From Asset data will not include context |