json: explicit type: object for nested items object in cli example

This commit is contained in:
ochafik 2024-06-26 21:23:44 +01:00
parent 0b816fa60f
commit 0262d0153f

View file

@ -135,6 +135,7 @@ llama-cli \
-j '{ -j '{
"type": "array", "type": "array",
"items": { "items": {
"type": "object",
"properties": { "properties": {
"name": { "name": {
"type": "string", "type": "string",