OLD | NEW |
---|---|
(Empty) | |
1 [ | |
2 { | |
3 "namespace": "ref_test", | |
4 "types": [ | |
5 { | |
6 "id": "type1", | |
7 "type": "string", | |
8 "description": "$ref:type2" | |
9 }, | |
10 { | |
11 "id": "type2", | |
12 "type": "string", | |
13 "description": "A $ref:type3, or $ref:type2" | |
14 }, | |
15 { | |
16 "id": "type3", | |
17 "type": "string", | |
18 "description": "$ref:other.type2 != $ref:ref_test.type2" | |
19 } | |
20 ] | |
21 } | |
22 ] | |
OLD | NEW |