@mindflight/mindbrain-personal-studio 0.6.2 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -8
- package/build/client/_app/immutable/chunks/{D0UIlUGZ.js → BjfgiHck.js} +1 -1
- package/build/client/_app/immutable/chunks/BjfgiHck.js.br +0 -0
- package/build/client/_app/immutable/chunks/BjfgiHck.js.gz +0 -0
- package/build/client/_app/immutable/entry/{app.CR-imLox.js → app.XgS1PoV0.js} +2 -2
- package/build/client/_app/immutable/entry/app.XgS1PoV0.js.br +0 -0
- package/build/client/_app/immutable/entry/app.XgS1PoV0.js.gz +0 -0
- package/build/client/_app/immutable/entry/start.Dtz8dQFZ.js +1 -0
- package/build/client/_app/immutable/entry/start.Dtz8dQFZ.js.br +2 -0
- package/build/client/_app/immutable/entry/start.Dtz8dQFZ.js.gz +0 -0
- package/build/client/_app/immutable/nodes/{1.CTEedoSY.js → 1.Cs3BmvHO.js} +1 -1
- package/build/client/_app/immutable/nodes/1.Cs3BmvHO.js.br +3 -0
- package/build/client/_app/immutable/nodes/1.Cs3BmvHO.js.gz +0 -0
- package/build/client/_app/version.json +1 -1
- package/build/client/_app/version.json.br +0 -0
- package/build/client/_app/version.json.gz +0 -0
- package/build/handler.js +4 -4
- package/build/index.js +4 -4
- package/build/server/chunks/chunks/{internal.js-WOmQXGMa.js → internal.js-BnebQ91H.js} +2 -2
- package/build/server/chunks/chunks/{internal.js-WOmQXGMa.js.map → internal.js-BnebQ91H.js.map} +1 -1
- package/build/server/chunks/{handler-BIDedSZq.js → handler-B8M0DnFi.js} +3 -3
- package/build/server/chunks/{handler-BIDedSZq.js.map → handler-B8M0DnFi.js.map} +1 -1
- package/build/server/chunks/{index.js-YVPJa0so.js → index.js-qz9YZN7m.js} +2 -2
- package/build/server/chunks/{index.js-YVPJa0so.js.map → index.js-qz9YZN7m.js.map} +1 -1
- package/build/server/chunks/{manifest.js-aGRKuiqF.js → manifest.js-BxEwHoCX.js} +3 -3
- package/build/server/chunks/{manifest.js-aGRKuiqF.js.map → manifest.js-BxEwHoCX.js.map} +1 -1
- package/build/server/chunks/nodes/{1.js-Dhh3ErZY.js → 1.js-D3KAPgsF.js} +2 -2
- package/build/server/chunks/nodes/{1.js-Dhh3ErZY.js.map → 1.js-D3KAPgsF.js.map} +1 -1
- package/examples/immeuble/ACCEPTANCE.yaml +82 -0
- package/examples/immeuble/BIM_LITE.md +15 -0
- package/examples/immeuble/CHECKLIST.md +128 -0
- package/examples/immeuble/README.md +121 -0
- package/examples/immeuble/bundle/immeuble.bundle.json +22786 -0
- package/examples/immeuble/contracts/answer_artifacts.seed.jsonl +34 -0
- package/examples/immeuble/contracts/business_capabilities.seed.jsonl +25 -0
- package/examples/immeuble/contracts/consumer_contract.yaml +131 -0
- package/examples/immeuble/contracts/immeuble_structured_import_model.json +310 -0
- package/examples/immeuble/contracts/mapping_external_to_canonical.json +375 -0
- package/examples/immeuble/contracts/mapping_external_to_canonical.yaml +55 -0
- package/examples/immeuble/contracts/mapping_external_to_canonical_ws.json +65 -0
- package/examples/immeuble/contracts/model_contract.json +943 -0
- package/examples/immeuble/contracts/projection_catalog.yaml +366 -0
- package/examples/immeuble/contracts/scenarios.yaml +27 -0
- package/examples/immeuble/contracts/semantic_proposal.golden.json +1 -0
- package/examples/immeuble/contracts/source_profile.yaml +38 -0
- package/examples/immeuble/fake_data/DeltaFinding.csv +20 -0
- package/examples/immeuble/fake_data/ProjectionResult.csv +13 -0
- package/examples/immeuble/fake_data/ag_meeting.csv +4 -0
- package/examples/immeuble/fake_data/agenda_item.csv +4 -0
- package/examples/immeuble/fake_data/architect.csv +3 -0
- package/examples/immeuble/fake_data/architecture_firm.csv +2 -0
- package/examples/immeuble/fake_data/bank_account.csv +3 -0
- package/examples/immeuble/fake_data/billing_group.csv +41 -0
- package/examples/immeuble/fake_data/block.csv +10 -0
- package/examples/immeuble/fake_data/budget_line.csv +3 -0
- package/examples/immeuble/fake_data/building.csv +6 -0
- package/examples/immeuble/fake_data/cellar.csv +41 -0
- package/examples/immeuble/fake_data/change_order.csv +2 -0
- package/examples/immeuble/fake_data/charge_call.csv +58 -0
- package/examples/immeuble/fake_data/claim.csv +4 -0
- package/examples/immeuble/fake_data/coda_entry.csv +49 -0
- package/examples/immeuble/fake_data/compliance_certificate.csv +10 -0
- package/examples/immeuble/fake_data/contractor.csv +4 -0
- package/examples/immeuble/fake_data/decision.csv +5 -0
- package/examples/immeuble/fake_data/defect_reserve.csv +3 -0
- package/examples/immeuble/fake_data/household.csv +41 -0
- package/examples/immeuble/fake_data/inspection.csv +3 -0
- package/examples/immeuble/fake_data/insurance_policy.csv +4 -0
- package/examples/immeuble/fake_data/intervention.csv +13 -0
- package/examples/immeuble/fake_data/invoice.csv +3 -0
- package/examples/immeuble/fake_data/lease_contract.csv +12 -0
- package/examples/immeuble/fake_data/maintenance_ticket.csv +13 -0
- package/examples/immeuble/fake_data/meter.csv +4 -0
- package/examples/immeuble/fake_data/meter_reading.csv +19 -0
- package/examples/immeuble/fake_data/milestone.csv +3 -0
- package/examples/immeuble/fake_data/organization.csv +12 -0
- package/examples/immeuble/fake_data/parking_space.csv +8 -0
- package/examples/immeuble/fake_data/permit.csv +3 -0
- package/examples/immeuble/fake_data/person.csv +85 -0
- package/examples/immeuble/fake_data/private_garden.csv +7 -0
- package/examples/immeuble/fake_data/progress_event.csv +2 -0
- package/examples/immeuble/fake_data/quote.csv +3 -0
- package/examples/immeuble/fake_data/receipt.csv +2 -0
- package/examples/immeuble/fake_data/reminder.csv +11 -0
- package/examples/immeuble/fake_data/service_contract.csv +4 -0
- package/examples/immeuble/fake_data/shared_equipment.csv +8 -0
- package/examples/immeuble/fake_data/shared_space.csv +10 -0
- package/examples/immeuble/fake_data/unit.csv +41 -0
- package/examples/immeuble/fake_data/work_package.csv +4 -0
- package/examples/immeuble/fake_data/worksite_project.csv +3 -0
- package/examples/immeuble/gap-rules/L0-patrimoine.json +57 -0
- package/examples/immeuble/gap-rules/L1-syndic-naive.json +36 -0
- package/examples/immeuble/gap-rules/L1-syndic.json +61 -0
- package/examples/immeuble/gap-rules/L2-chantier.json +87 -0
- package/examples/immeuble/gap-rules/L2-exploitation.json +87 -0
- package/examples/immeuble/gap-rules/L2-finance.json +48 -0
- package/examples/immeuble/gap-rules/L2-maintenance.json +107 -0
- package/examples/immeuble/gap-rules/L2-syndic-filtered.json +39 -0
- package/examples/immeuble/gap-rules/L3-full.json +332 -0
- package/examples/immeuble/gap-rules/closed-world-contract.md +76 -0
- package/examples/immeuble/gap-rules/demo.json +51 -0
- package/examples/immeuble/gap-rules/expected-findings.yaml +100 -0
- package/examples/immeuble/gap-rules/gap-scenarios.yaml +79 -0
- package/examples/immeuble/gap-rules/motifs.json +38 -0
- package/examples/immeuble/gap-rules/syndic.json +40 -0
- package/examples/immeuble/import_manifest.yaml +25 -0
- package/examples/immeuble/import_ready/graph_edges_import.csv +848 -0
- package/examples/immeuble/import_ready/mfo_facets_import.csv +559 -0
- package/examples/immeuble/index.md +140 -0
- package/examples/immeuble/model/immeuble_model.json +418 -0
- package/examples/immeuble/reports/01-model.validation.json +56 -0
- package/examples/immeuble/reports/02-mapping.validation.json +9 -0
- package/examples/immeuble/reports/acceptance.validation.json +161 -0
- package/examples/immeuble/reports/consumer_contract.validation.json +162 -0
- package/examples/immeuble/reports/graph_edges.jsonl +847 -0
- package/examples/immeuble/reports/graph_nodes.jsonl +558 -0
- package/examples/immeuble/reports/hybrid-compare.json +144 -0
- package/examples/immeuble/reports/immeuble-import-scenario.json +233 -0
- package/examples/immeuble/reports/live-artifacts-refresh.validation.json +51 -0
- package/examples/immeuble/reports/pipeline_audit.json +59 -0
- package/examples/immeuble/reports/projection_audit.json +69 -0
- package/examples/immeuble/reports/projection_audit_immeuble.json +257 -0
- package/examples/immeuble/reports/projection_audit_immeuble.md +122 -0
- package/examples/immeuble/reports/projection_candidates.json +1596 -0
- package/examples/immeuble/reports/projection_candidates.md +117 -0
- package/examples/immeuble/reports/projection_model_validation.md +115 -0
- package/examples/immeuble/reports/reindex.json +4 -0
- package/examples/immeuble/reports/reset-immeuble-workspace.json +32 -0
- package/examples/immeuble/reports/schema-id-prefix-check.json +5 -0
- package/examples/immeuble/scripts/audit-immeuble-projections.mjs +254 -0
- package/examples/immeuble/scripts/build-immeuble-model.mjs +308 -0
- package/examples/immeuble/scripts/compare-immeuble-snapshots.sh +227 -0
- package/examples/immeuble/scripts/enrich-immeuble-demo.mjs +1135 -0
- package/examples/immeuble/scripts/reset-immeuble-workspace.mjs +139 -0
- package/examples/immeuble/scripts/run-immeuble-backend.sh +164 -0
- package/examples/immeuble/scripts/run-immeuble-import.mjs +232 -0
- package/examples/immeuble/scripts/run-immeuble-live-lab.sh +439 -0
- package/examples/immeuble/scripts/seed-immeuble-gap-rules.mjs +103 -0
- package/examples/immeuble/scripts/start-immeuble-demo.sh +52 -0
- package/examples/immeuble/scripts/starterkit/analysis-lenses.mjs +181 -0
- package/examples/immeuble/scripts/starterkit/analyze-projection-candidates.mjs +714 -0
- package/examples/immeuble/scripts/starterkit/audit-ghostcrab-projections.mjs +674 -0
- package/examples/immeuble/scripts/starterkit/facet-prefix.mjs +166 -0
- package/examples/immeuble/scripts/starterkit/sqlite-utils.mjs +131 -0
- package/examples/immeuble/scripts/verify-immeuble-acceptance.mjs +284 -0
- package/examples/immeuble/scripts/verify-immeuble-live-artifacts.mjs +140 -0
- package/examples/immeuble/scripts/yaml-lite.mjs +96 -0
- package/examples/immeuble/sources/agent-prompts/prompts/00-prerequisites-immo-mcp.md +161 -0
- package/examples/immeuble/sources/agent-prompts/prompts/00-prerequisites.md +39 -0
- package/examples/immeuble/sources/agent-prompts/prompts/01-discovery-and-model-proposal.md +42 -0
- package/examples/immeuble/sources/agent-prompts/prompts/02-ontology-register.md +44 -0
- package/examples/immeuble/sources/agent-prompts/prompts/03-gap-rules-design.md +44 -0
- package/examples/immeuble/sources/agent-prompts/prompts/04-document-ingest.md +40 -0
- package/examples/immeuble/sources/agent-prompts/prompts/05-graph-extraction.md +44 -0
- package/examples/immeuble/sources/agent-prompts/prompts/06-validate-and-compare-immo-mcp.md +109 -0
- package/examples/immeuble/sources/agent-prompts/prompts/06-validate-and-compare-test-immo-mcp3.md +30 -0
- package/examples/immeuble/sources/agent-prompts/prompts/06-validate-and-compare.md +63 -0
- package/examples/immeuble/sources/checklists/gap-rules-checklist.md +42 -0
- package/examples/immeuble/sources/checklists/ontology-checklist.md +54 -0
- package/examples/immeuble/sources/documents/README.md +42 -0
- package/examples/immeuble/sources/documents/annexes-caves-garages-jardins.md +8 -0
- package/examples/immeuble/sources/documents/annexes-jardins-garages.md +1 -0
- package/examples/immeuble/sources/documents/baux-erables.md +1 -0
- package/examples/immeuble/sources/documents/baux-locatifs.md +11 -0
- package/examples/immeuble/sources/documents/coda-janvier-2026.md +10 -0
- package/examples/immeuble/sources/documents/composition-menages.md +1 -0
- package/examples/immeuble/sources/documents/composition-occupants.md +18 -0
- package/examples/immeuble/sources/documents/expected-coverage.json +70 -0
- package/examples/immeuble/sources/documents/extrait-coda-janvier-2026.md +1 -0
- package/examples/immeuble/sources/documents/groupes-facturation.md +30 -0
- package/examples/immeuble/sources/documents/manifest.json +79 -0
- package/examples/immeuble/sources/documents/note-architecte-chantier-erables.md +3 -0
- package/examples/immeuble/sources/documents/permis-urbanisme-erables.md +3 -0
- package/examples/immeuble/sources/documents/procedures-operationnelles.md +3 -0
- package/examples/immeuble/sources/documents/pv-ag-budget-2026.md +1 -0
- package/examples/immeuble/sources/documents/pv-reception-reserves-erables.md +3 -0
- package/examples/immeuble/sources/documents/registre-coproprietaires.md +24 -0
- package/examples/immeuble/sources/documents/reglement-copropriete-tilleuls.md +1 -0
- package/examples/immeuble/sources/documents/statuts-erables.md +22 -0
- package/examples/immeuble/sources/documents/statuts-tilleuls.md +19 -0
- package/examples/immeuble/sources/documents/succession-jean-dupont.md +3 -0
- package/examples/immeuble/sources/documents/titre-propriete-tilleuls-a3.md +1 -0
- package/examples/immeuble/sources/documents/trous-pedagogiques.md +3 -0
- package/examples/immeuble/sources/ontology/README.md +1 -0
- package/examples/immeuble/sources/ontology/core.yaml +444 -0
- package/examples/immeuble/success-criteria.yaml +35 -0
- package/fixtures/immeuble-demo.sqlite +0 -0
- package/package.json +11 -2
- package/scripts/lib/sqlite-runtime.mjs +1 -1
- package/scripts/load-immeuble-demo.sh +179 -0
- package/scripts/seed-immeuble-projections.mjs +75 -148
- package/scripts/verify-immeuble-demo-sources.mjs +93 -0
- package/scripts/verify-immeuble-demo.mjs +69 -0
- package/build/client/_app/immutable/chunks/D0UIlUGZ.js.br +0 -0
- package/build/client/_app/immutable/chunks/D0UIlUGZ.js.gz +0 -0
- package/build/client/_app/immutable/entry/app.CR-imLox.js.br +0 -0
- package/build/client/_app/immutable/entry/app.CR-imLox.js.gz +0 -0
- package/build/client/_app/immutable/entry/start.DV-AjeAB.js +0 -1
- package/build/client/_app/immutable/entry/start.DV-AjeAB.js.br +0 -2
- package/build/client/_app/immutable/entry/start.DV-AjeAB.js.gz +0 -0
- package/build/client/_app/immutable/nodes/1.CTEedoSY.js.br +0 -0
- package/build/client/_app/immutable/nodes/1.CTEedoSY.js.gz +0 -0
|
@@ -0,0 +1,943 @@
|
|
|
1
|
+
{
|
|
2
|
+
"workspace_id": "immeuble",
|
|
3
|
+
"label": "Immeuble StarterKit model contract",
|
|
4
|
+
"version": "2026-06-14",
|
|
5
|
+
"schemas": {
|
|
6
|
+
"immeuble:core:bank_account": {
|
|
7
|
+
"label": "bank_account",
|
|
8
|
+
"facets": {
|
|
9
|
+
"bank_account.confidence": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"storage_key": "confidence"
|
|
12
|
+
},
|
|
13
|
+
"bank_account.entity_id": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"storage_key": "entity_id"
|
|
16
|
+
},
|
|
17
|
+
"bank_account.entity_type": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"storage_key": "entity_type"
|
|
20
|
+
},
|
|
21
|
+
"bank_account.iban": {
|
|
22
|
+
"type": "string",
|
|
23
|
+
"storage_key": "iban"
|
|
24
|
+
},
|
|
25
|
+
"bank_account.name": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"storage_key": "name"
|
|
28
|
+
},
|
|
29
|
+
"bank_account.ontology": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"storage_key": "ontology"
|
|
32
|
+
},
|
|
33
|
+
"bank_account.source": {
|
|
34
|
+
"type": "string",
|
|
35
|
+
"storage_key": "source"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"immeuble:core:billing_group": {
|
|
40
|
+
"label": "billing_group",
|
|
41
|
+
"facets": {
|
|
42
|
+
"billing_group.confidence": {
|
|
43
|
+
"type": "string",
|
|
44
|
+
"storage_key": "confidence"
|
|
45
|
+
},
|
|
46
|
+
"billing_group.entity_id": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"storage_key": "entity_id"
|
|
49
|
+
},
|
|
50
|
+
"billing_group.entity_type": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"storage_key": "entity_type"
|
|
53
|
+
},
|
|
54
|
+
"billing_group.name": {
|
|
55
|
+
"type": "string",
|
|
56
|
+
"storage_key": "name"
|
|
57
|
+
},
|
|
58
|
+
"billing_group.ontology": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"storage_key": "ontology"
|
|
61
|
+
},
|
|
62
|
+
"billing_group.source": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"storage_key": "source"
|
|
65
|
+
},
|
|
66
|
+
"billing_group.split": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"storage_key": "split"
|
|
69
|
+
},
|
|
70
|
+
"billing_group.status": {
|
|
71
|
+
"type": "string",
|
|
72
|
+
"storage_key": "status"
|
|
73
|
+
},
|
|
74
|
+
"billing_group.unit_id": {
|
|
75
|
+
"type": "string",
|
|
76
|
+
"storage_key": "unit_id"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"immeuble:core:block": {
|
|
81
|
+
"label": "block",
|
|
82
|
+
"facets": {
|
|
83
|
+
"block.building": {
|
|
84
|
+
"type": "string",
|
|
85
|
+
"storage_key": "building"
|
|
86
|
+
},
|
|
87
|
+
"block.building_id": {
|
|
88
|
+
"type": "string",
|
|
89
|
+
"storage_key": "building_id"
|
|
90
|
+
},
|
|
91
|
+
"block.confidence": {
|
|
92
|
+
"type": "string",
|
|
93
|
+
"storage_key": "confidence"
|
|
94
|
+
},
|
|
95
|
+
"block.entity_id": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"storage_key": "entity_id"
|
|
98
|
+
},
|
|
99
|
+
"block.entity_type": {
|
|
100
|
+
"type": "string",
|
|
101
|
+
"storage_key": "entity_type"
|
|
102
|
+
},
|
|
103
|
+
"block.name": {
|
|
104
|
+
"type": "string",
|
|
105
|
+
"storage_key": "name"
|
|
106
|
+
},
|
|
107
|
+
"block.ontology": {
|
|
108
|
+
"type": "string",
|
|
109
|
+
"storage_key": "ontology"
|
|
110
|
+
},
|
|
111
|
+
"block.source": {
|
|
112
|
+
"type": "string",
|
|
113
|
+
"storage_key": "source"
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"immeuble:core:building": {
|
|
118
|
+
"label": "building",
|
|
119
|
+
"facets": {
|
|
120
|
+
"building.address": {
|
|
121
|
+
"type": "string",
|
|
122
|
+
"storage_key": "address"
|
|
123
|
+
},
|
|
124
|
+
"building.confidence": {
|
|
125
|
+
"type": "string",
|
|
126
|
+
"storage_key": "confidence"
|
|
127
|
+
},
|
|
128
|
+
"building.entity_id": {
|
|
129
|
+
"type": "string",
|
|
130
|
+
"storage_key": "entity_id"
|
|
131
|
+
},
|
|
132
|
+
"building.entity_type": {
|
|
133
|
+
"type": "string",
|
|
134
|
+
"storage_key": "entity_type"
|
|
135
|
+
},
|
|
136
|
+
"building.name": {
|
|
137
|
+
"type": "string",
|
|
138
|
+
"storage_key": "name"
|
|
139
|
+
},
|
|
140
|
+
"building.ontology": {
|
|
141
|
+
"type": "string",
|
|
142
|
+
"storage_key": "ontology"
|
|
143
|
+
},
|
|
144
|
+
"building.quota_basis": {
|
|
145
|
+
"type": "string",
|
|
146
|
+
"storage_key": "quota_basis"
|
|
147
|
+
},
|
|
148
|
+
"building.source": {
|
|
149
|
+
"type": "string",
|
|
150
|
+
"storage_key": "source"
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"immeuble:core:cellar": {
|
|
155
|
+
"label": "cellar",
|
|
156
|
+
"facets": {
|
|
157
|
+
"cellar.block": {
|
|
158
|
+
"type": "string",
|
|
159
|
+
"storage_key": "block"
|
|
160
|
+
},
|
|
161
|
+
"cellar.building_id": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"storage_key": "building_id"
|
|
164
|
+
},
|
|
165
|
+
"cellar.confidence": {
|
|
166
|
+
"type": "string",
|
|
167
|
+
"storage_key": "confidence"
|
|
168
|
+
},
|
|
169
|
+
"cellar.entity_id": {
|
|
170
|
+
"type": "string",
|
|
171
|
+
"storage_key": "entity_id"
|
|
172
|
+
},
|
|
173
|
+
"cellar.entity_type": {
|
|
174
|
+
"type": "string",
|
|
175
|
+
"storage_key": "entity_type"
|
|
176
|
+
},
|
|
177
|
+
"cellar.lot": {
|
|
178
|
+
"type": "string",
|
|
179
|
+
"storage_key": "lot"
|
|
180
|
+
},
|
|
181
|
+
"cellar.name": {
|
|
182
|
+
"type": "string",
|
|
183
|
+
"storage_key": "name"
|
|
184
|
+
},
|
|
185
|
+
"cellar.ontology": {
|
|
186
|
+
"type": "string",
|
|
187
|
+
"storage_key": "ontology"
|
|
188
|
+
},
|
|
189
|
+
"cellar.source": {
|
|
190
|
+
"type": "string",
|
|
191
|
+
"storage_key": "source"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"immeuble:core:charge_call": {
|
|
196
|
+
"label": "charge_call",
|
|
197
|
+
"facets": {
|
|
198
|
+
"charge_call.amount": {
|
|
199
|
+
"type": "string",
|
|
200
|
+
"storage_key": "amount"
|
|
201
|
+
},
|
|
202
|
+
"charge_call.confidence": {
|
|
203
|
+
"type": "string",
|
|
204
|
+
"storage_key": "confidence"
|
|
205
|
+
},
|
|
206
|
+
"charge_call.currency": {
|
|
207
|
+
"type": "string",
|
|
208
|
+
"storage_key": "currency"
|
|
209
|
+
},
|
|
210
|
+
"charge_call.entity_id": {
|
|
211
|
+
"type": "string",
|
|
212
|
+
"storage_key": "entity_id"
|
|
213
|
+
},
|
|
214
|
+
"charge_call.entity_type": {
|
|
215
|
+
"type": "string",
|
|
216
|
+
"storage_key": "entity_type"
|
|
217
|
+
},
|
|
218
|
+
"charge_call.name": {
|
|
219
|
+
"type": "string",
|
|
220
|
+
"storage_key": "name"
|
|
221
|
+
},
|
|
222
|
+
"charge_call.ontology": {
|
|
223
|
+
"type": "string",
|
|
224
|
+
"storage_key": "ontology"
|
|
225
|
+
},
|
|
226
|
+
"charge_call.period": {
|
|
227
|
+
"type": "string",
|
|
228
|
+
"storage_key": "period"
|
|
229
|
+
},
|
|
230
|
+
"charge_call.source": {
|
|
231
|
+
"type": "string",
|
|
232
|
+
"storage_key": "source"
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"immeuble:core:coda_entry": {
|
|
237
|
+
"label": "coda_entry",
|
|
238
|
+
"facets": {
|
|
239
|
+
"coda_entry.amount": {
|
|
240
|
+
"type": "string",
|
|
241
|
+
"storage_key": "amount"
|
|
242
|
+
},
|
|
243
|
+
"coda_entry.communication": {
|
|
244
|
+
"type": "string",
|
|
245
|
+
"storage_key": "communication"
|
|
246
|
+
},
|
|
247
|
+
"coda_entry.confidence": {
|
|
248
|
+
"type": "string",
|
|
249
|
+
"storage_key": "confidence"
|
|
250
|
+
},
|
|
251
|
+
"coda_entry.currency": {
|
|
252
|
+
"type": "string",
|
|
253
|
+
"storage_key": "currency"
|
|
254
|
+
},
|
|
255
|
+
"coda_entry.entity_id": {
|
|
256
|
+
"type": "string",
|
|
257
|
+
"storage_key": "entity_id"
|
|
258
|
+
},
|
|
259
|
+
"coda_entry.entity_type": {
|
|
260
|
+
"type": "string",
|
|
261
|
+
"storage_key": "entity_type"
|
|
262
|
+
},
|
|
263
|
+
"coda_entry.name": {
|
|
264
|
+
"type": "string",
|
|
265
|
+
"storage_key": "name"
|
|
266
|
+
},
|
|
267
|
+
"coda_entry.ontology": {
|
|
268
|
+
"type": "string",
|
|
269
|
+
"storage_key": "ontology"
|
|
270
|
+
},
|
|
271
|
+
"coda_entry.source": {
|
|
272
|
+
"type": "string",
|
|
273
|
+
"storage_key": "source"
|
|
274
|
+
},
|
|
275
|
+
"coda_entry.status": {
|
|
276
|
+
"type": "string",
|
|
277
|
+
"storage_key": "status"
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"immeuble:core:decision": {
|
|
282
|
+
"label": "decision",
|
|
283
|
+
"facets": {
|
|
284
|
+
"decision.confidence": {
|
|
285
|
+
"type": "string",
|
|
286
|
+
"storage_key": "confidence"
|
|
287
|
+
},
|
|
288
|
+
"decision.date": {
|
|
289
|
+
"type": "string",
|
|
290
|
+
"storage_key": "date"
|
|
291
|
+
},
|
|
292
|
+
"decision.entity_id": {
|
|
293
|
+
"type": "string",
|
|
294
|
+
"storage_key": "entity_id"
|
|
295
|
+
},
|
|
296
|
+
"decision.entity_type": {
|
|
297
|
+
"type": "string",
|
|
298
|
+
"storage_key": "entity_type"
|
|
299
|
+
},
|
|
300
|
+
"decision.name": {
|
|
301
|
+
"type": "string",
|
|
302
|
+
"storage_key": "name"
|
|
303
|
+
},
|
|
304
|
+
"decision.ontology": {
|
|
305
|
+
"type": "string",
|
|
306
|
+
"storage_key": "ontology"
|
|
307
|
+
},
|
|
308
|
+
"decision.source": {
|
|
309
|
+
"type": "string",
|
|
310
|
+
"storage_key": "source"
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"immeuble:core:household": {
|
|
315
|
+
"label": "household",
|
|
316
|
+
"facets": {
|
|
317
|
+
"household.confidence": {
|
|
318
|
+
"type": "string",
|
|
319
|
+
"storage_key": "confidence"
|
|
320
|
+
},
|
|
321
|
+
"household.entity_id": {
|
|
322
|
+
"type": "string",
|
|
323
|
+
"storage_key": "entity_id"
|
|
324
|
+
},
|
|
325
|
+
"household.entity_type": {
|
|
326
|
+
"type": "string",
|
|
327
|
+
"storage_key": "entity_type"
|
|
328
|
+
},
|
|
329
|
+
"household.household_status": {
|
|
330
|
+
"type": "string",
|
|
331
|
+
"storage_key": "household_status"
|
|
332
|
+
},
|
|
333
|
+
"household.name": {
|
|
334
|
+
"type": "string",
|
|
335
|
+
"storage_key": "name"
|
|
336
|
+
},
|
|
337
|
+
"household.ontology": {
|
|
338
|
+
"type": "string",
|
|
339
|
+
"storage_key": "ontology"
|
|
340
|
+
},
|
|
341
|
+
"household.source": {
|
|
342
|
+
"type": "string",
|
|
343
|
+
"storage_key": "source"
|
|
344
|
+
},
|
|
345
|
+
"household.unit_id": {
|
|
346
|
+
"type": "string",
|
|
347
|
+
"storage_key": "unit_id"
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"immeuble:core:lease_contract": {
|
|
352
|
+
"label": "lease_contract",
|
|
353
|
+
"facets": {
|
|
354
|
+
"lease_contract.confidence": {
|
|
355
|
+
"type": "string",
|
|
356
|
+
"storage_key": "confidence"
|
|
357
|
+
},
|
|
358
|
+
"lease_contract.currency": {
|
|
359
|
+
"type": "string",
|
|
360
|
+
"storage_key": "currency"
|
|
361
|
+
},
|
|
362
|
+
"lease_contract.entity_id": {
|
|
363
|
+
"type": "string",
|
|
364
|
+
"storage_key": "entity_id"
|
|
365
|
+
},
|
|
366
|
+
"lease_contract.entity_type": {
|
|
367
|
+
"type": "string",
|
|
368
|
+
"storage_key": "entity_type"
|
|
369
|
+
},
|
|
370
|
+
"lease_contract.household_id": {
|
|
371
|
+
"type": "string",
|
|
372
|
+
"storage_key": "household_id"
|
|
373
|
+
},
|
|
374
|
+
"lease_contract.landlord_id": {
|
|
375
|
+
"type": "string",
|
|
376
|
+
"storage_key": "landlord_id"
|
|
377
|
+
},
|
|
378
|
+
"lease_contract.monthly_rent": {
|
|
379
|
+
"type": "string",
|
|
380
|
+
"storage_key": "monthly_rent"
|
|
381
|
+
},
|
|
382
|
+
"lease_contract.name": {
|
|
383
|
+
"type": "string",
|
|
384
|
+
"storage_key": "name"
|
|
385
|
+
},
|
|
386
|
+
"lease_contract.ontology": {
|
|
387
|
+
"type": "string",
|
|
388
|
+
"storage_key": "ontology"
|
|
389
|
+
},
|
|
390
|
+
"lease_contract.source": {
|
|
391
|
+
"type": "string",
|
|
392
|
+
"storage_key": "source"
|
|
393
|
+
},
|
|
394
|
+
"lease_contract.unit_id": {
|
|
395
|
+
"type": "string",
|
|
396
|
+
"storage_key": "unit_id"
|
|
397
|
+
},
|
|
398
|
+
"lease_contract.validFrom": {
|
|
399
|
+
"type": "string",
|
|
400
|
+
"storage_key": "validFrom"
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
"immeuble:core:organization": {
|
|
405
|
+
"label": "organization",
|
|
406
|
+
"facets": {
|
|
407
|
+
"organization.confidence": {
|
|
408
|
+
"type": "string",
|
|
409
|
+
"storage_key": "confidence"
|
|
410
|
+
},
|
|
411
|
+
"organization.entity_id": {
|
|
412
|
+
"type": "string",
|
|
413
|
+
"storage_key": "entity_id"
|
|
414
|
+
},
|
|
415
|
+
"organization.entity_type": {
|
|
416
|
+
"type": "string",
|
|
417
|
+
"storage_key": "entity_type"
|
|
418
|
+
},
|
|
419
|
+
"organization.name": {
|
|
420
|
+
"type": "string",
|
|
421
|
+
"storage_key": "name"
|
|
422
|
+
},
|
|
423
|
+
"organization.ontology": {
|
|
424
|
+
"type": "string",
|
|
425
|
+
"storage_key": "ontology"
|
|
426
|
+
},
|
|
427
|
+
"organization.role": {
|
|
428
|
+
"type": "string",
|
|
429
|
+
"storage_key": "role"
|
|
430
|
+
},
|
|
431
|
+
"organization.source": {
|
|
432
|
+
"type": "string",
|
|
433
|
+
"storage_key": "source"
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"immeuble:core:parking_space": {
|
|
438
|
+
"label": "parking_space",
|
|
439
|
+
"facets": {
|
|
440
|
+
"parking_space.block": {
|
|
441
|
+
"type": "string",
|
|
442
|
+
"storage_key": "block"
|
|
443
|
+
},
|
|
444
|
+
"parking_space.building_id": {
|
|
445
|
+
"type": "string",
|
|
446
|
+
"storage_key": "building_id"
|
|
447
|
+
},
|
|
448
|
+
"parking_space.confidence": {
|
|
449
|
+
"type": "string",
|
|
450
|
+
"storage_key": "confidence"
|
|
451
|
+
},
|
|
452
|
+
"parking_space.entity_id": {
|
|
453
|
+
"type": "string",
|
|
454
|
+
"storage_key": "entity_id"
|
|
455
|
+
},
|
|
456
|
+
"parking_space.entity_type": {
|
|
457
|
+
"type": "string",
|
|
458
|
+
"storage_key": "entity_type"
|
|
459
|
+
},
|
|
460
|
+
"parking_space.lot": {
|
|
461
|
+
"type": "string",
|
|
462
|
+
"storage_key": "lot"
|
|
463
|
+
},
|
|
464
|
+
"parking_space.name": {
|
|
465
|
+
"type": "string",
|
|
466
|
+
"storage_key": "name"
|
|
467
|
+
},
|
|
468
|
+
"parking_space.ontology": {
|
|
469
|
+
"type": "string",
|
|
470
|
+
"storage_key": "ontology"
|
|
471
|
+
},
|
|
472
|
+
"parking_space.parking_kind": {
|
|
473
|
+
"type": "string",
|
|
474
|
+
"storage_key": "parking_kind"
|
|
475
|
+
},
|
|
476
|
+
"parking_space.source": {
|
|
477
|
+
"type": "string",
|
|
478
|
+
"storage_key": "source"
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"immeuble:core:person": {
|
|
483
|
+
"label": "person",
|
|
484
|
+
"facets": {
|
|
485
|
+
"person.age_band": {
|
|
486
|
+
"type": "string",
|
|
487
|
+
"storage_key": "age_band"
|
|
488
|
+
},
|
|
489
|
+
"person.confidence": {
|
|
490
|
+
"type": "string",
|
|
491
|
+
"storage_key": "confidence"
|
|
492
|
+
},
|
|
493
|
+
"person.entity_id": {
|
|
494
|
+
"type": "string",
|
|
495
|
+
"storage_key": "entity_id"
|
|
496
|
+
},
|
|
497
|
+
"person.entity_type": {
|
|
498
|
+
"type": "string",
|
|
499
|
+
"storage_key": "entity_type"
|
|
500
|
+
},
|
|
501
|
+
"person.external_id": {
|
|
502
|
+
"type": "string",
|
|
503
|
+
"storage_key": "external_id"
|
|
504
|
+
},
|
|
505
|
+
"person.household_role": {
|
|
506
|
+
"type": "string",
|
|
507
|
+
"storage_key": "household_role"
|
|
508
|
+
},
|
|
509
|
+
"person.name": {
|
|
510
|
+
"type": "string",
|
|
511
|
+
"storage_key": "name"
|
|
512
|
+
},
|
|
513
|
+
"person.ontology": {
|
|
514
|
+
"type": "string",
|
|
515
|
+
"storage_key": "ontology"
|
|
516
|
+
},
|
|
517
|
+
"person.role": {
|
|
518
|
+
"type": "string",
|
|
519
|
+
"storage_key": "role"
|
|
520
|
+
},
|
|
521
|
+
"person.source": {
|
|
522
|
+
"type": "string",
|
|
523
|
+
"storage_key": "source"
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
"immeuble:core:private_garden": {
|
|
528
|
+
"label": "private_garden",
|
|
529
|
+
"facets": {
|
|
530
|
+
"private_garden.block": {
|
|
531
|
+
"type": "string",
|
|
532
|
+
"storage_key": "block"
|
|
533
|
+
},
|
|
534
|
+
"private_garden.building_id": {
|
|
535
|
+
"type": "string",
|
|
536
|
+
"storage_key": "building_id"
|
|
537
|
+
},
|
|
538
|
+
"private_garden.confidence": {
|
|
539
|
+
"type": "string",
|
|
540
|
+
"storage_key": "confidence"
|
|
541
|
+
},
|
|
542
|
+
"private_garden.entity_id": {
|
|
543
|
+
"type": "string",
|
|
544
|
+
"storage_key": "entity_id"
|
|
545
|
+
},
|
|
546
|
+
"private_garden.entity_type": {
|
|
547
|
+
"type": "string",
|
|
548
|
+
"storage_key": "entity_type"
|
|
549
|
+
},
|
|
550
|
+
"private_garden.exclusive_use": {
|
|
551
|
+
"type": "string",
|
|
552
|
+
"storage_key": "exclusive_use"
|
|
553
|
+
},
|
|
554
|
+
"private_garden.lot": {
|
|
555
|
+
"type": "string",
|
|
556
|
+
"storage_key": "lot"
|
|
557
|
+
},
|
|
558
|
+
"private_garden.name": {
|
|
559
|
+
"type": "string",
|
|
560
|
+
"storage_key": "name"
|
|
561
|
+
},
|
|
562
|
+
"private_garden.ontology": {
|
|
563
|
+
"type": "string",
|
|
564
|
+
"storage_key": "ontology"
|
|
565
|
+
},
|
|
566
|
+
"private_garden.source": {
|
|
567
|
+
"type": "string",
|
|
568
|
+
"storage_key": "source"
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
"immeuble:core:receipt": {
|
|
573
|
+
"label": "receipt",
|
|
574
|
+
"facets": {
|
|
575
|
+
"receipt.amount": {
|
|
576
|
+
"type": "string",
|
|
577
|
+
"storage_key": "amount"
|
|
578
|
+
},
|
|
579
|
+
"receipt.confidence": {
|
|
580
|
+
"type": "string",
|
|
581
|
+
"storage_key": "confidence"
|
|
582
|
+
},
|
|
583
|
+
"receipt.currency": {
|
|
584
|
+
"type": "string",
|
|
585
|
+
"storage_key": "currency"
|
|
586
|
+
},
|
|
587
|
+
"receipt.entity_id": {
|
|
588
|
+
"type": "string",
|
|
589
|
+
"storage_key": "entity_id"
|
|
590
|
+
},
|
|
591
|
+
"receipt.entity_type": {
|
|
592
|
+
"type": "string",
|
|
593
|
+
"storage_key": "entity_type"
|
|
594
|
+
},
|
|
595
|
+
"receipt.name": {
|
|
596
|
+
"type": "string",
|
|
597
|
+
"storage_key": "name"
|
|
598
|
+
},
|
|
599
|
+
"receipt.ontology": {
|
|
600
|
+
"type": "string",
|
|
601
|
+
"storage_key": "ontology"
|
|
602
|
+
},
|
|
603
|
+
"receipt.source": {
|
|
604
|
+
"type": "string",
|
|
605
|
+
"storage_key": "source"
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
"immeuble:core:reminder": {
|
|
610
|
+
"label": "reminder",
|
|
611
|
+
"facets": {
|
|
612
|
+
"reminder.amount_due": {
|
|
613
|
+
"type": "string",
|
|
614
|
+
"storage_key": "amount_due"
|
|
615
|
+
},
|
|
616
|
+
"reminder.confidence": {
|
|
617
|
+
"type": "string",
|
|
618
|
+
"storage_key": "confidence"
|
|
619
|
+
},
|
|
620
|
+
"reminder.currency": {
|
|
621
|
+
"type": "string",
|
|
622
|
+
"storage_key": "currency"
|
|
623
|
+
},
|
|
624
|
+
"reminder.entity_id": {
|
|
625
|
+
"type": "string",
|
|
626
|
+
"storage_key": "entity_id"
|
|
627
|
+
},
|
|
628
|
+
"reminder.entity_type": {
|
|
629
|
+
"type": "string",
|
|
630
|
+
"storage_key": "entity_type"
|
|
631
|
+
},
|
|
632
|
+
"reminder.level": {
|
|
633
|
+
"type": "string",
|
|
634
|
+
"storage_key": "level"
|
|
635
|
+
},
|
|
636
|
+
"reminder.name": {
|
|
637
|
+
"type": "string",
|
|
638
|
+
"storage_key": "name"
|
|
639
|
+
},
|
|
640
|
+
"reminder.ontology": {
|
|
641
|
+
"type": "string",
|
|
642
|
+
"storage_key": "ontology"
|
|
643
|
+
},
|
|
644
|
+
"reminder.source": {
|
|
645
|
+
"type": "string",
|
|
646
|
+
"storage_key": "source"
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
},
|
|
650
|
+
"immeuble:core:shared_equipment": {
|
|
651
|
+
"label": "shared_equipment",
|
|
652
|
+
"facets": {
|
|
653
|
+
"shared_equipment.building_id": {
|
|
654
|
+
"type": "string",
|
|
655
|
+
"storage_key": "building_id"
|
|
656
|
+
},
|
|
657
|
+
"shared_equipment.confidence": {
|
|
658
|
+
"type": "string",
|
|
659
|
+
"storage_key": "confidence"
|
|
660
|
+
},
|
|
661
|
+
"shared_equipment.entity_id": {
|
|
662
|
+
"type": "string",
|
|
663
|
+
"storage_key": "entity_id"
|
|
664
|
+
},
|
|
665
|
+
"shared_equipment.entity_type": {
|
|
666
|
+
"type": "string",
|
|
667
|
+
"storage_key": "entity_type"
|
|
668
|
+
},
|
|
669
|
+
"shared_equipment.equipment_type": {
|
|
670
|
+
"type": "string",
|
|
671
|
+
"storage_key": "equipment_type"
|
|
672
|
+
},
|
|
673
|
+
"shared_equipment.name": {
|
|
674
|
+
"type": "string",
|
|
675
|
+
"storage_key": "name"
|
|
676
|
+
},
|
|
677
|
+
"shared_equipment.ontology": {
|
|
678
|
+
"type": "string",
|
|
679
|
+
"storage_key": "ontology"
|
|
680
|
+
},
|
|
681
|
+
"shared_equipment.source": {
|
|
682
|
+
"type": "string",
|
|
683
|
+
"storage_key": "source"
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
"immeuble:core:shared_space": {
|
|
688
|
+
"label": "shared_space",
|
|
689
|
+
"facets": {
|
|
690
|
+
"shared_space.building_id": {
|
|
691
|
+
"type": "string",
|
|
692
|
+
"storage_key": "building_id"
|
|
693
|
+
},
|
|
694
|
+
"shared_space.category": {
|
|
695
|
+
"type": "string",
|
|
696
|
+
"storage_key": "category"
|
|
697
|
+
},
|
|
698
|
+
"shared_space.confidence": {
|
|
699
|
+
"type": "string",
|
|
700
|
+
"storage_key": "confidence"
|
|
701
|
+
},
|
|
702
|
+
"shared_space.entity_id": {
|
|
703
|
+
"type": "string",
|
|
704
|
+
"storage_key": "entity_id"
|
|
705
|
+
},
|
|
706
|
+
"shared_space.entity_type": {
|
|
707
|
+
"type": "string",
|
|
708
|
+
"storage_key": "entity_type"
|
|
709
|
+
},
|
|
710
|
+
"shared_space.name": {
|
|
711
|
+
"type": "string",
|
|
712
|
+
"storage_key": "name"
|
|
713
|
+
},
|
|
714
|
+
"shared_space.ontology": {
|
|
715
|
+
"type": "string",
|
|
716
|
+
"storage_key": "ontology"
|
|
717
|
+
},
|
|
718
|
+
"shared_space.source": {
|
|
719
|
+
"type": "string",
|
|
720
|
+
"storage_key": "source"
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
},
|
|
724
|
+
"immeuble:core:unit": {
|
|
725
|
+
"label": "unit",
|
|
726
|
+
"facets": {
|
|
727
|
+
"unit.bedrooms": {
|
|
728
|
+
"type": "string",
|
|
729
|
+
"storage_key": "bedrooms"
|
|
730
|
+
},
|
|
731
|
+
"unit.block": {
|
|
732
|
+
"type": "string",
|
|
733
|
+
"storage_key": "block"
|
|
734
|
+
},
|
|
735
|
+
"unit.block_id": {
|
|
736
|
+
"type": "string",
|
|
737
|
+
"storage_key": "block_id"
|
|
738
|
+
},
|
|
739
|
+
"unit.building": {
|
|
740
|
+
"type": "string",
|
|
741
|
+
"storage_key": "building"
|
|
742
|
+
},
|
|
743
|
+
"unit.building_id": {
|
|
744
|
+
"type": "string",
|
|
745
|
+
"storage_key": "building_id"
|
|
746
|
+
},
|
|
747
|
+
"unit.confidence": {
|
|
748
|
+
"type": "string",
|
|
749
|
+
"storage_key": "confidence"
|
|
750
|
+
},
|
|
751
|
+
"unit.door_label": {
|
|
752
|
+
"type": "string",
|
|
753
|
+
"storage_key": "door_label"
|
|
754
|
+
},
|
|
755
|
+
"unit.entity_id": {
|
|
756
|
+
"type": "string",
|
|
757
|
+
"storage_key": "entity_id"
|
|
758
|
+
},
|
|
759
|
+
"unit.entity_type": {
|
|
760
|
+
"type": "string",
|
|
761
|
+
"storage_key": "entity_type"
|
|
762
|
+
},
|
|
763
|
+
"unit.external_id": {
|
|
764
|
+
"type": "string",
|
|
765
|
+
"storage_key": "external_id"
|
|
766
|
+
},
|
|
767
|
+
"unit.floor": {
|
|
768
|
+
"type": "string",
|
|
769
|
+
"storage_key": "floor"
|
|
770
|
+
},
|
|
771
|
+
"unit.lot": {
|
|
772
|
+
"type": "string",
|
|
773
|
+
"storage_key": "lot"
|
|
774
|
+
},
|
|
775
|
+
"unit.name": {
|
|
776
|
+
"type": "string",
|
|
777
|
+
"storage_key": "name"
|
|
778
|
+
},
|
|
779
|
+
"unit.ontology": {
|
|
780
|
+
"type": "string",
|
|
781
|
+
"storage_key": "ontology"
|
|
782
|
+
},
|
|
783
|
+
"unit.quota_basis": {
|
|
784
|
+
"type": "string",
|
|
785
|
+
"storage_key": "quota_basis"
|
|
786
|
+
},
|
|
787
|
+
"unit.source": {
|
|
788
|
+
"type": "string",
|
|
789
|
+
"storage_key": "source"
|
|
790
|
+
},
|
|
791
|
+
"unit.tantiemes": {
|
|
792
|
+
"type": "string",
|
|
793
|
+
"storage_key": "tantiemes"
|
|
794
|
+
},
|
|
795
|
+
"unit.usage_status": {
|
|
796
|
+
"type": "string",
|
|
797
|
+
"storage_key": "usage_status"
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
}
|
|
801
|
+
},
|
|
802
|
+
"edge_types": [
|
|
803
|
+
{
|
|
804
|
+
"type": "CONTAINS"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"type": "OWNS"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"type": "OCCUPIES"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"type": "HOUSEHOLD_MEMBER"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"type": "PRIMARY_RESIDENCE_OF"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"type": "LEASES"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"type": "RENTED_TO"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"type": "ASSIGNED_CELLAR"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"type": "ASSIGNED_GARAGE"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"type": "USES_EXCLUSIVE"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"type": "USES_COMMON"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"type": "MATCHED_TO"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"type": "ALLOCATED_TO"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"type": "REQUIRES_REVIEW"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"type": "DOCUMENTS"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"type": "MEMBER_OF"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"type": "BILLS_TO"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"type": "LINKED_TO"
|
|
856
|
+
}
|
|
857
|
+
],
|
|
858
|
+
"projections": {
|
|
859
|
+
"immeuble_competency_questions": {
|
|
860
|
+
"scope": "immeuble:competency:questions",
|
|
861
|
+
"label": "Plan d'analyse immeuble — questions métier",
|
|
862
|
+
"business_question": "Quelles questions métier le workspace immeuble doit-il pouvoir traiter ?",
|
|
863
|
+
"artifact_kind": "analysis_plan",
|
|
864
|
+
"required_schemas": [
|
|
865
|
+
"immeuble:core:building",
|
|
866
|
+
"immeuble:core:unit",
|
|
867
|
+
"immeuble:core:lease_contract",
|
|
868
|
+
"immeuble:core:coda_entry"
|
|
869
|
+
],
|
|
870
|
+
"required_facets": [
|
|
871
|
+
"building.name",
|
|
872
|
+
"unit.usage_status",
|
|
873
|
+
"lease_contract.validFrom",
|
|
874
|
+
"coda_entry.amount"
|
|
875
|
+
],
|
|
876
|
+
"required_edges": [
|
|
877
|
+
"CONTAINS",
|
|
878
|
+
"LEASES",
|
|
879
|
+
"MATCHED_TO"
|
|
880
|
+
]
|
|
881
|
+
},
|
|
882
|
+
"annuaire_coproprietes": {
|
|
883
|
+
"scope": "immeuble:core:annuaire_coproprietes",
|
|
884
|
+
"label": "Annuaire immeubles gérés",
|
|
885
|
+
"business_question": "Quels immeubles sont gérés et où sont-ils situés ?",
|
|
886
|
+
"artifact_kind": "live_answer_view",
|
|
887
|
+
"required_schemas": [
|
|
888
|
+
"immeuble:core:building",
|
|
889
|
+
"immeuble:core:block"
|
|
890
|
+
],
|
|
891
|
+
"required_facets": [
|
|
892
|
+
"building.address",
|
|
893
|
+
"building.name",
|
|
894
|
+
"building.quota_basis",
|
|
895
|
+
"block.name"
|
|
896
|
+
],
|
|
897
|
+
"required_edges": [
|
|
898
|
+
"CONTAINS"
|
|
899
|
+
]
|
|
900
|
+
},
|
|
901
|
+
"baux_actifs": {
|
|
902
|
+
"scope": "immeuble:core:baux_actifs",
|
|
903
|
+
"label": "Baux locatifs actifs",
|
|
904
|
+
"business_question": "Quels appartements sont loués, à qui, depuis quelle date ?",
|
|
905
|
+
"artifact_kind": "live_answer_view",
|
|
906
|
+
"required_schemas": [
|
|
907
|
+
"immeuble:core:unit",
|
|
908
|
+
"immeuble:core:lease_contract",
|
|
909
|
+
"immeuble:core:person"
|
|
910
|
+
],
|
|
911
|
+
"required_facets": [
|
|
912
|
+
"unit.usage_status",
|
|
913
|
+
"unit.lot",
|
|
914
|
+
"lease_contract.validFrom",
|
|
915
|
+
"lease_contract.monthly_rent",
|
|
916
|
+
"person.name"
|
|
917
|
+
],
|
|
918
|
+
"required_edges": [
|
|
919
|
+
"LEASES",
|
|
920
|
+
"RENTED_TO",
|
|
921
|
+
"OCCUPIES"
|
|
922
|
+
]
|
|
923
|
+
},
|
|
924
|
+
"quotites_par_immeuble": {
|
|
925
|
+
"scope": "immeuble:core:quotites_par_immeuble",
|
|
926
|
+
"label": "Quotités par immeuble",
|
|
927
|
+
"business_question": "Les quotités de chaque immeuble totalisent-elles 1000 ?",
|
|
928
|
+
"artifact_kind": "live_answer_view",
|
|
929
|
+
"required_schemas": [
|
|
930
|
+
"immeuble:core:building",
|
|
931
|
+
"immeuble:core:unit"
|
|
932
|
+
],
|
|
933
|
+
"required_facets": [
|
|
934
|
+
"building.quota_basis",
|
|
935
|
+
"unit.tantiemes",
|
|
936
|
+
"unit.quota_basis"
|
|
937
|
+
],
|
|
938
|
+
"required_edges": [
|
|
939
|
+
"CONTAINS"
|
|
940
|
+
]
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
}
|