Skip to content

Commit

Permalink
add metric to price
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Oct 10, 2024
1 parent 070da0b commit f23892c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/schemas/Price.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ properties:
description: If the price is including tax. If false tax will be added on top of the price.
public:
type: boolean
nullable: true
nullable: true
metric:
type: Metric
6 changes: 6 additions & 0 deletions src/schemas/_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ IssueRefundPayment:
$ref: "./IssueRefundPayment.yaml"
VoucherCode:
$ref: "./VoucherCode.yaml"
Event:
$ref: "./Event.yaml"
Metric:
$ref: "./Metric.yaml"
MetricFilter:
$ref: "./MetricFilter.yaml"

0 comments on commit f23892c

Please sign in to comment.