Alex Savage

Results 22 issues of Alex Savage

## Describe the bug When prism finds an integer property with format int32 it reports an error. NOTE It doesn't appear to effect the use of the tool ![image](https://user-images.githubusercontent.com/25430683/116677817-8b306c00-a9a0-11eb-8e5e-a17bc4583b26.png) Checking...

t/bug
triaged
p/documented

I am running spectral 5.8.1 and given the following schema: ` schemas: Car: type: object required: - id - manufacturerName properties: id: description: The ID of the car type: string...

triaged

**User story.** As an API designer I want to ensure my examples are correctly spelled and typed for properties that are in my API definition So that any consumers of...

enhancement
triaged

**User story.** As an API designer, I want to have my api definition validated and checked that the content types are valid So that I create beautiful consistent API definitions...

enhancement
OpenAPI

**User Story** As an API consumer reading the definition I want to see the headings within the description So I can quickly get to the auth section **Acceptance Criteria** -...

enhancement
triaged
team/pierogi-platoon

I have seen API fuzzers using rm -rf / in query params. I expect this request will blow up like the drop table thread but wanted to suggest it non...

I am not seeing master flagged by the vscode plugin but I do with alex.js on the command line ![image](https://user-images.githubusercontent.com/25430683/117635956-3f3baf00-b178-11eb-9b52-19eb58636191.png)

Given a response body schema that returns an array of items and the item contains a property called `type` and it contains another property called default that is type boolean...

t/bug
p/medium
triaged
c/spectral

When making an API definition I accidently defined a minimum value for an integer that was larger than the maximum. Spectral picked up that the example was wrong but didnt...

enhancement
triaged

Given a parameter that is NOT a string When maxLength and or minLength are applied Then the designer is not informed. I was able to apply this to integers, numbers...

enhancement
triaged