mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-09-20 06:09:21 +00:00
Format file
This commit is contained in:
parent
a65c228c9b
commit
cab77e0c08
@ -14,7 +14,13 @@ class JsonOpenApiController {
|
|||||||
|
|
||||||
@GetMapping("/models")
|
@GetMapping("/models")
|
||||||
@Operation(summary = "Signal JSON model schema catalog")
|
@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() {
|
JsonSchemaCatalog getModels() {
|
||||||
return new JsonSchemaCatalog();
|
return new JsonSchemaCatalog();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user