-
Notifications
You must be signed in to change notification settings - Fork 213
Expand file tree
/
Copy pathsnapshot.txt
More file actions
31 lines (30 loc) · 858 Bytes
/
snapshot.txt
File metadata and controls
31 lines (30 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
openapi: 3.2.0
info:
title: Test API
version: 1.0.0
paths:
/test:
get:
responses:
'200':
content:
application/json:
schema:
type: object
properties:
$ref:
type: string
example:
$ref: example.json
examples:
Test:
summary: Example with $ref in value (should NOT resolve)
value:
$ref: example.json
TestDataValue:
summary: Example with $ref in dataValue (should NOT resolve)
dataValue:
$ref: example.json
components: {}
bundling openapi.yaml using configuration for api 'main'...
📦 Created a bundle for openapi.yaml at stdout <test>ms.