api-oas-checker icon indicating copy to clipboard operation
api-oas-checker copied to clipboard

An OpenAPI 3 checker based on spectral.

Results 64 api-oas-checker issues
Sort by recently updated
recently updated
newest added

Bumps [js-base64](https://github.com/dankogai/js-base64) from 3.7.2 to 3.7.5. Commits 7e790b7 version 3.7.5 f729053 Merge pull request #167 from ctomacheski/main a9a994f improve performance by stop using the mapFn param on Uint8Array.from constructor 3226fbe...

dependencies

When collapsing the menu, the buttons shrink. Instead, the main content should slide above the buttons. [Screencast from 29-09-2022 13:50:21.webm](https://user-images.githubusercontent.com/788293/193024086-d2f38868-01b2-43c1-85b1-352fc6f39edc.webm)

enhancement
good first issue
Hacktoberfest

## I expect - to review regexp syntax (e.g. use of `/`, `^` and `$` - especially date-related ones.

Hi @ioggstream, I can find conflicting licensing info in this repo. One is here: https://github.com/italia/api-oas-checker/blob/0253435371063f875024453c46df53006b3d4bfb/public/errorfile.yaml#L40-L42 the other one: https://github.com/italia/api-oas-checker/blob/5d061afeecef99c3b0ee0888da400a9376a2db99/package.json#L72 and the third one: https://github.com/italia/api-oas-checker/blob/878b62712db83d890e31e9d33f74e1ab29a863c9/publiccode.yml#L58 I guess it's better to harmonize...

## I expect This repo to be self-contained wrt template files. ## Instead it loads the template from https://raw.githubusercontent.com/teamdigitale/api-starter-kit/master/openapi/simple.yaml.src ## Note The API template (in Italian and English) should be...

Make `enum` for number pass even when there's no `minimum` and `maximum`. Also, allow `enum` only if `minimum` and `maximum` are not set.

## I expect - to bump spectral 6.x - [ ] fix rules starting with `$.` -> `$..` ## Note - spectral 6.0.0 has a regression on merge keys. We're...

enhancement
help wanted
Hacktoberfest

## I expect To be able to reformat the yaml/json code I have in the editor

good first issue
Hacktoberfest

Analysing a huge input file, could be useful to "sort"/"aggregate" the "Type" column ("errors", "warning", etc) to show first the same type. As shown in the image, I'd like to...

enhancement
Hacktoberfest

`securitySchemes-oauth-http` enforces `https://`. However relative urls (such as `tokenURL: /token`) should also be allowed.