Forum Discussion

venu2604's avatar
venu2604
New Contributor
3 years ago

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. 

 

 

4 Replies

  • Hi venu2604 

     

    Are you looking to design and build your own JSON Schema view component in Angular?

    Or is there something in SwaggerUI that isn't displaying correctly?

     

     

    • venu2604's avatar
      venu2604
      New Contributor

      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 ?