Add Response Schema label

This commit is contained in:
Roman Hotsiy 2016-07-10 14:44:59 +03:00
parent 4cf11dceee
commit ad678925f5
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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}}">