Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion schema/ReplacementTerm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ properties:
- $ref: "./Time.yaml"
external_ref:
$ref: "./MediaFile.yaml"

fulfillment_managed_by:
description: The entity that will perform the replacement
type: string
enum:
- CONSUMER
- PROVIDER
8 changes: 1 addition & 7 deletions schema/ReturnTerm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: Describes the return policy of an item or an order
type: object
properties:
fulfillment_state:
description: The state of fulfillment during which this term IETF''s applicable.
description: The state of fulfillment during which this term is applicable.
allOf:
- $ref: "./State.yaml"
return_eligible:
Expand All @@ -16,9 +16,3 @@ properties:
description: The location where the item or order must / will be returned to
allOf:
- $ref: "./Location.yaml"
fulfillment_managed_by:
description: The entity that will perform the return
type: string
enum:
- CONSUMER
- PROVIDER