api: docs: fix warning about comment indentation (API v1.40-v1.41)

5428:7 warning comment not indented like content (comments-indentation)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-03-01 00:56:58 +01:00
parent 9565606222
commit d19dd22257
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 32 additions and 32 deletions

View File

@ -5275,22 +5275,22 @@ definitions:
type: "integer" type: "integer"
format: "int64" format: "int64"
example: 3987495 example: 3987495
# TODO Not yet including these fields for now, as they are nil / omitted in our response. # TODO Not yet including these fields for now, as they are nil / omitted in our response.
# urls: # urls:
# description: | # description: |
# List of URLs from which this object MAY be downloaded. # List of URLs from which this object MAY be downloaded.
# type: "array" # type: "array"
# items: # items:
# type: "string" # type: "string"
# format: "uri" # format: "uri"
# annotations: # annotations:
# description: | # description: |
# Arbitrary metadata relating to the targeted content. # Arbitrary metadata relating to the targeted content.
# type: "object" # type: "object"
# additionalProperties: # additionalProperties:
# type: "string" # type: "string"
# platform: # platform:
# $ref: "#/definitions/OCIPlatform" # $ref: "#/definitions/OCIPlatform"
OCIPlatform: OCIPlatform:
type: "object" type: "object"

View File

@ -5434,22 +5434,22 @@ definitions:
type: "integer" type: "integer"
format: "int64" format: "int64"
example: 3987495 example: 3987495
# TODO Not yet including these fields for now, as they are nil / omitted in our response. # TODO Not yet including these fields for now, as they are nil / omitted in our response.
# urls: # urls:
# description: | # description: |
# List of URLs from which this object MAY be downloaded. # List of URLs from which this object MAY be downloaded.
# type: "array" # type: "array"
# items: # items:
# type: "string" # type: "string"
# format: "uri" # format: "uri"
# annotations: # annotations:
# description: | # description: |
# Arbitrary metadata relating to the targeted content. # Arbitrary metadata relating to the targeted content.
# type: "object" # type: "object"
# additionalProperties: # additionalProperties:
# type: "string" # type: "string"
# platform: # platform:
# $ref: "#/definitions/OCIPlatform" # $ref: "#/definitions/OCIPlatform"
OCIPlatform: OCIPlatform:
type: "object" type: "object"