Skip to content

Commit 7440347

Browse files
Merge pull request #86 from advanced-rest-client/feat/W-17623345/show-type
feat/W-17623345/show type in composition oas
2 parents fd57e5b + e168c5c commit 7440347

File tree

4 files changed

+2040
-0
lines changed

4 files changed

+2040
-0
lines changed

demo/apis.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
"APIC-649/APIC-649.yaml": { "type": "OAS 3.0", "mime": "application/yaml" },
2727
"APIC-671/APIC-671.yaml": { "type": "OAS 3.0", "mime": "application/yaml" },
2828
"APIC-743/APIC-743.yaml": { "type": "OAS 3.0", "mime": "application/yaml" },
29+
"shopper-products/shopper-products.yaml": { "type": "OAS 3.0", "mime": "application/yaml" },
2930
"W-12142859/W-12142859.yaml": "OAS 2.0"
3031
}

demo/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ class ApiDemo extends ApiDemoPage {
9999

100100
_apiListTemplate() {
101101
return [
102+
['shopper-products', 'shopper-products'],
102103
['demo-api', 'Demo API'],
103104
['avro', 'avro'],
104105
['avro2', 'avro2'],

0 commit comments

Comments
 (0)