Skip to content

Commit 87712e8

Browse files
committed
fix: standardize nullable refs and correct array items syntax
1 parent 8665595 commit 87712e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apify-api/openapi/components/schemas/actor-builds/Build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ properties:
7272
type: string
7373
example: 0.1.1
7474
actorDefinition:
75-
oneOf:
75+
allOf:
7676
- $ref: "../actors/ActorDefinition.yaml"
77-
- type: "null"
77+
nullable: true
7878
example:
7979
id: HG7ML7M8z78YcAPEB
8080
actId: janedoe~my-actor

apify-api/openapi/components/schemas/users/Proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ properties:
1010
groups:
1111
type: array
1212
items:
13-
- $ref: ./ProxyGroup.yaml
13+
$ref: ./ProxyGroup.yaml

0 commit comments

Comments
 (0)