From dcbeaea6c665900287d748c73c8ad92d3cbe2b62 Mon Sep 17 00:00:00 2001 From: Balakrishna Avulapati Date: Mon, 4 Aug 2025 18:12:24 +0530 Subject: [PATCH] Remove duplicate definition of primaryKey In the example json schema, the primaryKey is defined twice. Retained the second instance, as it is after the appropriate comment. Signed-off-by: Balakrishna Avulapati --- pages/blog/posts/rxdb-case-study.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/blog/posts/rxdb-case-study.md b/pages/blog/posts/rxdb-case-study.md index fa29661ff..11748b6b9 100644 --- a/pages/blog/posts/rxdb-case-study.md +++ b/pages/blog/posts/rxdb-case-study.md @@ -53,7 +53,6 @@ Below is a sample RxDB schema that demonstrates how standard JSON Schema vocabul ```ts const mySchema = { - primaryKey: 'id', type: 'object', properties: { id: {