Skip to content

Commit

Permalink
chore(oas): remove redundant comments from fixtures
Browse files Browse the repository at this point in the history
closes #59
  • Loading branch information
derevnjuk committed Feb 14, 2023
1 parent 5eed550 commit 1c6ca71
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/oas/tests/fixtures/params-encoding.oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,19 @@ paths:
type: object
properties:
id:
# default is text/plain
type: string
format: uuid
address:
# default is application/json
type: object
properties: {}
historyMetadata:
# need to declare XML format!
description: metadata in XML format
type: object
properties: {}
profileImage: {}
encoding:
historyMetadata:
# require XML Content-Type in utf-8 encoding
contentType: application/xml; charset=utf-8
profileImage:
# only accept png/jpeg
contentType: image/png, image/jpeg
headers:
X-Rate-Limit-Limit:
Expand Down

0 comments on commit 1c6ca71

Please sign in to comment.