diff --git a/apify-api/openapi/components/schemas/actor-pricing-info/ActorChargeEvent.yaml b/apify-api/openapi/components/schemas/actor-pricing-info/ActorChargeEvent.yaml index 4de6d998cb..92a9f4fb62 100644 --- a/apify-api/openapi/components/schemas/actor-pricing-info/ActorChargeEvent.yaml +++ b/apify-api/openapi/components/schemas/actor-pricing-info/ActorChargeEvent.yaml @@ -5,7 +5,6 @@ description: | type: object required: - eventTitle - - eventDescription properties: eventTitle: type: string diff --git a/apify-api/openapi/components/schemas/actor-pricing-info/CommonActorPricingInfo.yaml b/apify-api/openapi/components/schemas/actor-pricing-info/CommonActorPricingInfo.yaml index 895d33624c..7e808b1d19 100644 --- a/apify-api/openapi/components/schemas/actor-pricing-info/CommonActorPricingInfo.yaml +++ b/apify-api/openapi/components/schemas/actor-pricing-info/CommonActorPricingInfo.yaml @@ -1,9 +1,5 @@ title: CommonActorPricingInfo type: object -required: - - apifyMarginPercentage - - createdAt - - startedAt properties: apifyMarginPercentage: type: number