From d7c0c7000f090d00b9c603be1d0d35beb44d6238 Mon Sep 17 00:00:00 2001 From: Era Dorta Date: Sat, 7 Mar 2026 01:40:03 +0100 Subject: [PATCH] Updated the readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c3e24f2..42760f17 100644 --- a/README.md +++ b/README.md @@ -150,15 +150,16 @@ version installed, you can replace `./gradlew` with `gradle` in the following st ./gradlew run --args="--help" ``` -### JSON-RPC schemas +### JSON Schemeas for the JSON-RPC mode -1. Run documentation server for all the JSON-RPC schemas (`src/main/java/org/asamk/signal/json`): +1. Generate [JSON Schema](https://json-schema.org/) files for all the JSON-RPC data classes (`src/main/java/org/asamk/signal/json`): ```sh ./gradlew genJsonSchemas ``` -2. Check the json schemas files in the following folder: +2. The generated files can be found in the `build/classes/java/schemas/META-INF/schemas` folder. + ### Building a native binary with GraalVM (EXPERIMENTAL)