Skip to content

Instantly share code, notes, and snippets.

View Lueeh's full-sized avatar

Lueeh

  • Joined Sep 18, 2025
View GitHub Profile
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Planificador Inteligente",
"type": "object",
"properties": {
"titulo": {
"type": "string",
"description": "Resumen breve de la tarea o evento"
},
"tipo": {