From 0262d0153f9e583276466e1f913b631fc5f1d8b9 Mon Sep 17 00:00:00 2001 From: ochafik Date: Wed, 26 Jun 2024 21:23:44 +0100 Subject: [PATCH] json: explicit type: object for nested items object in cli example --- grammars/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/grammars/README.md b/grammars/README.md index 61f197af5..40f666240 100644 --- a/grammars/README.md +++ b/grammars/README.md @@ -135,6 +135,7 @@ llama-cli \ -j '{ "type": "array", "items": { + "type": "object", "properties": { "name": { "type": "string",