Skip to content

Commit

Permalink
- lints the description so spectral stops complaining
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Dec 20, 2023
1 parent 5fa3f14 commit 0296942
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tests/Kiota.Builder.IntegrationTests/NoUnderscoresInModel.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
openapi: 3.0.0
servers:
- url: https://localhost
info:
title: Test
version: 1.0.0
description: something
contact:
name: Microsoft
tags:
- name: metrics
description: "The metrics API"
- name: permissions
description: "The permissions API"
- name: image
description: "The image API"
paths:
/api/metrics/v1:
get:
operationId: getMetrics
tags:
- "metrics"
responses:
"200":
content:
Expand All @@ -16,6 +30,9 @@ paths:
description: Returns a test list
/api/permissions/v1:
get:
operationId: getPermissions
tags:
- "permissions"
responses:
"200":
content:
Expand All @@ -26,6 +43,9 @@ paths:
description: Returns a app permissions
/api/image/v1:
post:
operationId: createImage
tags:
- "image"
requestBody:
required: true
content:
Expand Down

0 comments on commit 0296942

Please sign in to comment.