Swagger Editor allows users to create API specifications using YAML inside the browser and to preview documentation in real time.
I am trying to convey that the authentication/security scheme requires setting a header as follows: Authorization: Bearer <token&…
swagger swagger-2.0 swagger-editorSo I understand that if we want body parameters we have to have a schema, which I do. The issue …
swagger swagger-editorI would like to format my Swagger API descriptions so that they are not simple paragraphs of text. Preferably, I'd …
rest markdown swagger swagger-2.0 swagger-editorI created an API spec from some JSON files and I am trying to test if the files validate against …
json swagger swagger-ui jsonschema swagger-editorI'm using http://editor.swagger.io to design an API and I get an error which I don't know how …
swagger swagger-2.0 swagger-editorI am trying to get a multi-line literal in Swagger editor (awesome tool, by the way!). post: summary: Translate one …
yaml swagger indentation swagger-editorI'm working on an API definition in Swagger Editor with YAML. I am trying to represent the following response body: { …
swagger swagger-editorI'm struggling with the syntax of swagger to describe a response type. What I'm trying to model is a hash …
hashmap swagger swagger-2.0 swagger-editorI'm new to Swagger and using Swagger Editor running locally on my desktop to test an API. I'm not responsible …
swagger-editorReferencing OpenAPI 2.0, Schema Object, or Swagger 2.0, Schema Object, and the definition of discriminator field as: Adds support for polymorphism. The …
swagger swagger-2.0 swagger-editor openapi swagger-tools