From 2d4fd726e3d88050fed519fc7c8e7369b79ca4f7 Mon Sep 17 00:00:00 2001 From: Milan Pavlik Date: Mon, 3 Feb 2025 15:23:02 +0100 Subject: [PATCH] Mention underscore and camel case in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0deea00..4712ac0 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,9 @@ message Product { Results in the following JSON Schema files: +* `*.schema.json` files are generated with underscore-case fields +* `*.jsonschema.json` files are generated with camelCase +
Product.schema.json