Rafael Franco

Results 2 issues of Rafael Franco

Hey all, Not sure if this is an issue with GoSublime itself but thought I'd ask in case it is possible. My main editor has always been Sublime as it...

spec.yaml ```yaml openapi: 3.0.3 info: description: Example version: "1.0.0" title: Example paths: /test: get: tags: - Tag summary: Summary operationId: op_id responses: 200: description: OK content: application/json: schema: type: object...