From 9580ab077793dce0904f9ad57a3120018812bd72 Mon Sep 17 00:00:00 2001 From: Era Dorta Date: Mon, 2 Mar 2026 01:13:56 +0100 Subject: [PATCH] Rename models to schemas --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43387d1d..307e79d3 100644 --- a/README.md +++ b/README.md @@ -148,9 +148,9 @@ version installed, you can replace `./gradlew` with `gradle` in the following st ./gradlew run --args="--help" ``` -### Documentation +### JSON-RPC schemas -1. Run OpenAPI documentation server for JSON models (`src/main/java/org/asamk/signal/json`): +1. Run documentation server for all the JSON-RPC schemas (`src/main/java/org/asamk/signal/json`): ```sh ./gradlew openApiDocs