mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-03-15 02:40:23 +00:00
Format file
This commit is contained in:
parent
a65c228c9b
commit
cab77e0c08
@ -14,7 +14,13 @@ class JsonOpenApiController {
|
||||
|
||||
@GetMapping("/models")
|
||||
@Operation(summary = "Signal JSON model schema catalog")
|
||||
@ApiResponse(responseCode = "200", description = "Catalog of Signal JSON model schemas", content = @Content(mediaType = "application/json", schema = @Schema(implementation = JsonSchemaCatalog.class)))
|
||||
@ApiResponse(
|
||||
responseCode = "200", description = "Catalog of Signal JSON model schemas",
|
||||
content = @Content(
|
||||
mediaType = "application/json",
|
||||
schema = @Schema(implementation = JsonSchemaCatalog.class)
|
||||
)
|
||||
)
|
||||
JsonSchemaCatalog getModels() {
|
||||
return new JsonSchemaCatalog();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user