Skip to content

Commit 1f12baa

Browse files
author
Joe Stubbs
committed
fix mounts definition in spec file.
1 parent e1949fe commit 1f12baa

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

docs/specs/openapi_v3.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ paths:
104104
content:
105105
application/json:
106106
schema:
107-
allOf:
108-
- $ref: '#/components/schemas/BasicResponse'
107+
# allOf:
108+
# - $ref: '#/components/schemas/BasicResponse'
109109
properties:
110110
result:
111111
$ref: '#/components/schemas/Actor'
@@ -134,8 +134,8 @@ paths:
134134
content:
135135
application/json:
136136
schema:
137-
allOf:
138-
- $ref: '#/components/schemas/BasicResponse'
137+
# allOf:
138+
# - $ref: '#/components/schemas/BasicResponse'
139139
properties:
140140
result:
141141
$ref: '#/components/schemas/Actor'
@@ -959,8 +959,8 @@ components:
959959

960960
Actor:
961961
type: object
962-
allOf:
963-
- $ref: '#/components/schemas/ArrayOfActorMounts'
962+
# allOf:
963+
# - $ref: '#/components/schemas/ArrayOfActorMounts'
964964
properties:
965965
id:
966966
type: string
@@ -983,6 +983,8 @@ components:
983983
link:
984984
type: string
985985
description: Actor identifier of actor to link this actor's events too. May be an actor id or an alias. Cycles not permitted.
986+
mounts:
987+
$ref: '#/components/schemas/ArrayOfActorMounts'
986988
owner:
987989
type: string
988990
description: The user who created this actor.
@@ -1242,4 +1244,9 @@ components:
12421244
type: array
12431245
items:
12441246
type: string
1245-
description: The roles associated with the nonce.
1247+
description: The roles associated with the nonce.
1248+
1249+
1250+
1251+
1252+

0 commit comments

Comments
 (0)