Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lautaroschenfeld/3a20d7375370771f490a39171a195fdf to your computer and use it in GitHub Desktop.
Save lautaroschenfeld/3a20d7375370771f490a39171a195fdf to your computer and use it in GitHub Desktop.
{
"type": "object",
"properties": {
"puntos_bien_hechos": { "type": "string" },
"puntos_a_mejorar": { "type": "string" },
"errores_cometidos": { "type": "string" },
"resumen": { "type": "string" }
},
"required": [
"puntos_bien_hechos",
"puntos_a_mejorar",
"errores_cometidos",
"resumen"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment