-
Notifications
You must be signed in to change notification settings - Fork 0
/
registry_specification.json
76 lines (76 loc) · 2.25 KB
/
registry_specification.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"DAR": {
"json_schema": "dls/DAR_v2.3.6_2019.08.18_DLS/DAR_v2.3.6_2019.08.19_DARTotal.schema.json",
"schema_style" : "plain",
"bitemporal_primary_key": [
"id_lokalId"
],
"registreing_base_name": "registrering",
"virkning_base_name": "virkning"
},
"BBR": {
"json_schema": "dls/BBR_v2.4.4_2019.08.13_DLS/BBR_v2.4.4_2019.08.13_BBRTotal.schema.json",
"schema_style" : "plain",
"bitemporal_primary_key": [
"id_lokalId"
],
"registreing_base_name": "registrering",
"virkning_base_name": "virkning"
},
"MAT": {
"json_schema": "dls/MAT 3.18.2/MU Bilag 2b Fildownload vers 3.18.2/MATTotaludtraekDeltaDaily vers. 3.18.2/MUTotal.schema.json",
"schema_style" : "plain",
"obsolete_entities":
[
"Stormfald",
"Bygningpaafremmedgrundflade_Se",
"Bygningpaafremmedgrundpunkt_Se",
"Centroide_Sekundaerforretnings",
"Ejerlejlighed_Sekundaerforretn",
"Ejerlejlighedslod_Sekundaerfor",
"Jordstykke_Sekundaerforretning",
"Jordstykke_Stormfald",
"Jordstykketemaflade_Sekundaerf",
"Lodflade_Sekundaerforretningsh",
"Matrikelskel_Sekundaerforretni",
"Nullinje_Sekundaerforretningsh",
"Optagetvej_Sekundaerforretning",
"Optagetvej_Jordstykke",
"Samletfastejendom_Sekundaerfor",
"Samletfastejendom_Jordstykke",
"Skelpunkt_Sekundaerforretnings",
"Temalinje_Sekundaerforretnings",
"Temalinje_Jordstykke"
],
"non_temporal_entities":
[
"Optagetvej_Jordstykke",
"Samletfastejendom_Jordstykke",
"Temalinje_Jordstykke"
],
"bitemporal_primary_key": [
"id_lokalId", "status", "senesteSagLokalId"
],
"registreing_base_name": "registrering",
"virkning_base_name": "virkning"
},
"EBR": {
"json_schema": "dls/EBR 2.9.1/EBR Bilag 2b Fildownload vers 2.9.1/EjendomsbeliggenhedSimpel/ejendomsbeliggenhedSimpelDownload.json",
"schema_style" : "generic",
"obsolete_entities":
[
"type"
],
"non_temporal_entities":
[
],
"feature_entities": {
"Feature": "Ejendomsbeliggenhed"
},
"bitemporal_primary_key": [
"id_lokalId", "status"
],
"registreing_base_name": "registrering",
"virkning_base_name": "virkning"
}
}