Skip to content

Commit 2b02033

Browse files
committed
fix: get first option in oneOf to generate example
1 parent c5ca04d commit 2b02033

File tree

4 files changed

+793
-0
lines changed

4 files changed

+793
-0
lines changed

demo/model.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ files.set('oas-3-api/oas-3-api.yaml', { type: 'OAS 3.0', mime: 'application/yaml
2626
files.set('allof-types/allof-types.yaml', { type: 'OAS 3.0', mime: 'application/yaml' });
2727
files.set('APIC-679/APIC-679.yaml', { type: 'OAS 3.0', mime: 'application/yaml' });
2828
files.set('xml-api/xml-api.yaml', { type: 'OAS 3.0', mime: 'application/yaml' });
29+
files.set('v4_0_0_api_spec/v4_0_0_api_specs.yaml', { type: 'OAS 3.0', mime: 'application/yaml' });
2930

3031
generator.generate(files);

0 commit comments

Comments
 (0)