Skip to content

Commit 3bc0461

Browse files
authored
Merge pull request #49 from advanced-rest-client/fix/W-11117349/empty-example
[W-11117349] Example for oneOf options
2 parents c5ca04d + 7c99c81 commit 3bc0461

File tree

6 files changed

+795
-2
lines changed

6 files changed

+795
-2
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)