ContributionsMost RecentMost LikesSolutionsRe: Schema Display on UI ponelat Thanks for your reply. Yes, for now, i am using json-schema-view. Where to write sample get request ? where to write "sample get request" ? i want to show on swagger UI similar to the attached picture. do we have such option on yaml so that swaggerUI picks it and show ? Re: Schema Display on UI hi ponelat thanks for your reply. i am trying to build own JSON Schema view component in Angular. i wanted the same schema view like what swagger is displaying. does swaggerUI expose api to use that schema display ? if so, could you pls tell how to use it ? if not, where can i found similar stuff ? Schema Display on UI on Swagger UI.. we see this when we click on schema. for my project i need similar thing to display on my UI. i am able to read the schema., but i am struggling to display schema on my screen. do we have UI API for this ? i am using Angular 11 and back end Java.