-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
What happened?
Recently, the VS Code output is not formatted correctly. I'm not sure exactly when it started, but it seems to have been from last week.. 03/10/23+
openapi: 3.0.3
info:
title: blah
version: 1.1.0
paths:
/test/api:
get:
parameters:
- name: jeremy
in: query
schema:
type: string
responses:
"200":
content:
application/json:
schema:
$ref: "../../../common/shared/confirm-message-schema_v03.json"
post:
requestBody:
$ref: "#/components/requestBodies/jeremy"
responses:
"201":
content:
application/json:
schema:
$ref: "schemas/test-schema_v01.json"
examples:
example:
externalValue: "./examples/example.json"
example1:
$ref: "./not-schemas/test-schema_v01.json"
components:
requestBodies:
jeremy:
required: true
content:
application/json:
schema:
$ref: "./common/shared/-schema_v01.json"
schemas:
jeremy:
type: object
properties:
test:
$ref: "jeremy-test"
Screenshots
two diff examples of output from different files.
Additional context
Last released
2023-9-20, 10:16:31
Last updated
2023-9-20, 20:18:54
