mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-25 22:40:32 +03:00
Add "response schema" label
This commit is contained in:
parent
79534e2987
commit
442fc65209
|
@ -11,6 +11,9 @@
|
||||||
<div class="header-description" inner-html="{{header.description | marked}}"> </div>
|
<div class="header-description" inner-html="{{header.description | marked}}"> </div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<header>
|
||||||
|
Response schema
|
||||||
|
</header>
|
||||||
<json-schema *ng-if="response.schema" class="schema type" pointer="{{response.pointer}}/schema">
|
<json-schema *ng-if="response.schema" class="schema type" pointer="{{response.pointer}}/schema">
|
||||||
</json-schema>
|
</json-schema>
|
||||||
</zippy>
|
</zippy>
|
||||||
|
|
|
@ -16,8 +16,11 @@
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.response-headers header {
|
header {
|
||||||
font-size: 18px;
|
font-size: 14px;
|
||||||
|
font-weight: bold;
|
||||||
|
text-transform: uppercase;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user