From e52c28369440c50fa4e2f4465a8428d2a182c5fb Mon Sep 17 00:00:00 2001 From: Mark Patton Date: Wed, 8 Nov 2023 11:09:37 -0500 Subject: [PATCH] Update Deposit documentation --- docs/dev/model/Deposit.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/dev/model/Deposit.md b/docs/dev/model/Deposit.md index 824c9ef1..e6bbeb1f 100644 --- a/docs/dev/model/Deposit.md +++ b/docs/dev/model/Deposit.md @@ -4,19 +4,19 @@ A [Submission](Submission.md) can have multiple Deposits, each to a different [R *Attributes:* -| Attribute | Type | Description +| 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)) +| __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 -| repository* | To one | String | [Repository](Repository.md) being deposited to -| repositoryCopy | To one | String | [Repository Copy](RepositoryCopy.md) representing the copy that is reltaed to this Deposit. The value is null if there is no copy +| Relationship | Type | Target | Description | +| ---------------- | ------ | --------- | ----------- | +| submission* | To one | String | [Submission](Submission.md) this Deposit is a part of | +| repository* | To one | String | [Repository](Repository.md) being deposited to | +| repositoryCopy | To one | String | [Repository Copy](RepositoryCopy.md) representing the copy that is reltaed to this Deposit. The value is null if there is no copy | *required