Skip to content

Instantly share code, notes, and snippets.

@davidebrig
davidebrig / schema.json
Last active April 16, 2026 15:22
diet_plan_v3
{
"type": "object",
"properties": {
"giorni": {
"type": "array",
"description": "Lista dei giorni con piano pasti",
"items": {
"type": "object",
"properties": {
"giorno": {