Skip to content

Commit

Permalink
Update Deposit documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Nov 8, 2023
1 parent 1d9aa45 commit c72203f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/dev/model/Deposit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

A [Submission](Submission.md) can have multiple Deposits, each to a different [Repository](Repository.md). This entity describes the interaction of PASS with a target [Repository](Repository.md) for an individual [Submission](Submission.md) with the purpose of satisfying one or more [Policies](Policy.md).

*Attributes:*

| Attribute | Type | Description
| ---------------- | ------ | -------------
| __id*__ | String | Unique Deposit URI (autogenerated)
| depositStatusRef | String | A URL or some kind of reference that can be dereferenced, entity body parsed, and used to determine the status of Deposit
| depositStatus* | Enum | Status of deposit ([_see list below_](#deposit-status-options))

*Relationships:*

| Relationship | Type | Target | Description
| ---------------- | ------ | -------------
| submission* | To one | String | [Submission](Submission.md) this Deposit is a part of
Expand Down

0 comments on commit c72203f

Please sign in to comment.