Alex Savage
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  Checking...
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...
**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...
**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...
**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** -...
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 
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...
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...
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...