mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
Add Response Schema label
This commit is contained in:
parent
4cf11dceee
commit
ad678925f5
|
@ -12,7 +12,7 @@
|
||||||
<div class="header-description" [innerHtml]="header.description | marked"> </div>
|
<div class="header-description" [innerHtml]="header.description | marked"> </div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<header *ngIf="response.headers">
|
<header *ngIf="response.schema">
|
||||||
Response Schema
|
Response Schema
|
||||||
</header>
|
</header>
|
||||||
<json-schema-lazy #lazySchema pointer="{{response.schema ? response.pointer + '/schema' : null}}">
|
<json-schema-lazy #lazySchema pointer="{{response.schema ? response.pointer + '/schema' : null}}">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user