Commit c4359ee6 authored by Attila Gazso's avatar Attila Gazso Committed by GitHub

fix address property name in openapi schema (#1067)

Co-authored-by: default avatarMetacertain <metacertain@gmail.com>
parent a96c4c23
...@@ -16,7 +16,7 @@ components: ...@@ -16,7 +16,7 @@ components:
Address: Address:
type: object type: object
properties: properties:
Address: address:
$ref: '#/components/schemas/SwarmAddress' $ref: '#/components/schemas/SwarmAddress'
Addresses: Addresses:
...@@ -166,9 +166,9 @@ components: ...@@ -166,9 +166,9 @@ components:
NewTagRequest: NewTagRequest:
type: object type: object
properties: properties:
Name: name:
type: string type: string
Address: address:
$ref: '#/components/schemas/SwarmAddress' $ref: '#/components/schemas/SwarmAddress'
NewTagResponse: NewTagResponse:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment