Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make json ID be Id to be compatible #1066

Merged
merged 1 commit into from
Apr 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apis/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2443,7 +2443,7 @@ definitions:
description: "An object containing all details of an image at API side"
type: "object"
properties:
ID:
Id:
description: "ID of an image."
type: "string"
x-nullable: false
Expand Down Expand Up @@ -2650,7 +2650,7 @@ definitions:
ExecCreateResp:
type: "object"
properties:
ID:
Id:
type: "string"

ExecStartConfig:
Expand Down Expand Up @@ -2994,7 +2994,7 @@ definitions:
type: "object"
description: "contains the response for the remote API: POST /networks/create"
properties:
ID:
Id:
description: "ID is the id of the network."
type: "string"
Warning:
Expand Down Expand Up @@ -3035,7 +3035,7 @@ definitions:
Name:
type: "string"
description: "Name is the requested name of the network"
ID:
Id:
type: "string"
description: "ID uniquely identifies a network on a single machine"
Scope:
Expand Down Expand Up @@ -3072,7 +3072,7 @@ definitions:
Name:
description: "Name is the name of the network."
type: "string"
ID:
Id:
type: "string"
description: "ID uniquely identifies a network on a single machine"
Driver:
Expand Down
6 changes: 3 additions & 3 deletions apis/types/exec_create_resp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apis/types/image_info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apis/types/network_create_resp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apis/types/network_info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions apis/types/network_inspect_resp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.