diff --git a/projects/Pures/TestniProjekt/izracuni/cone.json b/projects/Pures/TestniProjekt/izracuni/cone.json index 350c1b4..dbbb2e0 100644 --- a/projects/Pures/TestniProjekt/izracuni/cone.json +++ b/projects/Pures/TestniProjekt/izracuni/cone.json @@ -61,6 +61,7 @@ "ovoj": { "netransparentneKonstrukcije": [ { + "id": "K1", "idKonstrukcije": "Z1", "konstrukcija": { "id": "Z1", @@ -1837,6 +1838,7 @@ "barva": "svetla" }, { + "id": "K2", "idKonstrukcije": "Tp1", "konstrukcija": { "id": "Tp1", @@ -3460,6 +3462,7 @@ } }, { + "id": "K3", "idKonstrukcije": "Ts1", "konstrukcija": { "id": "Ts1", @@ -5620,6 +5623,7 @@ ], "transparentneKonstrukcije": [ { + "id": "V1", "idKonstrukcije": "V1", "konstrukcija": { "id": "V1", @@ -5735,6 +5739,7 @@ "g_sh": 0.5 }, { + "id": "O1", "idKonstrukcije": "O1", "konstrukcija": { "id": "O1", @@ -5853,6 +5858,7 @@ "g_sh": 0.03 }, { + "id": "O2", "idKonstrukcije": "O1", "konstrukcija": { "id": "O1", @@ -5971,6 +5977,7 @@ "g_sh": 0.18 }, { + "id": "O3", "idKonstrukcije": "O1", "konstrukcija": { "id": "O1", @@ -6089,6 +6096,7 @@ "g_sh": 0.18 }, { + "id": "O4", "idKonstrukcije": "O1", "konstrukcija": { "id": "O1", diff --git a/projects/Pures/TestniProjekt/izracuni/stavba.json b/projects/Pures/TestniProjekt/izracuni/stavba.json index b8f55df..a64a92f 100644 --- a/projects/Pures/TestniProjekt/izracuni/stavba.json +++ b/projects/Pures/TestniProjekt/izracuni/stavba.json @@ -130,6 +130,7 @@ "ovoj": { "netransparentneKonstrukcije": [ { + "id": "K1", "idKonstrukcije": "Z1", "konstrukcija": { "id": "Z1", @@ -1906,6 +1907,7 @@ "barva": "svetla" }, { + "id": "K2", "idKonstrukcije": "Tp1", "konstrukcija": { "id": "Tp1", @@ -3529,6 +3531,7 @@ } }, { + "id": "K3", "idKonstrukcije": "Ts1", "konstrukcija": { "id": "Ts1", @@ -5689,6 +5692,7 @@ ], "transparentneKonstrukcije": [ { + "id": "V1", "idKonstrukcije": "V1", "konstrukcija": { "id": "V1", @@ -5804,6 +5808,7 @@ "g_sh": 0.5 }, { + "id": "O1", "idKonstrukcije": "O1", "konstrukcija": { "id": "O1", @@ -5922,6 +5927,7 @@ "g_sh": 0.03 }, { + "id": "O2", "idKonstrukcije": "O1", "konstrukcija": { "id": "O1", @@ -6040,6 +6046,7 @@ "g_sh": 0.18 }, { + "id": "O3", "idKonstrukcije": "O1", "konstrukcija": { "id": "O1", @@ -6158,6 +6165,7 @@ "g_sh": 0.18 }, { + "id": "O4", "idKonstrukcije": "O1", "konstrukcija": { "id": "O1", diff --git a/projects/Pures/TestniProjekt/pdf/PuresElaborat.pdf b/projects/Pures/TestniProjekt/pdf/PuresElaborat.pdf index 8faad3d..66b651e 100644 Binary files a/projects/Pures/TestniProjekt/pdf/PuresElaborat.pdf and b/projects/Pures/TestniProjekt/pdf/PuresElaborat.pdf differ diff --git a/projects/Pures/TestniProjekt/pdf/PuresIzkaz.pdf b/projects/Pures/TestniProjekt/pdf/PuresIzkaz.pdf index 1212e40..551edb7 100644 Binary files a/projects/Pures/TestniProjekt/pdf/PuresIzkaz.pdf and b/projects/Pures/TestniProjekt/pdf/PuresIzkaz.pdf differ diff --git a/projects/Pures/TestniProjekt/podatki/cone.json b/projects/Pures/TestniProjekt/podatki/cone.json index a315dbf..8bfd553 100644 --- a/projects/Pures/TestniProjekt/podatki/cone.json +++ b/projects/Pures/TestniProjekt/podatki/cone.json @@ -64,6 +64,7 @@ "ovoj": { "netransparentneKonstrukcije": [ { + "id": "K1", "idKonstrukcije": "Z1", "povrsina": 243, "naklon": 90, @@ -71,6 +72,7 @@ "barva": "svetla" }, { + "id": "K2", "idKonstrukcije": "Tp1", "povrsina": 200, "obseg": 40, @@ -84,12 +86,14 @@ } }, { + "id": "K3", "idKonstrukcije": "Ts1", "povrsina": 200 } ], "transparentneKonstrukcije": [ { + "id": "V1", "idKonstrukcije": "V1", "povrsina": 3, "naklon": 90, @@ -97,6 +101,7 @@ "delezOkvirja": 1 }, { + "id": "O1", "idKonstrukcije": "O1", "povrsina": 15, "naklon": 90, @@ -129,6 +134,7 @@ ] }, { + "id": "O2", "idKonstrukcije": "O1", "stevilo": 3, @@ -154,6 +160,7 @@ } }, { + "id": "O3", "idKonstrukcije": "O1", "stevilo": 2, @@ -179,6 +186,7 @@ } }, { + "id": "O4", "idKonstrukcije": "O1", "stevilo": 2, diff --git a/schemas/Pures/coneSchema.json b/schemas/Pures/coneSchema.json index b435d19..823a22d 100644 --- a/schemas/Pures/coneSchema.json +++ b/schemas/Pures/coneSchema.json @@ -168,7 +168,7 @@ "type": "array", "items": { "type": "object", - "required": ["idKonstrukcije", "povrsina"], + "required": ["id", "idKonstrukcije", "povrsina"], "properties": { "idKonstrukcije": {"type": "string"}, "opis": {"type": "string"}, @@ -199,7 +199,7 @@ "type": "array", "items": { "type": "object", - "required": ["idKonstrukcije"], + "required": ["id", "idKonstrukcije"], "properties": { "idKonstrukcije": {"type": "string"}, "opis": {"type": "string"},