redoc/lib/components/ResponsesSamples/responses-samples.html

7 lines
199 B
HTML

<header> Responses samples </header>
<tabs>
<tab *ng-for="#response of data.responses" [tab-title]="response.code">
<schema-sample [pointer]="response.pointer"><schema-sample>
</tab>
</tabs>