Skip to content

issues Search Results · repo:APIDevTools/swagger-cli language:JavaScript

Filter by

75 results
 (72 ms)

75 results

inAPIDevTools/swagger-cli (press backspace or delete to remove)

Hi there, I ve got the problem that I have an openapi spec that looks like this (small excerpt): something: example: 3914364093 type: string something_else: example: 015711521886 type: string ...
  • dwt
  • Opened 
    on May 4, 2023
  • #89

Description I need enums of strings, but in the bundled openapi.yaml I get an incorrect enum-value for 08 and 09 . The apostrophe in the bundled openapi.yaml is removed for this values... I have no idea ...
  • AlfaCoder
  • 1
  • Opened 
    on Apr 28, 2023
  • #88

Problem I have an API splitted in several files and I have used swagger-cli to combine those files into one (to use that file in API consumer services/applications) When any API file is referenced using ...
  • apoza
  • 1
  • Opened 
    on Mar 2, 2023
  • #87

I ve found an unexpected behavior that the output was different even if the input files are identical and swagger-cli version is also the same. Is this behavior intentional? How to reproduce - definition ...
  • cou929
  • Opened 
    on Feb 23, 2023
  • #86

Version: 4.0.4 I have a property with this specification in index.yml: endDate: description: End date of the data point (inclusive). example: 2022-01-31 type: string format: date When running ...
  • mthaak
  • Opened 
    on Feb 1, 2023
  • #85

Given the following schema: openapi: 3.1.0 info: title: Test version: 1.0.0 servers: - url: https://example.com/{someParameter}/etc/{anotherParameter} variables: someParameter: ...
  • berzi
  • Opened 
    on Oct 13, 2022
  • #84

Given the following spec: openapi: 3.1.0 info: title: Test version: 1.0.0 servers: - url: https://example.com/{someParameter} variables: someParameter: default: sometest123 ...
  • berzi
  • Opened 
    on Oct 13, 2022
  • #83

In a project that I am working on, we have in our OASv3 API specification the following issue: We wish to allow the input of some particular property to be a string with either the format date or date-time. ...
  • raoulkent
  • 1
  • Opened 
    on Sep 28, 2022
  • #82

@apidevtools/swagger-parser is broken. The 10.0.4 release, in this commit, swagger-parser moved off z-schema over to ajv, since then, it is impossible to bundle or validate swagger files. Error Cannot ...
  • gabbanaesteban
  • 3
  • Opened 
    on May 31, 2022
  • #80

npm: 8.5.5 , node: 16.15.0 When trying to use swagger-cli bundle I get the error: Cannot find module ajv/dist/core Require stack: - /data/node_modules/ajv-draft-04/dist/index.js - /data/node_modules/@apidevtools/swagger-parser/lib/validators/schema.js ...
  • RicardoE105
  • 5
  • Opened 
    on May 20, 2022
  • #79
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub