Francois LASNE
Francois LASNE
**Describe the bug** given a specification with no error , no warning using redocly lint , the documentation generated via redocly build-docs "crashes" at rendering , and make it unusable...
**Describe the solution you'd like** given a specification , it would like to ensure that all properties has a given type assidned (after resolution of $ref , and may be...
Given the request : GET https://[api.scim.dev/scim/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:User](https://api.scim.dev/scim/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:User) it returns ``` "meta": { "resourceType": "Schema", "created": "2001-01-01T00:00:00+00:00", "lastModified": "2001-01-01T00:00:00+00:00", "version": "W/\"1\"", "location": "https://api.scim.dev/scim/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:User" }, ``` the version string looks not appropriate as...
given 2 specs with the servers a change in the servers section the display looks wrong , we should not have on the left twice the servers section but only...
**Describe the bug** running spectral on an non existing file does return that all is fine **To Reproduce** spectral lint bob --ruleset .spectral\.spectral.yaml with no file called bob return "No...
### Describe the inspiration for your proposal very often data are inserted in a db with constrains like a unique key key can be one properties or a set of...
**Describe the bug** given a sample with anyOf and required statement example validation fails whereas it is valid **To Reproduce** validate the below OAS Spec (in the Additional context section)...
given the return of ServiceProviderConfig it returns pagination meta data that is not supposed to be there , ``` "pagination": { "cursor": true, "index": true, "defaultPaginationMethod": "index", "defaultPageSize": 10, "maxPageSize":...
doing GET /Schemas and looking on Users it return "name": "groups", **"type": "string",** "mutability": "readWrite", "returned": "default", "uniqueness": "server", "required": false, "multiValued": true, "caseExact": false, "subAttributes": [ { vs according...
given an API specification if i run twice the command i get not the same number of error detected it occurs when doing vacuum lint or vacuum report  number...