redoc/lib/components/SchemaSample/schema-sample.html

5 lines
128 B
HTML
Raw Normal View History

2015-10-21 17:24:04 +03:00
<div class="snippet">
<pre *ng-if="!data.sample"> Not supported yet (any-of)</pre>
2015-10-21 17:24:04 +03:00
<pre>{{data.sample | json}}</pre>
</div>