@@ -8,25 +8,31 @@ Object {
88 " additionalProperties" : false ,
99 " properties" : Object {
1010 " bar" : Object {
11+ " title" : " Foo.bar" ,
1112 " type" : " string" ,
1213 },
1314 " baz" : Object {
1415 " anyOf" : Array [
1516 Object {
17+ " title" : " Foo.baz" ,
1618 " type" : " number" ,
1719 },
1820 Object {
1921 " $ref" : " #/definitions/Foo" ,
22+ " title" : " Foo.baz" ,
2023 },
2124 ],
22- " description" : " @see baz documentation at http://documentation.yada" ,
23- " title" : " A baz is a number of another Foo" ,
25+ " description" : " A baz is a number of another Foo
26+
27+ @see baz documentation at http :// documentation.yada",
28+ " title" : " Foo.baz" ,
2429 },
2530 },
2631 " required" : Array [
2732 " bar" ,
2833 " baz" ,
2934 ],
35+ " title" : " Foo" ,
3036 " type" : " object" ,
3137 },
3238 " Foo2" : Object {
@@ -36,12 +42,14 @@ Object {
3642 " items" : Object {
3743 " type" : " boolean" ,
3844 },
45+ " title" : " Foo2.bak" ,
3946 " type" : " array" ,
4047 },
4148 },
4249 " required" : Array [
4350 " bak" ,
4451 ],
52+ " title" : " Foo2" ,
4553 " type" : " object" ,
4654 },
4755 },
@@ -56,12 +64,14 @@ Object {
5664 " additionalProperties" : false ,
5765 " properties" : Object {
5866 " name" : Object {
67+ " title" : " SubDirType.name" ,
5968 " type" : " string" ,
6069 },
6170 },
6271 " required" : Array [
6372 " name" ,
6473 ],
74+ " title" : " SubDirType" ,
6575 " type" : " object" ,
6676 },
6777 },
@@ -76,25 +86,31 @@ Object {
7686 " additionalProperties" : false ,
7787 " properties" : Object {
7888 " bar" : Object {
89+ " title" : " Foo.bar" ,
7990 " type" : " string" ,
8091 },
8192 " baz" : Object {
8293 " anyOf" : Array [
8394 Object {
95+ " title" : " Foo.baz" ,
8496 " type" : " number" ,
8597 },
8698 Object {
8799 " $ref" : " #/definitions/Foo" ,
100+ " title" : " Foo.baz" ,
88101 },
89102 ],
90- " description" : " @see baz documentation at http://documentation.yada" ,
91- " title" : " A baz is a number of another Foo" ,
103+ " description" : " A baz is a number of another Foo
104+
105+ @see baz documentation at http :// documentation.yada",
106+ " title" : " Foo.baz" ,
92107 },
93108 },
94109 " required" : Array [
95110 " bar" ,
96111 " baz" ,
97112 ],
113+ " title" : " Foo" ,
98114 " type" : " object" ,
99115 },
100116 " Foo2" : Object {
@@ -104,12 +120,14 @@ Object {
104120 " items" : Object {
105121 " type" : " boolean" ,
106122 },
123+ " title" : " Foo2.bak" ,
107124 " type" : " array" ,
108125 },
109126 },
110127 " required" : Array [
111128 " bak" ,
112129 ],
130+ " title" : " Foo2" ,
113131 " type" : " object" ,
114132 },
115133 },
@@ -124,12 +142,14 @@ Object {
124142 " additionalProperties" : false ,
125143 " properties" : Object {
126144 " name" : Object {
145+ " title" : " SubDirType.name" ,
127146 " type" : " string" ,
128147 },
129148 },
130149 " required" : Array [
131150 " name" ,
132151 ],
152+ " title" : " SubDirType" ,
133153 " type" : " object" ,
134154 },
135155 },
@@ -156,12 +176,14 @@ Object {
156176 " additionalProperties" : false ,
157177 " properties" : Object {
158178 " name" : Object {
179+ " title" : " SubDirType.name" ,
159180 " type" : " string" ,
160181 },
161182 },
162183 " required" : Array [
163184 " name" ,
164185 ],
186+ " title" : " SubDirType" ,
165187 " type" : " object" ,
166188 },
167189 },
@@ -176,25 +198,31 @@ Object {
176198 " additionalProperties" : false ,
177199 " properties" : Object {
178200 " bar" : Object {
201+ " title" : " Foo.bar" ,
179202 " type" : " string" ,
180203 },
181204 " baz" : Object {
182205 " anyOf" : Array [
183206 Object {
207+ " title" : " Foo.baz" ,
184208 " type" : " number" ,
185209 },
186210 Object {
187211 " $ref" : " #/definitions/Foo" ,
212+ " title" : " Foo.baz" ,
188213 },
189214 ],
190- " description" : " @see baz documentation at http://documentation.yada" ,
191- " title" : " A baz is a number of another Foo" ,
215+ " description" : " A baz is a number of another Foo
216+
217+ @see baz documentation at http :// documentation.yada",
218+ " title" : " Foo.baz" ,
192219 },
193220 },
194221 " required" : Array [
195222 " bar" ,
196223 " baz" ,
197224 ],
225+ " title" : " Foo" ,
198226 " type" : " object" ,
199227 },
200228 " Foo2" : Object {
@@ -204,12 +232,14 @@ Object {
204232 " items" : Object {
205233 " type" : " boolean" ,
206234 },
235+ " title" : " Foo2.bak" ,
207236 " type" : " array" ,
208237 },
209238 },
210239 " required" : Array [
211240 " bak" ,
212241 ],
242+ " title" : " Foo2" ,
213243 " type" : " object" ,
214244 },
215245 },
0 commit comments