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