File tree Expand file tree Collapse file tree
tests/e2e/bundle/bundle-example-value-with-ref Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,21 +12,17 @@ paths:
1212 schema :
1313 type : object
1414 properties :
15- id :
16- type : integer
17- name :
15+ $ref :
1816 type : string
19- active :
20- type : boolean
2117 example :
22- $ref : example.json
18+ $ref : example.json # should NOT be resolved
2319 examples :
2420 Test :
2521 summary : Example with $ref in value (should NOT resolve)
2622 value :
27- $ref : example.json
23+ $ref : example.json # should NOT be resolved
2824
2925 TestDataValue :
3026 summary : Example with $ref in dataValue (should NOT resolve)
3127 dataValue :
32- $ref : example.json
28+ $ref : example.json # should NOT be resolved
Original file line number Diff line number Diff line change @@ -12,12 +12,8 @@ paths:
1212 schema:
1313 type: object
1414 properties:
15- id:
16- type: integer
17- name:
15+ $ref:
1816 type: string
19- active:
20- type: boolean
2117 example:
2218 $ref: example.json
2319 examples:
You can’t perform that action at this time.
0 commit comments