Skip to content

Commit

Permalink
Make _links of plan schemas read only (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkarpetin authored Jan 18, 2024
1 parent 516ebba commit 2816a94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions openapi/components/schemas/OneTimeSalePlan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ properties:
_links:
type: array
description: Related links.
readOnly: true
items:
type: object
properties:
Expand Down
1 change: 1 addition & 0 deletions openapi/components/schemas/SubscriptionOrderPlan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ properties:
_links:
type: array
description: Related links.
readOnly: true
items:
type: object
properties:
Expand Down
1 change: 1 addition & 0 deletions openapi/components/schemas/TrialOnlyPlan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ properties:
_links:
type: array
description: Related links.
readOnly: true
items:
type: object
properties:
Expand Down

0 comments on commit 2816a94

Please sign in to comment.