{ "templateVersion": 1, "templateName": "Example – Generic", "description": "Broad example template for record-style JSON. Shows badges, chips, and array cards.", "match": { "requiredKeys": [] }, "recordLabel": { "fields": [ { "path": "Title", "maxLen": 80 }, { "path": "Name", "maxLen": 80 }, { "path": "Id", "prefix": " [", "suffix": "]", "lastChars": 8, "maxLen": 12 } ], "fallback": "Record {n}" }, "layout": [ { "section": "Identity", "fields": [ { "path": "Title", "label": "Title", "format": "text" }, { "path": "Name", "label": "Name", "format": "text" }, { "path": "Id", "label": "ID", "format": "text" }, { "path": "Status.Name", "label": "Status", "format": "badge" }, { "path": "Priority.Name", "label": "Priority", "format": "badge" }, { "path": "Tags", "label": "Tags", "format": "chips" } ] }, { "section": "Body", "fields": [ { "path": "Description", "label": "Description", "format": "multiline" }, { "path": "Url", "label": "URL", "format": "link" } ] }, { "section": "Example Array (Cards)", "fields": [ { "path": "Items", "label": "Items", "format": "json", "fields": [ { "path": "Name", "label": "Name", "format": "text" }, { "path": "Date", "label": "Date", "format": "date" }, { "path": "Notes", "label": "Notes", "format": "multiline" } ] } ] } ] }