{
    "options": [
        {
            "fields": [
                {
                    "name": "url",
                    "label": "Mántum URL",
                    "type": "text",
                    "placeholder": "https://admin.cloudmantum.com/mantum/publico",
                    "optional": false,
                    "spaces": 2,
                    "testid": "url"
                },
                {
                    "name": "name",
                    "label": "Nombre",
                    "type": "text",
                    "placeholder": "Digite el nombre del servicio Mántum",
                    "optional": false,
                    "spaces": 2,
                    "testid": "name"
                },
                {
                    "name": "user",
                    "label": "Usuario",
                    "type": "text",
                    "optional": false,
                    "testid": "user"
                },
                {
                    "name": "password",
                    "label": "Contraseña",
                    "type": "password",
                    "optional": "${BOOLEAN_KEY_OPTIONAL}",
                    "testid": "password"
                },
                {
                    "name": "status",
                    "label": "Activo",
                    "type": "checkbox",
                    "testid": "status"
                }
            ],
            "order": 1
        }
    ]
}
