Sha256: 580eceb3bb97627843a9a1dbf10515bc75dbbef1674b4617e03d9f77cca4e1bc
Contents?: true
Size: 542 Bytes
Versions: 4
Compression:
Stored size: 542 Bytes
Contents
<div class="js-format Nxd-api__response" data-format="<%= format %>"> <div class="Vlt-table Vlt-table--data Vlt-table--bordered"> <table> <thead> <% if index %> <tr><th colspan="2"><%= schema['description'] || "Response #{index + 1}"%></th></tr> <% end %> <tr> <th>Field</th> <th>Description</th> </tr> </thead> <tbody> <%= erb :'open_api/_response_description_parameters', locals: { schema: schema } %> </tbody> </table> </div> </div>
Version data entries
4 entries across 4 versions & 1 rubygems