Swagger UI version: 3.1.1
Response schema rendering is broken. YAML file:
info:
title: Example
version: 1.0.0
swagger: '2.0'
paths:
'/endpoint1':
get:
responses:
'200':
description: OK
schema:
type: array
items:
type: object
properties:
id:
type: string
'/endpoint2':
get:
responses:
'200':
description: OK
schema:
type: object
properties:
id:
type: string
Result:

referenced schema doesn't show up either
Same here
Same for me. But shema showed in previous version of editor
Editor 2

Editor 1

could dist files be rebuilt for those of us who just use them, and not building ourselves?
@weirdan sure - will update them now!
Lessons learned. Don't do releases on Fridays. 😂
And now that the dist files are in master, could a new release be published, please? Because release tarball for v3.1.2 contains dist files from v3.1.1 — so if one can't rebuild it's as broken as v3.1.1 was.
@ricardofiorani, we usually do releases on Friday - our mistake was doing it on Saturday instead 😉
@weirdan, I'll author a Github release with the release notes later today, but in the meantime you can download the .zip of commit 6b1d78c, which will be equivalent to the release tarball.
@shockey I built 3.1.2 myself where I needed it, but some package managers (like composer) supply packaged files based on the github releases/tags.
@weirdan gotcha, apologies for not packing the dist updates into the release correctly. Shouldn't happen again 😄