From 181a0599bfa7858e216cd7fb73dff7f6291d327f Mon Sep 17 00:00:00 2001 From: Bruno Nocera Zanette <brunonzanette@gmail.com> Date: Tue, 7 Oct 2014 15:00:38 -0300 Subject: [PATCH] Update basic structure with "tipo_perfil" tag Update basic structure with "tipo_perfil" tag --- doc/user_section_json_structure.json | 2 ++ doc/user_section_xml_structure.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/user_section_json_structure.json b/doc/user_section_json_structure.json index 0ec310b..f89fc69 100644 --- a/doc/user_section_json_structure.json +++ b/doc/user_section_json_structure.json @@ -3,6 +3,8 @@ "uid": "", "nome": "", + + "tipo_perfil":"", "comunidades": { "dono": [ diff --git a/doc/user_section_xml_structure.xml b/doc/user_section_xml_structure.xml index 9aa41a2..88fab42 100644 --- a/doc/user_section_xml_structure.xml +++ b/doc/user_section_xml_structure.xml @@ -3,6 +3,8 @@ <usuario uid='' href=''> <nome>''</nome> + + <tipo_perfil>''</tipo_perfil> <comunidades> <dono> -- GitLab