File tree 2 files changed +29
-8
lines changed
test/OpenApiClientTests/SchemaProperties
NullableReferenceTypesDisabled
NullableReferenceTypesEnabled
2 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 58
58
},
59
59
"responses" : {
60
60
"201" : {
61
- "description" : " Success " ,
61
+ "description" : " Created " ,
62
62
"content" : {
63
63
"application/vnd.api+json" : {
64
64
"schema" : {
68
68
}
69
69
},
70
70
"204" : {
71
- "description" : " Success "
71
+ "description" : " No Content "
72
72
}
73
73
}
74
74
}
169
169
}
170
170
},
171
171
"204" : {
172
- "description" : " Success "
172
+ "description" : " No Content "
173
173
}
174
174
}
175
175
},
191
191
],
192
192
"responses" : {
193
193
"204" : {
194
- "description" : " Success "
194
+ "description" : " No Content "
195
195
}
196
196
}
197
197
}
207
207
"nullable" : true
208
208
},
209
209
"nameOfCurrentFarm" : {
210
+ "minLength" : 1 ,
210
211
"type" : " string"
211
212
},
212
213
"age" : {
241
242
"nullable" : true
242
243
},
243
244
"nameOfCurrentFarm" : {
245
+ "minLength" : 1 ,
244
246
"type" : " string"
245
247
},
246
248
"age" : {
270
272
"nullable" : true
271
273
},
272
274
"nameOfCurrentFarm" : {
275
+ "minLength" : 1 ,
273
276
"type" : " string"
274
277
},
275
278
"age" : {
328
331
"$ref" : " #/components/schemas/chickenResourceType"
329
332
},
330
333
"id" : {
334
+ "minLength" : 1 ,
331
335
"type" : " string"
332
336
},
333
337
"attributes" : {
363
367
"$ref" : " #/components/schemas/chickenResourceType"
364
368
},
365
369
"id" : {
370
+ "minLength" : 1 ,
366
371
"type" : " string"
367
372
},
368
373
"attributes" : {
464
469
"type" : " object" ,
465
470
"properties" : {
466
471
"self" : {
472
+ "minLength" : 1 ,
467
473
"type" : " string"
468
474
},
469
475
"describedby" : {
470
476
"type" : " string"
471
477
},
472
478
"first" : {
479
+ "minLength" : 1 ,
473
480
"type" : " string"
474
481
},
475
482
"last" : {
491
498
"type" : " object" ,
492
499
"properties" : {
493
500
"self" : {
501
+ "minLength" : 1 ,
494
502
"type" : " string"
495
503
},
496
504
"describedby" : {
506
514
"type" : " object" ,
507
515
"properties" : {
508
516
"self" : {
517
+ "minLength" : 1 ,
509
518
"type" : " string"
510
519
}
511
520
},
Original file line number Diff line number Diff line change 58
58
},
59
59
"responses" : {
60
60
"201" : {
61
- "description" : " Success " ,
61
+ "description" : " Created " ,
62
62
"content" : {
63
63
"application/vnd.api+json" : {
64
64
"schema" : {
68
68
}
69
69
},
70
70
"204" : {
71
- "description" : " Success "
71
+ "description" : " No Content "
72
72
}
73
73
}
74
74
}
169
169
}
170
170
},
171
171
"204" : {
172
- "description" : " Success "
172
+ "description" : " No Content "
173
173
}
174
174
}
175
175
},
191
191
],
192
192
"responses" : {
193
193
"204" : {
194
- "description" : " Success "
194
+ "description" : " No Content "
195
195
}
196
196
}
197
197
}
206
206
"type" : " string"
207
207
},
208
208
"nameOfCurrentFarm" : {
209
+ "minLength" : 1 ,
209
210
"type" : " string"
210
211
},
211
212
"nameOfPreviousFarm" : {
212
213
"type" : " string" ,
213
214
"nullable" : true
214
215
},
215
216
"nickname" : {
217
+ "minLength" : 1 ,
216
218
"type" : " string"
217
219
},
218
220
"age" : {
248
250
"type" : " string"
249
251
},
250
252
"nameOfCurrentFarm" : {
253
+ "minLength" : 1 ,
251
254
"type" : " string"
252
255
},
253
256
"nameOfPreviousFarm" : {
254
257
"type" : " string" ,
255
258
"nullable" : true
256
259
},
257
260
"nickname" : {
261
+ "minLength" : 1 ,
258
262
"type" : " string"
259
263
},
260
264
"age" : {
283
287
"type" : " string"
284
288
},
285
289
"nameOfCurrentFarm" : {
290
+ "minLength" : 1 ,
286
291
"type" : " string"
287
292
},
288
293
"nameOfPreviousFarm" : {
289
294
"type" : " string" ,
290
295
"nullable" : true
291
296
},
292
297
"nickname" : {
298
+ "minLength" : 1 ,
293
299
"type" : " string"
294
300
},
295
301
"age" : {
348
354
"$ref" : " #/components/schemas/cowResourceType"
349
355
},
350
356
"id" : {
357
+ "minLength" : 1 ,
351
358
"type" : " string"
352
359
},
353
360
"attributes" : {
383
390
"$ref" : " #/components/schemas/cowResourceType"
384
391
},
385
392
"id" : {
393
+ "minLength" : 1 ,
386
394
"type" : " string"
387
395
},
388
396
"attributes" : {
484
492
"type" : " object" ,
485
493
"properties" : {
486
494
"self" : {
495
+ "minLength" : 1 ,
487
496
"type" : " string"
488
497
},
489
498
"describedby" : {
490
499
"type" : " string"
491
500
},
492
501
"first" : {
502
+ "minLength" : 1 ,
493
503
"type" : " string"
494
504
},
495
505
"last" : {
511
521
"type" : " object" ,
512
522
"properties" : {
513
523
"self" : {
524
+ "minLength" : 1 ,
514
525
"type" : " string"
515
526
},
516
527
"describedby" : {
526
537
"type" : " object" ,
527
538
"properties" : {
528
539
"self" : {
540
+ "minLength" : 1 ,
529
541
"type" : " string"
530
542
}
531
543
},
You can’t perform that action at this time.
0 commit comments