Interface ModelsSchemaRestApi

All Known Implementing Classes:
ModelsSchemaController

@RestController @RequestMapping("/v1/schemas") public interface ModelsSchemaRestApi
Controller for Schema resources.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<String>
    getSchema(String modelType)
     
  • Method Details

    • getSchema

      @GetMapping(value="/{modelType}", produces="application/json") org.springframework.http.ResponseEntity<String> getSchema(@PathVariable String modelType)