From 1c6ca71a5290f52c2e2a688e119ebbe7c0a1d755 Mon Sep 17 00:00:00 2001 From: Artem Derevnjuk Date: Tue, 14 Feb 2023 10:00:55 +0400 Subject: [PATCH] chore(oas): remove redundant comments from fixtures closes #59 --- packages/oas/tests/fixtures/params-encoding.oas.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/oas/tests/fixtures/params-encoding.oas.yaml b/packages/oas/tests/fixtures/params-encoding.oas.yaml index e5092a8f..0ad536d0 100644 --- a/packages/oas/tests/fixtures/params-encoding.oas.yaml +++ b/packages/oas/tests/fixtures/params-encoding.oas.yaml @@ -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: