Skip to content

Commit

Permalink
Merge pull request #359 from shenoyninad/master
Browse files Browse the repository at this point in the history
Updating Customer and Support schema to add new properties
  • Loading branch information
Ravi Prakash authored Jul 28, 2023
2 parents d8a1a0d + 35f4b3a commit 431e316
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion api/transaction/build/transaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1014,8 +1014,13 @@ components:
description: Describes a customer buying/availing a product or a service
type: object
properties:
id:
description: ID of the customer.
type: string
person:
$ref: '#/components/schemas/Person'
organization:
$ref: '#/components/schemas/Organization'
contact:
$ref: '#/components/schemas/Contact'
DecimalValue:
Expand Down Expand Up @@ -2030,7 +2035,7 @@ components:
description: Details of customer support
type: object
properties:
ref_id:
order_id:
type: string
callback_phone:
type: string
Expand Down
5 changes: 5 additions & 0 deletions docs/BECKN-001-Layering-Network-Policy-Draft-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,13 @@ FulfillmentPolicy1:
customer:
type: object
properties:
id:
description: ID of the customer.
type: string
person:
$ref: '#/components/schemas/Person'
organization:
$ref: '#/components/schemas/Organization'
contact:
$ref: '#/components/schemas/Contact'
agent:
Expand Down
2 changes: 1 addition & 1 deletion schema/Support.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description: Details of customer support
type: object
properties:
ref_id:
order_id:
type: string
callback_phone:
type: string
Expand Down

0 comments on commit 431e316

Please sign in to comment.