$UsuarioFindOneResultView:{ properties:{ dateCreated:{ $id:"ladesa://schemas/v3/generics/date_time.json"; $schema:"https://json-schema.org/draft/2020-12/schema"; description:"Data e hora da criação do registro."; format:"date-time"; nullable:false; type:"string"; }; dateDeleted:{ $schema:"https://json-schema.org/draft/2020-12/schema"; description:"Data e hora da exclusão do registro."; format:"date-time"; nullable:true; type:"string"; }; dateUpdated:{ $id:"ladesa://schemas/v3/generics/date_time.json"; $schema:"https://json-schema.org/draft/2020-12/schema"; description:"Data e hora da alteração do registro."; format:"date-time"; nullable:false; type:"string"; }; email:{ description:"E-mail do usuário."; format:"email"; nullable:true; type:"string"; }; id:{ $id:"ladesa://schemas/v3/generics/uuid.json"; $schema:"https://json-schema.org/draft/2020-12/schema"; description:"Identificador do registro (uuid)."; format:"uuid"; nullable:false; type:"string"; }; imagemCapa:{ allOf:readonly[ {$ref:"#/components/schemas/ImagemFindOneResultView"}, ]; description:"Visão FindOne de uma imagem."; kind:"type"; nullable:true; }; imagemPerfil:{ allOf:readonly[ {$ref:"#/components/schemas/ImagemFindOneResultView"}, ]; description:"Visão FindOne de uma imagem."; kind:"type"; nullable:true; }; isSuperUser:{ description:"Diz que o usuário tem poderes de administrador."; nullable:false; type:"boolean"; }; matriculaSiape:{ description:"Matrícula SIAPE do usuário."; minLength:1; nullable:true; type:"string"; }; nome:{ description:"Nome do usuário."; minLength:1; nullable:true; type:"string"; }; }; required:readonly[ "id", "nome", "matriculaSiape", "email", "isSuperUser", "imagemCapa", "imagemPerfil", "dateCreated", "dateUpdated", "dateDeleted", ]; type:"object"; } = ...
Type declaration
Readonlyproperties: { dateCreated:{ $id:"ladesa://schemas/v3/generics/date_time.json"; $schema:"https://json-schema.org/draft/2020-12/schema"; description:"Data e hora da criação do registro."; format:"date-time"; nullable:false; type:"string"; }; dateDeleted:{ $schema:"https://json-schema.org/draft/2020-12/schema"; description:"Data e hora da exclusão do registro."; format:"date-time"; nullable:true; type:"string"; }; dateUpdated:{ $id:"ladesa://schemas/v3/generics/date_time.json"; $schema:"https://json-schema.org/draft/2020-12/schema"; description:"Data e hora da alteração do registro."; format:"date-time"; nullable:false; type:"string"; }; email:{ description:"E-mail do usuário."; format:"email"; nullable:true; type:"string"; }; id:{ $id:"ladesa://schemas/v3/generics/uuid.json"; $schema:"https://json-schema.org/draft/2020-12/schema"; description:"Identificador do registro (uuid)."; format:"uuid"; nullable:false; type:"string"; }; imagemCapa:{ allOf:readonly[ {$ref:"#/components/schemas/ImagemFindOneResultView"}, ]; description:"Visão FindOne de uma imagem."; kind:"type"; nullable:true; }; imagemPerfil:{ allOf:readonly[ {$ref:"#/components/schemas/ImagemFindOneResultView"}, ]; description:"Visão FindOne de uma imagem."; kind:"type"; nullable:true; }; isSuperUser:{ description:"Diz que o usuário tem poderes de administrador."; nullable:false; type:"boolean"; }; matriculaSiape:{ description:"Matrícula SIAPE do usuário."; minLength:1; nullable:true; type:"string"; }; nome:{ description:"Nome do usuário."; minLength:1; nullable:true; type:"string"; }; }