Update TIMELINE_JSON_AI_GUIDE.txt
Browse files- TIMELINE_JSON_AI_GUIDE.txt +12 -0
TIMELINE_JSON_AI_GUIDE.txt
CHANGED
|
@@ -102,6 +102,18 @@ C. TIPOS ESPECÍFICOS DE ELEMENTOS (ELEMENT.TYPE)
|
|
| 102 |
- "chartTitle", "chartSubtitle", "chartColor" (A cor da barra/linha).
|
| 103 |
- "chartDataConfig": Exige JSON das categorias e séries (ex: `{"categories": ["2010", "2020"], "series": [{"name": "PIB", "color": "#0f0", "data": [10, 50]}]}`).
|
| 104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
-----------------------------------------------------------------------------
|
| 106 |
D. O PODEROSO SISTEMA GERADOR DE MAPAS GEOPOLÍTICOS ("map")
|
| 107 |
-----------------------------------------------------------------------------
|
|
|
|
| 102 |
- "chartTitle", "chartSubtitle", "chartColor" (A cor da barra/linha).
|
| 103 |
- "chartDataConfig": Exige JSON das categorias e séries (ex: `{"categories": ["2010", "2020"], "series": [{"name": "PIB", "color": "#0f0", "data": [10, 50]}]}`).
|
| 104 |
|
| 105 |
+
6. "family_tree" (Árvore Familiar ou Cadeia de Comando)
|
| 106 |
+
- "familyTreeStyle": "rustic" (Madura/Tradicional), "classic" (Militar Documental) ou "blueprint" (Operação Técnica).
|
| 107 |
+
- "familyTreeAnimationDelay": Delay entre a revelação de cada nível (Padrão: 0.5).
|
| 108 |
+
- "familyTreeNodes": Array de objetos de nós:
|
| 109 |
+
- "name": (String) APENAS o nome. Sem títulos, prefixos ou sufixos. Se for muito longo, use o nome pelo qual a pessoa é mais conhecida.
|
| 110 |
+
- "role": (String) O cargo ou título. DEVE SER O MAIS CURTO/ABREVIADO POSSÍVEL.
|
| 111 |
+
- "parentNames": (ARRAY OBRIGATÓRIO PARA AI) Lista de NOMES dos pais/superiores. A engine converte nomes em IDs automaticamente.
|
| 112 |
+
- "partnerNames": (Array) Lista de NOMES de parceiros/cônjuges.
|
| 113 |
+
- "isDeceased": (Boolean) Se verdadeiro, a engine aplica um estilo fúnebre (desaturado com símbolo †).
|
| 114 |
+
- "imageSrc": URL da foto.
|
| 115 |
+
- REGRA CRÍTICA: NUNCA use "parentIds" ou "partnerIds", use sempre "parentNames" e "partnerNames".
|
| 116 |
+
|
| 117 |
-----------------------------------------------------------------------------
|
| 118 |
D. O PODEROSO SISTEMA GERADOR DE MAPAS GEOPOLÍTICOS ("map")
|
| 119 |
-----------------------------------------------------------------------------
|