From 621a98dac0778c903e5944066f38e159390d9bb0 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 1 Mar 2022 00:56:58 +0100 Subject: [PATCH] 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 (cherry picked from commit d19dd22257feaece8f13e498b80a7e6b3a2011bd) Signed-off-by: Sebastiaan van Stijn --- docs/api/v1.40.yaml | 32 ++++++++++++++++---------------- docs/api/v1.41.yaml | 32 ++++++++++++++++---------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/docs/api/v1.40.yaml b/docs/api/v1.40.yaml index c8e96d5735..a3e650149a 100644 --- a/docs/api/v1.40.yaml +++ b/docs/api/v1.40.yaml @@ -5275,22 +5275,22 @@ definitions: type: "integer" format: "int64" example: 3987495 - # TODO Not yet including these fields for now, as they are nil / omitted in our response. - # urls: - # description: | - # List of URLs from which this object MAY be downloaded. - # type: "array" - # items: - # type: "string" - # format: "uri" - # annotations: - # description: | - # Arbitrary metadata relating to the targeted content. - # type: "object" - # additionalProperties: - # type: "string" - # platform: - # $ref: "#/definitions/OCIPlatform" + # TODO Not yet including these fields for now, as they are nil / omitted in our response. + # urls: + # description: | + # List of URLs from which this object MAY be downloaded. + # type: "array" + # items: + # type: "string" + # format: "uri" + # annotations: + # description: | + # Arbitrary metadata relating to the targeted content. + # type: "object" + # additionalProperties: + # type: "string" + # platform: + # $ref: "#/definitions/OCIPlatform" OCIPlatform: type: "object" diff --git a/docs/api/v1.41.yaml b/docs/api/v1.41.yaml index d162dab3eb..3905e0b20a 100644 --- a/docs/api/v1.41.yaml +++ b/docs/api/v1.41.yaml @@ -5434,22 +5434,22 @@ definitions: type: "integer" format: "int64" example: 3987495 - # TODO Not yet including these fields for now, as they are nil / omitted in our response. - # urls: - # description: | - # List of URLs from which this object MAY be downloaded. - # type: "array" - # items: - # type: "string" - # format: "uri" - # annotations: - # description: | - # Arbitrary metadata relating to the targeted content. - # type: "object" - # additionalProperties: - # type: "string" - # platform: - # $ref: "#/definitions/OCIPlatform" + # TODO Not yet including these fields for now, as they are nil / omitted in our response. + # urls: + # description: | + # List of URLs from which this object MAY be downloaded. + # type: "array" + # items: + # type: "string" + # format: "uri" + # annotations: + # description: | + # Arbitrary metadata relating to the targeted content. + # type: "object" + # additionalProperties: + # type: "string" + # platform: + # $ref: "#/definitions/OCIPlatform" OCIPlatform: type: "object"