Skip to content

Commit 801cec8

Browse files
authored
Update tools.yml
Added openapi-examples-validator & openapi-to-postman
1 parent dd43f74 commit 801cec8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

_data/tools.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,3 +1417,22 @@
14171417
github: https://github.com/danielgtaylor/restish
14181418
description: A CLI for REST-ish APIs with HTTP/2, built-in auth, content negotiation, caching, and more that understands and can discover OpenAPI descriptions.
14191419
v3: true
1420+
1421+
- name: openapi-examples-validator
1422+
category:
1423+
- miscellaneous
1424+
- description-validators
1425+
- data-validators
1426+
github: https://github.com/codekie/openapi-examples-validator
1427+
language: JavaScript
1428+
description: "Validates embedded JSON-examples in OpenAPI-specs"
1429+
v2: true
1430+
v3: true
1431+
1432+
- name: openapi-to-postman
1433+
category: converters
1434+
github: https://github.com/postmanlabs/openapi-to-postman
1435+
language: JavaScript
1436+
description: "Convert OpenAPI 3.0 specs to the Postman Collection (v2) format"
1437+
v2: false
1438+
v3: true

0 commit comments

Comments
 (0)