Variable $NivelFormacaoInputUpdateViewConst

$NivelFormacaoInputUpdateView: {
    properties: {
        slug: {
            description: "Apelido do nível de formação.";
            minLength: 1;
            nullable: false;
            type: "string";
        };
    };
    type: "object";
} = ...