Use explicit object names for improved swagger based code generation

Signed-off-by: Tobias Gesellchen <tobias@gesellix.de>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Tobias Gesellchen 2021-07-11 22:50:07 +02:00 committed by Sebastiaan van Stijn
parent 8168d1877d
commit be93e50a58
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 8 additions and 1 deletions

View File

@ -4213,7 +4213,6 @@ definitions:
type: "string" type: "string"
example: "2020-06-22T15:49:27.000000000+00:00" example: "2020-06-22T15:49:27.000000000+00:00"
SystemInfo: SystemInfo:
type: "object" type: "object"
properties: properties:
@ -8337,6 +8336,7 @@ paths:
description: "Exec configuration" description: "Exec configuration"
schema: schema:
type: "object" type: "object"
title: "ExecConfig"
properties: properties:
AttachStdin: AttachStdin:
type: "boolean" type: "boolean"
@ -8427,6 +8427,7 @@ paths:
in: "body" in: "body"
schema: schema:
type: "object" type: "object"
title: "ExecStartConfig"
properties: properties:
Detach: Detach:
type: "boolean" type: "boolean"
@ -8969,6 +8970,7 @@ paths:
required: true required: true
schema: schema:
type: "object" type: "object"
title: "NetworkCreateRequest"
required: ["Name"] required: ["Name"]
properties: properties:
Name: Name:
@ -9079,6 +9081,7 @@ paths:
required: true required: true
schema: schema:
type: "object" type: "object"
title: "NetworkDisconnectRequest"
properties: properties:
Container: Container:
type: "string" type: "string"
@ -9125,6 +9128,7 @@ paths:
required: true required: true
schema: schema:
type: "object" type: "object"
title: "NetworkConnectRequest"
properties: properties:
Container: Container:
type: "string" type: "string"
@ -9784,6 +9788,7 @@ paths:
required: true required: true
schema: schema:
type: "object" type: "object"
title: "SwarmJoinRequest"
properties: properties:
ListenAddr: ListenAddr:
description: | description: |
@ -9882,6 +9887,7 @@ paths:
required: true required: true
schema: schema:
type: "object" type: "object"
title: "SwarmInitRequest"
properties: properties:
ListenAddr: ListenAddr:
description: | description: |
@ -10042,6 +10048,7 @@ paths:
required: true required: true
schema: schema:
type: "object" type: "object"
title: "SwarmUnlockRequest"
properties: properties:
UnlockKey: UnlockKey:
description: "The swarm's unlock key." description: "The swarm's unlock key."