From 13b28387c205bee68bd0b77ece6c0d300c6a7612 Mon Sep 17 00:00:00 2001 From: Alex Groleau Date: Thu, 9 Jul 2026 20:47:59 -0400 Subject: [PATCH] doc update --- GEMINI.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/GEMINI.md b/GEMINI.md index 61f8342..3bf2adb 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -240,6 +240,7 @@ For example, given a general `attachment` table containing a `kind` column (e.g. "type": "attachment", "properties": { "kind": { + "type": "string", "const": "cover" } } @@ -252,10 +253,7 @@ A parent entity can then define a relationship using this constrained schema und "cover_attachment": { "properties": { "cover_attachment": { - "type": [ - "cover.attachment", - "null" - ] + "type": "cover.attachment" } } }