From 803d00a9a542c016f6dad1003367b2da792e95e4 Mon Sep 17 00:00:00 2001 From: Milan Pavlik Date: Tue, 18 Feb 2025 16:35:44 +0100 Subject: [PATCH] Mention underscore and camel case in readme (#46) --- 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