... | ... | @@ -18,16 +18,13 @@ Por ser um banco de dados documental, as informações são persistidas em cole |
|
|
Name (string)
|
|
|
Username (string)
|
|
|
Telefone(Object array)[{
|
|
|
{
|
|
|
Id(hash)
|
|
|
Id(hash)
|
|
|
Ddd(int)
|
|
|
TipoTelefone(string)
|
|
|
TipoTelefone(string)
|
|
|
NumeroTelefone(string)
|
|
|
}
|
|
|
}]
|
|
|
}]
|
|
|
Genero(char/string)
|
|
|
Endereco(Object array)[{
|
|
|
{
|
|
|
Id(hash)
|
|
|
CEP(string)
|
|
|
Rua(string)
|
... | ... | @@ -36,8 +33,7 @@ Por ser um banco de dados documental, as informações são persistidas em cole |
|
|
Bairro(string)
|
|
|
Cidade(string)
|
|
|
Estado(string)
|
|
|
}
|
|
|
}]
|
|
|
}]
|
|
|
}
|
|
|
```
|
|
|
|
... | ... | @@ -50,16 +46,15 @@ Por ser um banco de dados documental, as informações são persistidas em cole |
|
|
Image(object)
|
|
|
Descricao(string)
|
|
|
Tags(object array)[{
|
|
|
NomeTag(string)
|
|
|
NomeTag(string)
|
|
|
TagId(hash)
|
|
|
}]
|
|
|
Like(object array)[{
|
|
|
IdPerfil(hash) || IdUser(hash)
|
|
|
}]
|
|
|
IdPerfil(hash) || IdUser(hash)
|
|
|
}]
|
|
|
Comentarios(object array)[{
|
|
|
IdUser(hash)
|
|
|
Comentario(string)
|
|
|
}]
|
|
|
IdUser(hash)
|
|
|
}]
|
|
|
}
|
|
|
|
|
|
```
|
... | ... | @@ -71,9 +66,7 @@ Por ser um banco de dados documental, as informações são persistidas em cole |
|
|
Descricao (string)
|
|
|
us(hash)
|
|
|
Posts(Object array)[{
|
|
|
{
|
|
|
idPost(hash)
|
|
|
}
|
|
|
}]
|
|
|
}
|
|
|
|
... | ... | |