File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed
apify-api/openapi/components/schemas Expand file tree Collapse file tree 6 files changed +9
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,8 +11,11 @@ allOf:
1111 enum : [PAY_PER_EVENT]
1212 pricingPerEvent :
1313 type : object
14- additionalProperties :
15- $ref : ./ActorChargeEvent.yaml
14+ properties :
15+ actorChargeEvents :
16+ type : object
17+ additionalProperties :
18+ $ref : ./ActorChargeEvent.yaml
1619 minimalMaxTotalChargeUsd :
1720 type : number
1821 nullable : true
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ properties:
5050 meta :
5151 $ref : ./RunMeta.yaml
5252 pricingInfo :
53- $ref : ../actor-pricing-info/ActorPricingInfo .yaml
53+ $ref : ../actor-pricing-info/ActorRunPricingInfo .yaml
5454 stats :
5555 $ref : ./RunStats.yaml
5656 chargedEventCounts :
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ properties:
5252 pricingInfos :
5353 type : array
5454 items :
55- $ref : ../actor-pricing-info/ActorPricingInfo .yaml
55+ $ref : ../actor-pricing-info/ActorRunPricingInfo .yaml
5656 defaultRunOptions :
5757 $ref : ./DefaultRunOptions.yaml
5858 exampleRunInput :
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ properties:
3838 pricingInfos :
3939 type : array
4040 items :
41- $ref : ../actor-pricing-info/ActorPricingInfo .yaml
41+ $ref : ../actor-pricing-info/ActorRunPricingInfo .yaml
4242 categories :
4343 type : array
4444 items :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ properties:
3939 pricingInfos :
4040 type : array
4141 items :
42- $ref : ../actor-pricing-info/ActorPricingInfo .yaml
42+ $ref : ../actor-pricing-info/ActorRunPricingInfo .yaml
4343 categories :
4444 type : array
4545 items :
You can’t perform that action at this time.
0 commit comments