{
    "options": [
        {
            "fields": [
                {
                    "name": "id",
                    "type": "hidden"
                },
                {
                    "label": "Nombre",
                    "name": "name",
                    "type": "text",
                    "order": 1,
                    "spaces": 2,
                    "optional": false,
                    "validation": {
                        "message": "El estado es requerido"
                    },
                    "testid": "nameToCreate",
                    "visible": true
                },
                {
                    "label": "Color",
                    "name": "color",
                    "type": "color",
                    "advanced": {
                        "mode": "rgb"
                    },
                    "spaces": 2,
                    "order": 2,
                    "optional": true,
                    "visible": false,
                    "value": null
                },
                {
                    "label": "Activo",
                    "name": "active",
                    "type": "checkbox",
                    "spaces": 2,
                    "order": 2,
                    "value": true,
                    "optional": true,
                    "testid": "activeToCreate"
                },
                {
                    "label": "Estimación",
                    "name": "estimation",
                    "type": "checkbox",
                    "spaces": 1,
                    "order": 3,
                    "value": false,
                    "optional": true,
                    "testid": "estimateToCreate"
                },
                {
                    "label": "Aprobación",
                    "name": "approval",
                    "type": "checkbox",
                    "spaces": 1,
                    "order": 4,
                    "value": false,
                    "optional": true,
                    "testid": "approvalToCreate"
                }
            ]
        }
    ],
    "version": 1
}
