From 70166217640bc0187880f2609256592b01e3e2cb Mon Sep 17 00:00:00 2001 From: Bruno Nocera Zanette <brunonzanette@gmail.com> Date: Tue, 9 Sep 2014 13:04:00 -0300 Subject: [PATCH] Remove "friends" section from basic file structure Remove "friends" section from basic file structure --- doc/user_section_json_structure.json | 8 -------- doc/user_section_xml_structure.xml | 5 ----- 2 files changed, 13 deletions(-) diff --git a/doc/user_section_json_structure.json b/doc/user_section_json_structure.json index fde2520..0ec310b 100644 --- a/doc/user_section_json_structure.json +++ b/doc/user_section_json_structure.json @@ -4,14 +4,6 @@ "nome": "", - "quantidade_amigos": "", - "amigos": [ - { - "uid": "", - "nome": "" - } - ], - "comunidades": { "dono": [ { diff --git a/doc/user_section_xml_structure.xml b/doc/user_section_xml_structure.xml index eeff4df..9aa41a2 100644 --- a/doc/user_section_xml_structure.xml +++ b/doc/user_section_xml_structure.xml @@ -4,11 +4,6 @@ <nome>''</nome> - <quantidade_amigos>''</quantidade_amigos> - <amigos> - <usuario uid='' href=''>''</usuario> - </amigos> - <comunidades> <dono> <comunidade cid='' href=''>''</comunidade> -- GitLab