Skip to content

Commit d19dd22

Browse files
committed
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>
1 parent 9565606 commit d19dd22

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

docs/api/v1.40.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5275,22 +5275,22 @@ definitions:
52755275
type: "integer"
52765276
format: "int64"
52775277
example: 3987495
5278-
# TODO Not yet including these fields for now, as they are nil / omitted in our response.
5279-
# urls:
5280-
# description: |
5281-
# List of URLs from which this object MAY be downloaded.
5282-
# type: "array"
5283-
# items:
5284-
# type: "string"
5285-
# format: "uri"
5286-
# annotations:
5287-
# description: |
5288-
# Arbitrary metadata relating to the targeted content.
5289-
# type: "object"
5290-
# additionalProperties:
5291-
# type: "string"
5292-
# platform:
5293-
# $ref: "#/definitions/OCIPlatform"
5278+
# TODO Not yet including these fields for now, as they are nil / omitted in our response.
5279+
# urls:
5280+
# description: |
5281+
# List of URLs from which this object MAY be downloaded.
5282+
# type: "array"
5283+
# items:
5284+
# type: "string"
5285+
# format: "uri"
5286+
# annotations:
5287+
# description: |
5288+
# Arbitrary metadata relating to the targeted content.
5289+
# type: "object"
5290+
# additionalProperties:
5291+
# type: "string"
5292+
# platform:
5293+
# $ref: "#/definitions/OCIPlatform"
52945294

52955295
OCIPlatform:
52965296
type: "object"

docs/api/v1.41.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5434,22 +5434,22 @@ definitions:
54345434
type: "integer"
54355435
format: "int64"
54365436
example: 3987495
5437-
# TODO Not yet including these fields for now, as they are nil / omitted in our response.
5438-
# urls:
5439-
# description: |
5440-
# List of URLs from which this object MAY be downloaded.
5441-
# type: "array"
5442-
# items:
5443-
# type: "string"
5444-
# format: "uri"
5445-
# annotations:
5446-
# description: |
5447-
# Arbitrary metadata relating to the targeted content.
5448-
# type: "object"
5449-
# additionalProperties:
5450-
# type: "string"
5451-
# platform:
5452-
# $ref: "#/definitions/OCIPlatform"
5437+
# TODO Not yet including these fields for now, as they are nil / omitted in our response.
5438+
# urls:
5439+
# description: |
5440+
# List of URLs from which this object MAY be downloaded.
5441+
# type: "array"
5442+
# items:
5443+
# type: "string"
5444+
# format: "uri"
5445+
# annotations:
5446+
# description: |
5447+
# Arbitrary metadata relating to the targeted content.
5448+
# type: "object"
5449+
# additionalProperties:
5450+
# type: "string"
5451+
# platform:
5452+
# $ref: "#/definitions/OCIPlatform"
54535453

54545454
OCIPlatform:
54555455
type: "object"

0 commit comments

Comments
 (0)