From 16757312a0658c9f1de728c8bf429e53223e6a2c Mon Sep 17 00:00:00 2001 From: charu1605 Date: Sun, 4 May 2025 11:22:32 +0530 Subject: [PATCH] Update Item, CancellationTerm, ReturnTerm, and ReplacementTerm schemas for clarity and consistency. --- schema/ReplacementTerm.yaml | 7 ++++++- schema/ReturnTerm.yaml | 8 +------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/schema/ReplacementTerm.yaml b/schema/ReplacementTerm.yaml index 5deabe7c..6666b930 100644 --- a/schema/ReplacementTerm.yaml +++ b/schema/ReplacementTerm.yaml @@ -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 diff --git a/schema/ReturnTerm.yaml b/schema/ReturnTerm.yaml index e1ddd1b9..7a78ce71 100644 --- a/schema/ReturnTerm.yaml +++ b/schema/ReturnTerm.yaml @@ -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: @@ -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 \ No newline at end of file