Commit 6a174e8 1 parent 97aa603 commit 6a174e8 Copy full SHA for 6a174e8
File tree 1 file changed +4
-4
lines changed
airbyte-api/src/main/openapi
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3976,11 +3976,11 @@ components:
3976
3976
additionalProperties : false
3977
3977
properties :
3978
3978
default :
3979
- " $ref " : " #/definitions /ResourceRequirements"
3979
+ " $ref " : " #/components/schemas /ResourceRequirements"
3980
3980
jobSpecific :
3981
3981
type : array
3982
3982
items :
3983
- " $ref " : " #/definitions /JobTypeResourceLimit"
3983
+ " $ref " : " #/components/schemas /JobTypeResourceLimit"
3984
3984
JobTypeResourceLimit :
3985
3985
description : sets resource requirements for a specific job type for an actor definition. these values override the default, if both are set.
3986
3986
type : object
@@ -3990,9 +3990,9 @@ components:
3990
3990
- resourceRequirements
3991
3991
properties :
3992
3992
jobType :
3993
- " $ref " : " #/definitions /JobType"
3993
+ " $ref " : " #/components/schemas /JobType"
3994
3994
resourceRequirements :
3995
- " $ref " : " #/definitions /ResourceRequirements"
3995
+ " $ref " : " #/components/schemas /ResourceRequirements"
3996
3996
JobType :
3997
3997
description : enum that describes the different types of jobs that the platform runs.
3998
3998
type : string
You can’t perform that action at this time.
0 commit comments