Francois LASNE
Francois LASNE
running the command like this return poor feedback ``` openapi-changes --version Error: unknown flag: --version ``` here should be harmonized and go to same answer than > openapi-changes --help
given the snippet ``` schemas: Pet: type: object properties: id: readOnly: true type: string name: type: string enum: - Bob ``` and this snippet ``` schemas: Pet: type: object properties:...
First of all the tool works , an helps definitely when doing a massive refactoring  here the enhancement is when there is a diff here between something expended on...
@daveshanley there are 2 levels that could be applied 1) identify each rules via an identifier and have the capability to have flag : off; info, warning, breaking 2) capability...
here i have on top o bject added: /v1/api/trade-blotter/trade-views to path and below image h but in same situation i have on top object added: /v1/api/trade-blotter/trade-views/{viewId} to path  issue...
here the only difference is the field ordering (eq , neq )  properties: field: type: string description: | Label of the parameter to filter on. in: $ref: '#/components/schemas/operatorArray' nin:...
be able to spot that it is semantically compatible operator: anyOf: - type: string - type: number - type: 'null' vs operator: type: - null - string - number notice...
given an endpoint with a query parameter parameters: - $ref: '#/components/parameters/query_calibrationResultId' given query_calibrationResultId: name: calibrationResultId description: | Calibration result in which the resource(s) will be queried. in: query schema: type:...
required ; - a - b and required : - b - a should not be considered as a difference even not a warning or noticed
given 2 files one is correct one not correct the UI shoot an error (fair) the fixing the issue and replacing the file via another upload , The spinner spin...