Helen Kosova

Results 25 issues of Helen Kosova

This is a follow-up to #3558 and also related to #3641. As an API consumer, I want to see the schema of object parameters (individual property types, descriptions, etc.), so...

specification: 3.x
type: enhancement

### Q&A (please complete the following information) - OS: Windows 10 - Browser: Chrome, Firefox latest - Method of installation: petstore.swagger.io, editor.swagger.io - Swagger-UI version: 4.2.1 - Swagger/OpenAPI version: OpenAPI...

type: bug
cat: try-it-out

Similar to #806, but caused by another file. ``` > git clone https://github.com/APIs-guru/openapi-directory.git --depth 1 Cloning into 'openapi-directory'... remote: Enumerating objects: 10027, done. remote: Counting objects: 100% (10027/10027), done. remote:...

Some schemas do not trigger semantic validation. Looks like the schema selectors (`allSchemas`, `isSubSchema`, etc.) don't pick up everything. https://github.com/swagger-api/swagger-editor/blob/master/src/plugins/validate-semantic/selectors.js ### Q&A (please complete the following information) - OS: Windows...

type: bug
cat: validation

### Q&A (please complete the following information) - OS: Windows 10 - Browser: Chrome latest - Method of installation: https://editor.swagger.io - Swagger-Editor version: 3.15.10 - OpenAPI version: 2.0. I didn't...

type: upstream bug

Spec: https://gist.githubusercontent.com/hkosova/699a0398e326376c8f450b2e4107686c/raw/91c7878d3a023a05c4e42634ed2e2fae6ba8c518/minProps-maxProps.yaml ```yaml swagger: '2.0' info: version: '1.0' title: test paths: /foo: post: consumes: - application/json parameters: - in: body name: body required: true schema: type: object minProperties: 1 maxProperties:...

Spec: https://gist.githubusercontent.com/hkosova/f0b1ace631a93c3acc42bca0e1ae6928/raw/459e67fa395c30abdcb54ea02120075d28510f23/formData-collectionFormat.yaml Converted spec: http://oai.swagger.io/api/convert?url=https://gist.githubusercontent.com/hkosova/f0b1ace631a93c3acc42bca0e1ae6928/raw/459e67fa395c30abdcb54ea02120075d28510f23/formData-collectionFormat.yaml 1 No `collectionFormat` or `collectionFormat: csv` should be converted to: ```yaml encoding: paramName: #style: form # `style` defaults to `form`, so this line is optional...

Spec: https://gist.githubusercontent.com/hkosova/49dc5ed081cf553e01a1182e11b2e4ca/raw/5ea6988984bd8a0c0b3a506ac13b9dac396a74bc/param-ref.yaml ```yaml swagger: '2.0' info: version: '1.0' title: Parameter references paths: /report/{userId}: get: parameters: - $ref: '#/parameters/userIdParam' - $ref: '#/parameters/dateRangeParam' responses: 200: description: OK /formPost: post: consumes: - application/x-www-form-urlencoded...

This is an updated version of PR #957. **Description** This PR fixes the capitalization of some product / language names that appear on the AsyncAPI website, specifically: - Github ->...