Skip to content

Commit

Permalink
Merge pull request #11 from DavidBiesack/issue-10-license-url-trailin…
Browse files Browse the repository at this point in the history
…g-space

remove trailing space from license URL and end of lines
  • Loading branch information
lornajane authored Apr 5, 2024
2 parents 00edcd8 + 9950556 commit a5db560
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ info:
url: "https://redocly.com/docs/cli/"
license:
name: MIT
url: "https://opensource.org/license/mit/ "
url: "https://opensource.org/license/mit/"
servers:
- url: "https://api.fake-museum-example.com/v1.1"
paths:
Expand Down Expand Up @@ -415,7 +415,7 @@ components:
- price
Error:
type: object
properties:
properties:
type:
type: string
example: object
Expand Down Expand Up @@ -680,24 +680,24 @@ components:
type: string
format: uuid
example: a54a57ca-36f8-421b-a6b4-2e8f26858a4c
responses:
responses:
BadRequest:
description: Bad request.
content:
application/problem+json:
schema:
schema:
$ref: '#/components/schemas/Error'
NotFound:
description: Not found.
content:
application/problem+json:
schema:
schema:
$ref: '#/components/schemas/Error'
Unauthorized:
description: Unauthorized.
content:
application/problem+json:
schema:
schema:
$ref: '#/components/schemas/Error'
tags:
- name: Operations
Expand Down

0 comments on commit a5db560

Please sign in to comment.