You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Quick update on the Swagger UI enhancements.

The design allows you to pull in Swagger from any of the following sources (or any combination):

  • Localized Swagger JSON files on the classpath.
  • Swagger defined on class-level and method-level annotations.
  • Swagger fragments defined in resource bundles.
  • Auto-detection if not found above (paths, methods, schemas, etc...).

 

Here's the Petstore app OPTIONS page...

 

Operations are expandable and gives you information about the schema...

 

Examples for all the supported types are provided via a select....

 

For example, RDF....

 

 

 

  • No labels