Unificar estructuras #64

Closed
opened 2026-03-13 22:44:06 +00:00 by alexrg · 0 comments
Owner

Hacer que la estructura tenga mínimo y máximo:

{
porcentaje: {
      type: "integer",
      minimum: 0,
      maximum: 100,
    },
          
}
image.png
Hacer que la estructura tenga mínimo y máximo: ```json { porcentaje: { type: "integer", minimum: 0, maximum: 100, }, } ``` <img width="595" alt="image.png" src="attachments/be992fb2-5473-4a95-a37e-c9a7c26432bf">
Guillermo.Arrieta was assigned by alexrg 2026-03-13 22:44:10 +00:00
roberto.silva was assigned by alexrg 2026-03-13 22:44:10 +00:00
Sign in to join this conversation.