diff --git a/src/bo4e_schemas/ZusatzAttribut.json b/src/bo4e_schemas/ZusatzAttribut.json index 661c8f7..1942e56 100644 --- a/src/bo4e_schemas/ZusatzAttribut.json +++ b/src/bo4e_schemas/ZusatzAttribut.json @@ -1,5 +1,5 @@ { - "description": "Viele Datenobjekte weisen in unterschiedlichen Systemen eine eindeutige ID (Kundennummer, GP-Nummer etc.) auf.\nBeim Austausch von Datenobjekten zwischen verschiedenen Systemen ist es daher hilfreich,\nsich die eindeutigen IDs der anzubindenden Systeme zu merken.\n\n.. raw:: html\n\n \n\n.. HINT::\n `ZusatzAttribut JSON Schema `_", + "description": "Viele Datenobjekte weisen in unterschiedlichen Systemen eine eindeutige ID (Kundennummer, GP-Nummer etc.) auf.\nBeim Austausch von Datenobjekten zwischen verschiedenen Systemen ist es daher hilfreich,\nsich die eindeutigen IDs der anzubindenden Systeme zu merken.\n\n.. raw:: html\n\n \n\n.. HINT::\n `ZusatzAttribut JSON Schema `_", "properties": { "name": { "anyOf": [ diff --git a/src/bo4e_schemas/bo/Angebot.json b/src/bo4e_schemas/bo/Angebot.json index 9633c6d..2692184 100644 --- a/src/bo4e_schemas/bo/Angebot.json +++ b/src/bo4e_schemas/bo/Angebot.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit diesem BO kann ein Versorgungsangebot zur Strom- oder Gasversorgung oder die Teilnahme an einer Ausschreibung\nübertragen werden. Es können verschiedene Varianten enthalten sein (z.B. ein- und mehrjährige Laufzeit).\nInnerhalb jeder Variante können Teile enthalten sein, die jeweils für eine oder mehrere Marktlokationen erstellt\nwerden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Angebot JSON Schema `_", + "description": "Mit diesem BO kann ein Versorgungsangebot zur Strom- oder Gasversorgung oder die Teilnahme an einer Ausschreibung\nübertragen werden. Es können verschiedene Varianten enthalten sein (z.B. ein- und mehrjährige Laufzeit).\nInnerhalb jeder Variante können Teile enthalten sein, die jeweils für eine oder mehrere Marktlokationen erstellt\nwerden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Angebot JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,7 +36,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -70,7 +70,7 @@ "angebotsgeber": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geschaeftspartner.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geschaeftspartner.json" }, { "type": "null" @@ -82,7 +82,7 @@ "angebotsnehmer": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geschaeftspartner.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geschaeftspartner.json" }, { "type": "null" @@ -121,7 +121,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -133,7 +133,7 @@ "unterzeichnerAngebotsgeber": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Person.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Person.json" }, { "type": "null" @@ -145,7 +145,7 @@ "unterzeichnerAngebotsnehmer": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Person.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Person.json" }, { "type": "null" @@ -158,7 +158,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Angebotsvariante.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Angebotsvariante.json" }, "type": "array" }, @@ -173,7 +173,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Ausschreibung.json b/src/bo4e_schemas/bo/Ausschreibung.json index 596e569..6281610 100644 --- a/src/bo4e_schemas/bo/Ausschreibung.json +++ b/src/bo4e_schemas/bo/Ausschreibung.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Das BO Ausschreibung dient zur detaillierten Darstellung von ausgeschriebenen Energiemengen in der Energiewirtschaft\n\n.. raw:: html\n\n \n\n.. HINT::\n `Ausschreibung JSON Schema `_", + "description": "Das BO Ausschreibung dient zur detaillierten Darstellung von ausgeschriebenen Energiemengen in der Energiewirtschaft\n\n.. raw:: html\n\n \n\n.. HINT::\n `Ausschreibung JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "abgabefrist": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -54,7 +54,7 @@ "ausschreibender": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geschaeftspartner.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geschaeftspartner.json" }, { "type": "null" @@ -65,7 +65,7 @@ "ausschreibungportal": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Ausschreibungsportal.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Ausschreibungsportal.json" }, { "type": "null" @@ -90,7 +90,7 @@ "ausschreibungsstatus": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Ausschreibungsstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Ausschreibungsstatus.json" }, { "type": "null" @@ -102,7 +102,7 @@ "ausschreibungstyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Ausschreibungstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Ausschreibungstyp.json" }, { "type": "null" @@ -114,7 +114,7 @@ "bindefrist": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -140,7 +140,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Ausschreibungslos.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Ausschreibungslos.json" }, "type": "array" }, @@ -183,7 +183,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Buendelvertrag.json b/src/bo4e_schemas/bo/Buendelvertrag.json index b05c19c..0c154e3 100644 --- a/src/bo4e_schemas/bo/Buendelvertrag.json +++ b/src/bo4e_schemas/bo/Buendelvertrag.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung eines Bündelvertrags.\nEs handelt sich hierbei um eine Liste von Einzelverträgen, die in einem Vertragsobjekt gebündelt sind.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Buendelvertrag JSON Schema `_", + "description": "Abbildung eines Bündelvertrags.\nEs handelt sich hierbei um eine Liste von Einzelverträgen, die in einem Vertragsobjekt gebündelt sind.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Buendelvertrag JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,7 +36,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -57,7 +57,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Vertrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Vertrag.json" }, "type": "array" }, @@ -72,7 +72,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -85,7 +85,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Unterschrift.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Unterschrift.json" }, "type": "array" }, @@ -101,7 +101,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Unterschrift.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Unterschrift.json" }, "type": "array" }, @@ -116,7 +116,7 @@ "vertragsart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Vertragsart.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Vertragsart.json" }, { "type": "null" @@ -157,7 +157,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Vertragskonditionen.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Vertragskonditionen.json" }, "type": "array" }, @@ -185,7 +185,7 @@ "vertragspartner1": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geschaeftspartner.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geschaeftspartner.json" }, { "type": "null" @@ -197,7 +197,7 @@ "vertragspartner2": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geschaeftspartner.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geschaeftspartner.json" }, { "type": "null" @@ -209,7 +209,7 @@ "vertragsstatus": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Vertragsstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Vertragsstatus.json" }, { "type": "null" @@ -222,7 +222,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Energiemenge.json b/src/bo4e_schemas/bo/Energiemenge.json index 3ee8a97..ed10f34 100644 --- a/src/bo4e_schemas/bo/Energiemenge.json +++ b/src/bo4e_schemas/bo/Energiemenge.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung von Mengen, die Lokationen zugeordnet sind\n\n.. raw:: html\n\n \n\n.. HINT::\n `Energiemenge JSON Schema `_", + "description": "Abbildung von Mengen, die Lokationen zugeordnet sind\n\n.. raw:: html\n\n \n\n.. HINT::\n `Energiemenge JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,7 +36,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -44,7 +44,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Verbrauch.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Verbrauch.json" }, "type": "array" }, @@ -72,7 +72,7 @@ "lokationstyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Lokationstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Lokationstyp.json" }, { "type": "null" @@ -85,7 +85,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Fremdkosten.json b/src/bo4e_schemas/bo/Fremdkosten.json index 40b3d68..fffda01 100644 --- a/src/bo4e_schemas/bo/Fremdkosten.json +++ b/src/bo4e_schemas/bo/Fremdkosten.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit diesem BO werden die Fremdkosten, beispielsweise für eine Angebotserstellung oder eine Rechnungsprüfung,\nübertragen.\nDie Fremdkosten enthalten dabei alle Kostenblöcke, die von anderen Marktteilnehmern oder Instanzen erhoben werden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Fremdkosten JSON Schema `_", + "description": "Mit diesem BO werden die Fremdkosten, beispielsweise für eine Angebotserstellung oder eine Rechnungsprüfung,\nübertragen.\nDie Fremdkosten enthalten dabei alle Kostenblöcke, die von anderen Marktteilnehmern oder Instanzen erhoben werden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Fremdkosten JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "gueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -56,7 +56,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Fremdkostenblock.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Fremdkostenblock.json" }, "type": "array" }, @@ -71,7 +71,7 @@ "summeKosten": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -84,7 +84,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Geraet.json b/src/bo4e_schemas/bo/Geraet.json index b1d5ea6..0a1b36d 100644 --- a/src/bo4e_schemas/bo/Geraet.json +++ b/src/bo4e_schemas/bo/Geraet.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit diesem BO werden alle Geräte modelliert, die keine Zähler sind.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Geraet JSON Schema `_", + "description": "Mit diesem BO werden alle Geräte modelliert, die keine Zähler sind.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Geraet JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,7 +36,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -56,7 +56,7 @@ "geraeteklasse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Geraeteklasse.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Geraeteklasse.json" }, { "type": "null" @@ -81,7 +81,7 @@ "geraetetyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Geraetetyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Geraetetyp.json" }, { "type": "null" @@ -94,7 +94,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Geschaeftspartner.json b/src/bo4e_schemas/bo/Geschaeftspartner.json index e849ba9..99483f2 100644 --- a/src/bo4e_schemas/bo/Geschaeftspartner.json +++ b/src/bo4e_schemas/bo/Geschaeftspartner.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit diesem Objekt können Geschäftspartner übertragen werden.\nSowohl Unternehmen, als auch Privatpersonen können Geschäftspartner sein.\nHinweis: \"Marktteilnehmer\" haben ein eigenes BO, welches sich von diesem BO ableitet.\nHier sollte daher keine Zuordnung zu Marktrollen erfolgen.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Geschaeftspartner JSON Schema `_", + "description": "Mit diesem Objekt können Geschäftspartner übertragen werden.\nSowohl Unternehmen, als auch Privatpersonen können Geschäftspartner sein.\nHinweis: \"Marktteilnehmer\" haben ein eigenes BO, welches sich von diesem BO ableitet.\nHier sollte daher keine Zuordnung zu Marktrollen erfolgen.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Geschaeftspartner JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "adresse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Adresse.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Adresse.json" }, { "type": "null" @@ -68,7 +68,7 @@ "anrede": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Anrede.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Anrede.json" }, { "type": "null" @@ -81,7 +81,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Person.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Person.json" }, "type": "array" }, @@ -96,7 +96,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Geschaeftspartnerrolle.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Geschaeftspartnerrolle.json" }, "type": "array" }, @@ -150,7 +150,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Kontaktweg.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Kontaktweg.json" }, "type": "array" }, @@ -191,7 +191,7 @@ "organisationstyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Organisationstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Organisationstyp.json" }, { "type": "null" @@ -202,7 +202,7 @@ "titel": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Titel.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Titel.json" }, { "type": "null" @@ -254,7 +254,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Kosten.json b/src/bo4e_schemas/bo/Kosten.json index 82cff6f..b0df8b6 100644 --- a/src/bo4e_schemas/bo/Kosten.json +++ b/src/bo4e_schemas/bo/Kosten.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Dieses BO wird zur Übertagung von hierarchischen Kostenstrukturen verwendet.\nDie Kosten werden dabei in Kostenblöcke und diese wiederum in Kostenpositionen strukturiert.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Kosten JSON Schema `_", + "description": "Dieses BO wird zur Übertagung von hierarchischen Kostenstrukturen verwendet.\nDie Kosten werden dabei in Kostenblöcke und diese wiederum in Kostenpositionen strukturiert.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Kosten JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "gueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -56,7 +56,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Kostenblock.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Kostenblock.json" }, "type": "array" }, @@ -71,7 +71,7 @@ "kostenklasse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Kostenklasse.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Kostenklasse.json" }, { "type": "null" @@ -84,7 +84,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, "type": "array" }, @@ -100,7 +100,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Lastgang.json b/src/bo4e_schemas/bo/Lastgang.json index 9bef1aa..c049983 100644 --- a/src/bo4e_schemas/bo/Lastgang.json +++ b/src/bo4e_schemas/bo/Lastgang.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Modell zur Abbildung eines Lastganges;\nIn diesem Modell werden die Messwerte mit einem vollständigen Zeitintervall (zeit_intervall_laenge) angegeben und es bietet daher eine hohe Flexibilität in der Übertragung jeglicher zeitlich veränderlicher Messgrössen.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Lastgang JSON Schema `_", + "description": "Modell zur Abbildung eines Lastganges;\nIn diesem Modell werden die Messwerte mit einem vollständigen Zeitintervall (zeit_intervall_laenge) angegeben und es bietet daher eine hohe Flexibilität in der Übertragung jeglicher zeitlich veränderlicher Messgrössen.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Lastgang JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -30,7 +30,7 @@ "marktlokation": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktlokation.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktlokation.json" }, { "type": "null" @@ -42,7 +42,7 @@ "messgroesse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -54,7 +54,7 @@ "messlokation": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Messlokation.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Messlokation.json" }, { "type": "null" @@ -79,7 +79,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -105,7 +105,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitreihenwert.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitreihenwert.json" }, "type": "array" }, @@ -120,7 +120,7 @@ "zeitIntervallLaenge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -131,7 +131,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Lokationszuordnung.json b/src/bo4e_schemas/bo/Lokationszuordnung.json index df962ca..0cebdf3 100644 --- a/src/bo4e_schemas/bo/Lokationszuordnung.json +++ b/src/bo4e_schemas/bo/Lokationszuordnung.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Modell für die Abbildung der Referenz auf die Lokationsbündelstruktur. Diese gibt an welche Marktlokationen,\nMesslokationen, Netzlokationen, technische/steuerbaren Ressourcen an einer Lokation vorhanden sind.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Lokationszuordnung JSON Schema `_", + "description": "Modell für die Abbildung der Referenz auf die Lokationsbündelstruktur. Diese gibt an welche Marktlokationen,\nMesslokationen, Netzlokationen, technische/steuerbaren Ressourcen an einer Lokation vorhanden sind.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Lokationszuordnung JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "gueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitspanne.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitspanne.json" }, { "type": "null" @@ -69,7 +69,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktlokation.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktlokation.json" }, "type": "array" }, @@ -85,7 +85,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Messlokation.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Messlokation.json" }, "type": "array" }, @@ -101,7 +101,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Netzlokation.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Netzlokation.json" }, "type": "array" }, @@ -117,7 +117,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/SteuerbareRessource.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/SteuerbareRessource.json" }, "type": "array" }, @@ -133,7 +133,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/TechnischeRessource.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/TechnischeRessource.json" }, "type": "array" }, @@ -162,7 +162,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Marktlokation.json b/src/bo4e_schemas/bo/Marktlokation.json index 395c4f8..df549e0 100644 --- a/src/bo4e_schemas/bo/Marktlokation.json +++ b/src/bo4e_schemas/bo/Marktlokation.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Object containing information about a Marktlokation\n\n.. raw:: html\n\n \n\n.. HINT::\n `Marktlokation JSON Schema `_", + "description": "Object containing information about a Marktlokation\n\n.. raw:: html\n\n \n\n.. HINT::\n `Marktlokation JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,7 +36,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -56,7 +56,7 @@ "bilanzierungsmethode": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Bilanzierungsmethode.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Bilanzierungsmethode.json" }, { "type": "null" @@ -68,7 +68,7 @@ "endkunde": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geschaeftspartner.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geschaeftspartner.json" }, { "type": "null" @@ -80,7 +80,7 @@ "energierichtung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Energierichtung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Energierichtung.json" }, { "type": "null" @@ -92,7 +92,7 @@ "gasqualitaet": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Gasqualitaet.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Gasqualitaet.json" }, { "type": "null" @@ -104,7 +104,7 @@ "gebietstyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Gebiettyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Gebiettyp.json" }, { "type": "null" @@ -116,7 +116,7 @@ "geoadresse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Geokoordinaten.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Geokoordinaten.json" }, { "type": "null" @@ -153,7 +153,7 @@ "katasterinformation": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Katasteradresse.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Katasteradresse.json" }, { "type": "null" @@ -165,7 +165,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Kundentyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Kundentyp.json" }, "type": "array" }, @@ -180,7 +180,7 @@ "lokationsadresse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Adresse.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Adresse.json" }, { "type": "null" @@ -206,7 +206,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Lokationszuordnung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Lokationszuordnung.json" }, "type": "array" }, @@ -260,7 +260,7 @@ "netzebene": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Netzebene.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Netzebene.json" }, { "type": "null" @@ -297,7 +297,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -309,7 +309,7 @@ "verbrauchsart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Verbrauchsart.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Verbrauchsart.json" }, { "type": "null" @@ -322,7 +322,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Verbrauch.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Verbrauch.json" }, "type": "array" }, @@ -337,7 +337,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zaehlwerk.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zaehlwerk.json" }, "type": "array" }, @@ -353,7 +353,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zaehlwerk.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zaehlwerk.json" }, "type": "array" }, @@ -369,7 +369,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Marktteilnehmer.json b/src/bo4e_schemas/bo/Marktteilnehmer.json index a3286f0..6f372e2 100644 --- a/src/bo4e_schemas/bo/Marktteilnehmer.json +++ b/src/bo4e_schemas/bo/Marktteilnehmer.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Objekt zur Aufnahme der Information zu einem Marktteilnehmer\n\n.. raw:: html\n\n \n\n.. HINT::\n `Marktteilnehmer JSON Schema `_", + "description": "Objekt zur Aufnahme der Information zu einem Marktteilnehmer\n\n.. raw:: html\n\n \n\n.. HINT::\n `Marktteilnehmer JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "geschaeftspartner": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geschaeftspartner.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geschaeftspartner.json" }, { "type": "null" @@ -71,7 +71,7 @@ "marktrolle": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Marktrolle.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Marktrolle.json" }, { "type": "null" @@ -96,7 +96,7 @@ "rollencodetyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Rollencodetyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Rollencodetyp.json" }, { "type": "null" @@ -108,7 +108,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -121,7 +121,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Messlokation.json b/src/bo4e_schemas/bo/Messlokation.json index faadd61..7671eb2 100644 --- a/src/bo4e_schemas/bo/Messlokation.json +++ b/src/bo4e_schemas/bo/Messlokation.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Object containing information about a Messlokation\n\n.. raw:: html\n\n \n\n.. HINT::\n `Messlokation JSON Schema `_", + "description": "Object containing information about a Messlokation\n\n.. raw:: html\n\n \n\n.. HINT::\n `Messlokation JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "geoadresse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Geokoordinaten.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Geokoordinaten.json" }, { "type": "null" @@ -55,7 +55,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geraet.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geraet.json" }, "type": "array" }, @@ -94,7 +94,7 @@ "katasterinformation": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Katasteradresse.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Katasteradresse.json" }, { "type": "null" @@ -120,7 +120,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Lokationszuordnung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Lokationszuordnung.json" }, "type": "array" }, @@ -135,7 +135,7 @@ "messadresse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Adresse.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Adresse.json" }, { "type": "null" @@ -147,7 +147,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Dienstleistung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Dienstleistung.json" }, "type": "array" }, @@ -189,7 +189,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Zaehler.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Zaehler.json" }, "type": "array" }, @@ -204,7 +204,7 @@ "netzebeneMessung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Netzebene.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Netzebene.json" }, { "type": "null" @@ -216,7 +216,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -229,7 +229,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Netzlokation.json b/src/bo4e_schemas/bo/Netzlokation.json index b3fcf2e..b6792b6 100644 --- a/src/bo4e_schemas/bo/Netzlokation.json +++ b/src/bo4e_schemas/bo/Netzlokation.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Object containing information about a Netzlokation\n\n.. raw:: html\n\n \n\n.. HINT::\n `Netzlokation JSON Schema `_", + "description": "Object containing information about a Netzlokation\n\n.. raw:: html\n\n \n\n.. HINT::\n `Netzlokation JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "eigenschaftMsbLokation": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Marktrolle.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Marktrolle.json" }, { "type": "null" @@ -69,7 +69,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Konfigurationsprodukt.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Konfigurationsprodukt.json" }, "type": "array" }, @@ -98,7 +98,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Lokationszuordnung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Lokationszuordnung.json" }, "type": "array" }, @@ -113,7 +113,7 @@ "netzanschlussleistung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -151,7 +151,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -176,7 +176,7 @@ "verwendungszweck": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/VerwendungszweckProMarktrolle.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/VerwendungszweckProMarktrolle.json" }, { "type": "null" @@ -189,7 +189,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Person.json b/src/bo4e_schemas/bo/Person.json index f575cdf..f36ab1c 100644 --- a/src/bo4e_schemas/bo/Person.json +++ b/src/bo4e_schemas/bo/Person.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Object containing information about a Person\n\n.. raw:: html\n\n \n\n.. HINT::\n `Person JSON Schema `_", + "description": "Object containing information about a Person\n\n.. raw:: html\n\n \n\n.. HINT::\n `Person JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "adresse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Adresse.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Adresse.json" }, { "type": "null" @@ -55,7 +55,7 @@ "anrede": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Anrede.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Anrede.json" }, { "type": "null" @@ -107,7 +107,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Kontaktweg.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Kontaktweg.json" }, "type": "array" }, @@ -135,7 +135,7 @@ "titel": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Titel.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Titel.json" }, { "type": "null" @@ -161,7 +161,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, @@ -176,7 +176,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zustaendigkeit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zustaendigkeit.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Preisblatt.json b/src/bo4e_schemas/bo/Preisblatt.json index 36692ef..c529b03 100644 --- a/src/bo4e_schemas/bo/Preisblatt.json +++ b/src/bo4e_schemas/bo/Preisblatt.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Das allgemeine Modell zur Abbildung von Preisen;\nDavon abgeleitet können, über die Zuordnung identifizierender Merkmale, spezielle Preisblatt-Varianten modelliert\nwerden.\n\nDie jeweiligen Sätze von Merkmalen sind in der Grafik ergänzt worden und stellen jeweils eine Ausprägung für die\nverschiedenen Anwendungsfälle der Preisblätter dar.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Preisblatt JSON Schema `_", + "description": "Das allgemeine Modell zur Abbildung von Preisen;\nDavon abgeleitet können, über die Zuordnung identifizierender Merkmale, spezielle Preisblatt-Varianten modelliert\nwerden.\n\nDie jeweiligen Sätze von Merkmalen sind in der Grafik ergänzt worden und stellen jeweils eine Ausprägung für die\nverschiedenen Anwendungsfälle der Preisblätter dar.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Preisblatt JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,7 +36,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -56,7 +56,7 @@ "gueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -68,7 +68,7 @@ "herausgeber": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktteilnehmer.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktteilnehmer.json" }, { "type": "null" @@ -81,7 +81,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preisposition.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preisposition.json" }, "type": "array" }, @@ -96,7 +96,7 @@ "preisstatus": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Preisstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Preisstatus.json" }, { "type": "null" @@ -108,7 +108,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -121,7 +121,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/PreisblattDienstleistung.json b/src/bo4e_schemas/bo/PreisblattDienstleistung.json index 9826f38..ec18a05 100644 --- a/src/bo4e_schemas/bo/PreisblattDienstleistung.json +++ b/src/bo4e_schemas/bo/PreisblattDienstleistung.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Variante des Preisblattmodells zur Abbildung der Preise für wahlfreie Dienstleistungen\n\n.. raw:: html\n\n \n\n.. HINT::\n `PreisblattDienstleistung JSON Schema `_", + "description": "Variante des Preisblattmodells zur Abbildung der Preise für wahlfreie Dienstleistungen\n\n.. raw:: html\n\n \n\n.. HINT::\n `PreisblattDienstleistung JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "basisdienstleistung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Dienstleistungstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Dienstleistungstyp.json" }, { "type": "null" @@ -68,7 +68,7 @@ "bilanzierungsmethode": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Bilanzierungsmethode.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Bilanzierungsmethode.json" }, { "type": "null" @@ -80,7 +80,7 @@ "geraetedetails": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geraet.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geraet.json" }, { "type": "null" @@ -92,7 +92,7 @@ "gueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -104,7 +104,7 @@ "herausgeber": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktteilnehmer.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktteilnehmer.json" }, { "type": "null" @@ -117,7 +117,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Dienstleistungstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Dienstleistungstyp.json" }, "type": "array" }, @@ -133,7 +133,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preisposition.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preisposition.json" }, "type": "array" }, @@ -148,7 +148,7 @@ "preisstatus": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Preisstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Preisstatus.json" }, { "type": "null" @@ -160,7 +160,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -173,7 +173,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/PreisblattHardware.json b/src/bo4e_schemas/bo/PreisblattHardware.json index cfdf8e2..d616ba8 100644 --- a/src/bo4e_schemas/bo/PreisblattHardware.json +++ b/src/bo4e_schemas/bo/PreisblattHardware.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Variante des Preisblattmodells zur Abbildung der Preise für zusätzliche Hardware\n\n.. raw:: html\n\n \n\n.. HINT::\n `PreisblattHardware JSON Schema `_", + "description": "Variante des Preisblattmodells zur Abbildung der Preise für zusätzliche Hardware\n\n.. raw:: html\n\n \n\n.. HINT::\n `PreisblattHardware JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "basisgeraet": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geraet.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geraet.json" }, { "type": "null" @@ -68,7 +68,7 @@ "bilanzierungsmethode": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Bilanzierungsmethode.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Bilanzierungsmethode.json" }, { "type": "null" @@ -80,7 +80,7 @@ "gueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -92,7 +92,7 @@ "herausgeber": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktteilnehmer.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktteilnehmer.json" }, { "type": "null" @@ -105,7 +105,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Dienstleistungstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Dienstleistungstyp.json" }, "type": "array" }, @@ -121,7 +121,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geraet.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geraet.json" }, "type": "array" }, @@ -136,7 +136,7 @@ "messebene": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Netzebene.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Netzebene.json" }, { "type": "null" @@ -149,7 +149,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preisposition.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preisposition.json" }, "type": "array" }, @@ -164,7 +164,7 @@ "preisstatus": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Preisstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Preisstatus.json" }, { "type": "null" @@ -176,7 +176,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -189,7 +189,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/PreisblattKonzessionsabgabe.json b/src/bo4e_schemas/bo/PreisblattKonzessionsabgabe.json index a484f31..8029096 100644 --- a/src/bo4e_schemas/bo/PreisblattKonzessionsabgabe.json +++ b/src/bo4e_schemas/bo/PreisblattKonzessionsabgabe.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Die Variante des Preisblattmodells zur Abbildung von allgemeinen Abgaben\n\n.. raw:: html\n\n \n\n.. HINT::\n `PreisblattKonzessionsabgabe JSON Schema `_", + "description": "Die Variante des Preisblattmodells zur Abbildung von allgemeinen Abgaben\n\n.. raw:: html\n\n \n\n.. HINT::\n `PreisblattKonzessionsabgabe JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,7 +36,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -56,7 +56,7 @@ "gueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -68,7 +68,7 @@ "herausgeber": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktteilnehmer.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktteilnehmer.json" }, { "type": "null" @@ -80,7 +80,7 @@ "kundengruppeKA": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/KundengruppeKA.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/KundengruppeKA.json" }, { "type": "null" @@ -93,7 +93,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preisposition.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preisposition.json" }, "type": "array" }, @@ -108,7 +108,7 @@ "preisstatus": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Preisstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Preisstatus.json" }, { "type": "null" @@ -120,7 +120,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -133,7 +133,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/PreisblattMessung.json b/src/bo4e_schemas/bo/PreisblattMessung.json index e464e8e..292abce 100644 --- a/src/bo4e_schemas/bo/PreisblattMessung.json +++ b/src/bo4e_schemas/bo/PreisblattMessung.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Variante des Preisblattmodells zur Abbildung der Preise des Messstellenbetriebs und damit verbundener Leistungen\n\n.. raw:: html\n\n \n\n.. HINT::\n `PreisblattMessung JSON Schema `_", + "description": "Variante des Preisblattmodells zur Abbildung der Preise des Messstellenbetriebs und damit verbundener Leistungen\n\n.. raw:: html\n\n \n\n.. HINT::\n `PreisblattMessung JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,7 +36,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -56,7 +56,7 @@ "bilanzierungsmethode": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Bilanzierungsmethode.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Bilanzierungsmethode.json" }, { "type": "null" @@ -68,7 +68,7 @@ "gueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -80,7 +80,7 @@ "herausgeber": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktteilnehmer.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktteilnehmer.json" }, { "type": "null" @@ -93,7 +93,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Dienstleistungstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Dienstleistungstyp.json" }, "type": "array" }, @@ -109,7 +109,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geraet.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geraet.json" }, "type": "array" }, @@ -124,7 +124,7 @@ "messebene": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Netzebene.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Netzebene.json" }, { "type": "null" @@ -137,7 +137,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preisposition.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preisposition.json" }, "type": "array" }, @@ -152,7 +152,7 @@ "preisstatus": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Preisstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Preisstatus.json" }, { "type": "null" @@ -164,7 +164,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -176,7 +176,7 @@ "zaehler": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Zaehler.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Zaehler.json" }, { "type": "null" @@ -189,7 +189,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/PreisblattNetznutzung.json b/src/bo4e_schemas/bo/PreisblattNetznutzung.json index 7bafb33..c61a0b2 100644 --- a/src/bo4e_schemas/bo/PreisblattNetznutzung.json +++ b/src/bo4e_schemas/bo/PreisblattNetznutzung.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Die Variante des Preisblattmodells zur Abbildung der Netznutzungspreise\n\n.. raw:: html\n\n \n\n.. HINT::\n `PreisblattNetznutzung JSON Schema `_", + "description": "Die Variante des Preisblattmodells zur Abbildung der Netznutzungspreise\n\n.. raw:: html\n\n \n\n.. HINT::\n `PreisblattNetznutzung JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,7 +36,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -56,7 +56,7 @@ "bilanzierungsmethode": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Bilanzierungsmethode.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Bilanzierungsmethode.json" }, { "type": "null" @@ -68,7 +68,7 @@ "gueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -80,7 +80,7 @@ "herausgeber": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktteilnehmer.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktteilnehmer.json" }, { "type": "null" @@ -92,7 +92,7 @@ "kundengruppe": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Kundengruppe.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Kundengruppe.json" }, { "type": "null" @@ -103,7 +103,7 @@ "netzebene": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Netzebene.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Netzebene.json" }, { "type": "null" @@ -116,7 +116,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preisposition.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preisposition.json" }, "type": "array" }, @@ -131,7 +131,7 @@ "preisstatus": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Preisstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Preisstatus.json" }, { "type": "null" @@ -143,7 +143,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -156,7 +156,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Rechnung.json b/src/bo4e_schemas/bo/Rechnung.json index 5dabb26..2c99adc 100644 --- a/src/bo4e_schemas/bo/Rechnung.json +++ b/src/bo4e_schemas/bo/Rechnung.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Modell für die Abbildung von Rechnungen und Netznutzungsrechnungen im Kontext der Energiewirtschaft;\n\n.. raw:: html\n\n \n\n.. HINT::\n `Rechnung JSON Schema `_", + "description": "Modell für die Abbildung von Rechnungen und Netznutzungsrechnungen im Kontext der Energiewirtschaft;\n\n.. raw:: html\n\n \n\n.. HINT::\n `Rechnung JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,7 +36,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -57,7 +57,7 @@ "gesamtbrutto": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -69,7 +69,7 @@ "gesamtnetto": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -81,7 +81,7 @@ "gesamtsteuer": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -132,7 +132,7 @@ "marktlokation": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktlokation.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktlokation.json" }, { "type": "null" @@ -144,7 +144,7 @@ "messlokation": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Messlokation.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Messlokation.json" }, { "type": "null" @@ -156,7 +156,7 @@ "netznutzungrechnungsart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/NetznutzungRechnungsart.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/NetznutzungRechnungsart.json" }, { "type": "null" @@ -168,7 +168,7 @@ "netznutzungrechnungstyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/NetznutzungRechnungstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/NetznutzungRechnungstyp.json" }, { "type": "null" @@ -193,7 +193,7 @@ "rabattBrutto": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -219,7 +219,7 @@ "rechnungsempfaenger": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geschaeftspartner.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geschaeftspartner.json" }, { "type": "null" @@ -231,7 +231,7 @@ "rechnungsersteller": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geschaeftspartner.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geschaeftspartner.json" }, { "type": "null" @@ -256,7 +256,7 @@ "rechnungsperiode": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -269,7 +269,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Rechnungsposition.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Rechnungsposition.json" }, "type": "array" }, @@ -284,7 +284,7 @@ "rechnungsstatus": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Rechnungsstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Rechnungsstatus.json" }, { "type": "null" @@ -309,7 +309,7 @@ "rechnungstyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Rechnungstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Rechnungstyp.json" }, { "type": "null" @@ -321,7 +321,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -334,7 +334,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Steuerbetrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Steuerbetrag.json" }, "type": "array" }, @@ -349,7 +349,7 @@ "vorausgezahlt": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -361,7 +361,7 @@ "zuZahlen": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -374,7 +374,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Region.json b/src/bo4e_schemas/bo/Region.json index fb5bd72..8be6f62 100644 --- a/src/bo4e_schemas/bo/Region.json +++ b/src/bo4e_schemas/bo/Region.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Modellierung einer Region als Menge von Kriterien, die eine Region beschreiben\n\n.. raw:: html\n\n \n\n.. HINT::\n `Region JSON Schema `_", + "description": "Modellierung einer Region als Menge von Kriterien, die eine Region beschreiben\n\n.. raw:: html\n\n \n\n.. HINT::\n `Region JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,7 +36,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -57,7 +57,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Regionskriterium.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Regionskriterium.json" }, "type": "array" }, @@ -73,7 +73,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Regionskriterium.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Regionskriterium.json" }, "type": "array" }, @@ -89,7 +89,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Regionaltarif.json b/src/bo4e_schemas/bo/Regionaltarif.json index 3cdd000..c4eb446 100644 --- a/src/bo4e_schemas/bo/Regionaltarif.json +++ b/src/bo4e_schemas/bo/Regionaltarif.json @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -35,14 +35,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "anbieter": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktteilnehmer.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktteilnehmer.json" }, { "type": "null" @@ -93,7 +93,7 @@ "berechnungsparameter": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Tarifberechnungsparameter.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Tarifberechnungsparameter.json" }, { "type": "null" @@ -117,7 +117,7 @@ "energiemix": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Energiemix.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Energiemix.json" }, { "type": "null" @@ -130,7 +130,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Kundentyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Kundentyp.json" }, "type": "array" }, @@ -146,7 +146,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/RegionalePreisgarantie.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/RegionalePreisgarantie.json" }, "type": "array" }, @@ -173,7 +173,7 @@ "registeranzahl": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Registeranzahl.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Registeranzahl.json" }, { "type": "null" @@ -185,7 +185,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -198,7 +198,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/RegionalerAufAbschlag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/RegionalerAufAbschlag.json" }, "type": "array" }, @@ -212,7 +212,7 @@ "tarifeinschraenkung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Tarifeinschraenkung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Tarifeinschraenkung.json" }, { "type": "null" @@ -224,7 +224,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Tarifmerkmal.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Tarifmerkmal.json" }, "type": "array" }, @@ -240,7 +240,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/RegionaleTarifpreisposition.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/RegionaleTarifpreisposition.json" }, "type": "array" }, @@ -254,7 +254,7 @@ "tariftyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Tariftyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Tariftyp.json" }, { "type": "null" @@ -266,7 +266,7 @@ "vertragskonditionen": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Vertragskonditionen.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Vertragskonditionen.json" }, { "type": "null" @@ -291,7 +291,7 @@ "zeitlicheGueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -304,7 +304,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Standorteigenschaften.json b/src/bo4e_schemas/bo/Standorteigenschaften.json index 34d6c23..7284aa1 100644 --- a/src/bo4e_schemas/bo/Standorteigenschaften.json +++ b/src/bo4e_schemas/bo/Standorteigenschaften.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Modelliert die regionalen und spartenspezifischen Eigenschaften einer gegebenen Adresse.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Standorteigenschaften JSON Schema `_", + "description": "Modelliert die regionalen und spartenspezifischen Eigenschaften einer gegebenen Adresse.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Standorteigenschaften JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "eigenschaftenGas": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/StandorteigenschaftenGas.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/StandorteigenschaftenGas.json" }, { "type": "null" @@ -56,7 +56,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/StandorteigenschaftenStrom.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/StandorteigenschaftenStrom.json" }, "type": "array" }, @@ -72,7 +72,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/SteuerbareRessource.json b/src/bo4e_schemas/bo/SteuerbareRessource.json index ad81d0b..2303425 100644 --- a/src/bo4e_schemas/bo/SteuerbareRessource.json +++ b/src/bo4e_schemas/bo/SteuerbareRessource.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Object containing information about a steuerbare Ressource\n\n.. raw:: html\n\n \n\n.. HINT::\n `SteuerbareRessource JSON Schema `_", + "description": "Object containing information about a steuerbare Ressource\n\n.. raw:: html\n\n \n\n.. HINT::\n `SteuerbareRessource JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "eigenschaftMsbLokation": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Marktrolle.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Marktrolle.json" }, { "type": "null" @@ -56,7 +56,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Konfigurationsprodukt.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Konfigurationsprodukt.json" }, "type": "array" }, @@ -85,7 +85,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Lokationszuordnung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Lokationszuordnung.json" }, "type": "array" }, @@ -113,7 +113,7 @@ "steuerkanalLeistungsbeschreibung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/SteuerkanalLeistungsbeschreibung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/SteuerkanalLeistungsbeschreibung.json" }, { "type": "null" @@ -139,7 +139,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Tarif.json b/src/bo4e_schemas/bo/Tarif.json index 8edaadb..78e221c 100644 --- a/src/bo4e_schemas/bo/Tarif.json +++ b/src/bo4e_schemas/bo/Tarif.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung eines Tarifs mit regionaler Zuordnung von Preisen und Auf- und Abschlägen\n\n.. raw:: html\n\n \n\n.. HINT::\n `Tarif JSON Schema `_", + "description": "Abbildung eines Tarifs mit regionaler Zuordnung von Preisen und Auf- und Abschlägen\n\n.. raw:: html\n\n \n\n.. HINT::\n `Tarif JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "anbieter": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktteilnehmer.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktteilnehmer.json" }, { "type": "null" @@ -94,7 +94,7 @@ "berechnungsparameter": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Tarifberechnungsparameter.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Tarifberechnungsparameter.json" }, { "type": "null" @@ -119,7 +119,7 @@ "energiemix": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Energiemix.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Energiemix.json" }, { "type": "null" @@ -132,7 +132,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Kundentyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Kundentyp.json" }, "type": "array" }, @@ -147,7 +147,7 @@ "preisgarantie": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preisgarantie.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preisgarantie.json" }, { "type": "null" @@ -173,7 +173,7 @@ "registeranzahl": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Registeranzahl.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Registeranzahl.json" }, { "type": "null" @@ -185,7 +185,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -198,7 +198,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/AufAbschlagRegional.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/AufAbschlagRegional.json" }, "type": "array" }, @@ -213,7 +213,7 @@ "tarifeinschraenkung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Tarifeinschraenkung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Tarifeinschraenkung.json" }, { "type": "null" @@ -226,7 +226,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Tarifmerkmal.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Tarifmerkmal.json" }, "type": "array" }, @@ -242,7 +242,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/TarifpreispositionProOrt.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/TarifpreispositionProOrt.json" }, "type": "array" }, @@ -257,7 +257,7 @@ "tariftyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Tariftyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Tariftyp.json" }, { "type": "null" @@ -269,7 +269,7 @@ "vertragskonditionen": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Vertragskonditionen.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Vertragskonditionen.json" }, { "type": "null" @@ -294,7 +294,7 @@ "zeitlicheGueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -307,7 +307,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Tarifinfo.json b/src/bo4e_schemas/bo/Tarifinfo.json index 2340d55..145924f 100644 --- a/src/bo4e_schemas/bo/Tarifinfo.json +++ b/src/bo4e_schemas/bo/Tarifinfo.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Das BO Tarifinfo liefert die Merkmale, die einen Endkundentarif identifizierbar machen.\nDieses BO dient als Basis für weitere BOs mit erweiterten Anwendungsmöglichkeiten.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Tarifinfo JSON Schema `_", + "description": "Das BO Tarifinfo liefert die Merkmale, die einen Endkundentarif identifizierbar machen.\nDieses BO dient als Basis für weitere BOs mit erweiterten Anwendungsmöglichkeiten.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Tarifinfo JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "anbieter": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktteilnehmer.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktteilnehmer.json" }, { "type": "null" @@ -107,7 +107,7 @@ "energiemix": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Energiemix.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Energiemix.json" }, { "type": "null" @@ -120,7 +120,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Kundentyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Kundentyp.json" }, "type": "array" }, @@ -135,7 +135,7 @@ "registeranzahl": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Registeranzahl.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Registeranzahl.json" }, { "type": "null" @@ -147,7 +147,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -160,7 +160,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Tarifmerkmal.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Tarifmerkmal.json" }, "type": "array" }, @@ -175,7 +175,7 @@ "tariftyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Tariftyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Tariftyp.json" }, { "type": "null" @@ -187,7 +187,7 @@ "vertragskonditionen": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Vertragskonditionen.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Vertragskonditionen.json" }, { "type": "null" @@ -212,7 +212,7 @@ "zeitlicheGueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -225,7 +225,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Tarifkosten.json b/src/bo4e_schemas/bo/Tarifkosten.json index 506633f..6131cdf 100644 --- a/src/bo4e_schemas/bo/Tarifkosten.json +++ b/src/bo4e_schemas/bo/Tarifkosten.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Objekt zur Kommunikation von Kosten, die im Rahmen der Tarifanwendung entstehen\n\n.. raw:: html\n\n \n\n.. HINT::\n `Tarifkosten JSON Schema `_", + "description": "Objekt zur Kommunikation von Kosten, die im Rahmen der Tarifanwendung entstehen\n\n.. raw:: html\n\n \n\n.. HINT::\n `Tarifkosten JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "anbieter": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktteilnehmer.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktteilnehmer.json" }, { "type": "null" @@ -107,7 +107,7 @@ "energiemix": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Energiemix.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Energiemix.json" }, { "type": "null" @@ -119,7 +119,7 @@ "kosten": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Kosten.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Kosten.json" }, { "type": "null" @@ -131,7 +131,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Kundentyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Kundentyp.json" }, "type": "array" }, @@ -146,7 +146,7 @@ "registeranzahl": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Registeranzahl.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Registeranzahl.json" }, { "type": "null" @@ -158,7 +158,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -171,7 +171,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Tarifmerkmal.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Tarifmerkmal.json" }, "type": "array" }, @@ -186,7 +186,7 @@ "tariftyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Tariftyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Tariftyp.json" }, { "type": "null" @@ -198,7 +198,7 @@ "vertragskonditionen": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Vertragskonditionen.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Vertragskonditionen.json" }, { "type": "null" @@ -223,7 +223,7 @@ "zeitlicheGueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -236,7 +236,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Tarifpreisblatt.json b/src/bo4e_schemas/bo/Tarifpreisblatt.json index 9b76266..68350ad 100644 --- a/src/bo4e_schemas/bo/Tarifpreisblatt.json +++ b/src/bo4e_schemas/bo/Tarifpreisblatt.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Tarifinformation mit Preisen, Aufschlägen und Berechnungssystematik\n\n.. raw:: html\n\n \n\n.. HINT::\n `Tarifpreisblatt JSON Schema `_", + "description": "Tarifinformation mit Preisen, Aufschlägen und Berechnungssystematik\n\n.. raw:: html\n\n \n\n.. HINT::\n `Tarifpreisblatt JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "anbieter": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktteilnehmer.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktteilnehmer.json" }, { "type": "null" @@ -94,7 +94,7 @@ "berechnungsparameter": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Tarifberechnungsparameter.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Tarifberechnungsparameter.json" }, { "type": "null" @@ -119,7 +119,7 @@ "energiemix": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Energiemix.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Energiemix.json" }, { "type": "null" @@ -132,7 +132,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Kundentyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Kundentyp.json" }, "type": "array" }, @@ -147,7 +147,7 @@ "preisgarantie": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preisgarantie.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preisgarantie.json" }, { "type": "null" @@ -173,7 +173,7 @@ "registeranzahl": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Registeranzahl.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Registeranzahl.json" }, { "type": "null" @@ -185,7 +185,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -198,7 +198,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/AufAbschlag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/AufAbschlag.json" }, "type": "array" }, @@ -213,7 +213,7 @@ "tarifeinschraenkung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Tarifeinschraenkung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Tarifeinschraenkung.json" }, { "type": "null" @@ -226,7 +226,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Tarifmerkmal.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Tarifmerkmal.json" }, "type": "array" }, @@ -242,7 +242,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Tarifpreisposition.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Tarifpreisposition.json" }, "type": "array" }, @@ -257,7 +257,7 @@ "tariftyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Tariftyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Tariftyp.json" }, { "type": "null" @@ -269,7 +269,7 @@ "vertragskonditionen": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Vertragskonditionen.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Vertragskonditionen.json" }, { "type": "null" @@ -294,7 +294,7 @@ "zeitlicheGueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -307,7 +307,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/TechnischeRessource.json b/src/bo4e_schemas/bo/TechnischeRessource.json index 615f61f..e46764e 100644 --- a/src/bo4e_schemas/bo/TechnischeRessource.json +++ b/src/bo4e_schemas/bo/TechnischeRessource.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Object containing information about a technische Ressource\n\n.. raw:: html\n\n \n\n.. HINT::\n `TechnischeRessource JSON Schema `_", + "description": "Object containing information about a technische Ressource\n\n.. raw:: html\n\n \n\n.. HINT::\n `TechnischeRessource JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "emobilitaetsart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/EMobilitaetsart.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/EMobilitaetsart.json" }, { "type": "null" @@ -55,7 +55,7 @@ "erzeugungsart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Erzeugungsart.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Erzeugungsart.json" }, { "type": "null" @@ -81,7 +81,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Lokationszuordnung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Lokationszuordnung.json" }, "type": "array" }, @@ -96,7 +96,7 @@ "nennleistungabgabe": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -108,7 +108,7 @@ "nennleistungaufnahme": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -120,7 +120,7 @@ "speicherart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Speicherart.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Speicherart.json" }, { "type": "null" @@ -132,7 +132,7 @@ "speicherkapazitaet": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -157,7 +157,7 @@ "technischeRessourceNutzung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/TechnischeRessourceNutzung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/TechnischeRessourceNutzung.json" }, { "type": "null" @@ -169,7 +169,7 @@ "technischeRessourceVerbrauchsart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/TechnischeRessourceVerbrauchsart.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/TechnischeRessourceVerbrauchsart.json" }, { "type": "null" @@ -194,7 +194,7 @@ "waermenutzung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Waermenutzung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Waermenutzung.json" }, { "type": "null" @@ -233,7 +233,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Vertrag.json b/src/bo4e_schemas/bo/Vertrag.json index 731135b..5c4ec99 100644 --- a/src/bo4e_schemas/bo/Vertrag.json +++ b/src/bo4e_schemas/bo/Vertrag.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Modell für die Abbildung von Vertragsbeziehungen;\nDas Objekt dient dazu, alle Arten von Verträgen, die in der Energiewirtschaft Verwendung finden, abzubilden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Vertrag JSON Schema `_", + "description": "Modell für die Abbildung von Vertragsbeziehungen;\nDas Objekt dient dazu, alle Arten von Verträgen, die in der Energiewirtschaft Verwendung finden, abzubilden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Vertrag JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,7 +36,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -56,7 +56,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -69,7 +69,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Unterschrift.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Unterschrift.json" }, "type": "array" }, @@ -85,7 +85,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Unterschrift.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Unterschrift.json" }, "type": "array" }, @@ -100,7 +100,7 @@ "vertragsart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Vertragsart.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Vertragsart.json" }, { "type": "null" @@ -140,7 +140,7 @@ "vertragskonditionen": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Vertragskonditionen.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Vertragskonditionen.json" }, { "type": "null" @@ -165,7 +165,7 @@ "vertragspartner1": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geschaeftspartner.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geschaeftspartner.json" }, { "type": "null" @@ -176,7 +176,7 @@ "vertragspartner2": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geschaeftspartner.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geschaeftspartner.json" }, { "type": "null" @@ -187,7 +187,7 @@ "vertragsstatus": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Vertragsstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Vertragsstatus.json" }, { "type": "null" @@ -200,7 +200,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Vertragsteil.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Vertragsteil.json" }, "type": "array" }, @@ -216,7 +216,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Zaehler.json b/src/bo4e_schemas/bo/Zaehler.json index ac1bdfa..0c65ce7 100644 --- a/src/bo4e_schemas/bo/Zaehler.json +++ b/src/bo4e_schemas/bo/Zaehler.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Object containing information about a meter/\"Zaehler\".\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zaehler JSON Schema `_", + "description": "Object containing information about a meter/\"Zaehler\".\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zaehler JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -36,14 +36,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "befestigungsart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Befestigungsart.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Befestigungsart.json" }, { "type": "null" @@ -70,7 +70,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geraet.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geraet.json" }, "type": "array" }, @@ -112,7 +112,7 @@ "messwerterfassung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Messwerterfassung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Messwerterfassung.json" }, { "type": "null" @@ -124,7 +124,7 @@ "registeranzahl": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Registeranzahl.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Registeranzahl.json" }, { "type": "null" @@ -136,7 +136,7 @@ "sparte": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -148,7 +148,7 @@ "zaehlerauspraegung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Zaehlerauspraegung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Zaehlerauspraegung.json" }, { "type": "null" @@ -160,7 +160,7 @@ "zaehlergroesse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Zaehlergroesse.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Zaehlergroesse.json" }, { "type": "null" @@ -172,7 +172,7 @@ "zaehlerhersteller": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geschaeftspartner.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geschaeftspartner.json" }, { "type": "null" @@ -211,7 +211,7 @@ "zaehlertyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Zaehlertyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Zaehlertyp.json" }, { "type": "null" @@ -223,7 +223,7 @@ "zaehlertypSpezifikation": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/ZaehlertypSpezifikation.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/ZaehlertypSpezifikation.json" }, { "type": "null" @@ -236,7 +236,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zaehlwerk.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zaehlwerk.json" }, "type": "array" }, @@ -252,7 +252,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/bo/Zeitreihe.json b/src/bo4e_schemas/bo/Zeitreihe.json index c9105c1..806765f 100644 --- a/src/bo4e_schemas/bo/Zeitreihe.json +++ b/src/bo4e_schemas/bo/Zeitreihe.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung einer allgemeinen Zeitreihe mit einem Wertvektor.\nDie Werte können mit wahlfreier zeitlicher Distanz im Vektor abgelegt sein.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zeitreihe JSON Schema `_", + "description": "Abbildung einer allgemeinen Zeitreihe mit einem Wertvektor.\nDie Werte können mit wahlfreier zeitlicher Distanz im Vektor abgelegt sein.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zeitreihe JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -18,7 +18,7 @@ "_typ": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Typ.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Typ.json" }, { "type": "null" @@ -56,7 +56,7 @@ "einheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -68,7 +68,7 @@ "medium": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Medium.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Medium.json" }, { "type": "null" @@ -80,7 +80,7 @@ "messart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Messart.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Messart.json" }, { "type": "null" @@ -92,7 +92,7 @@ "messgroesse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Messgroesse.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Messgroesse.json" }, { "type": "null" @@ -118,7 +118,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitreihenwert.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitreihenwert.json" }, "type": "array" }, @@ -133,7 +133,7 @@ "wertherkunft": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Wertermittlungsverfahren.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Wertermittlungsverfahren.json" }, { "type": "null" @@ -146,7 +146,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Adresse.json b/src/bo4e_schemas/com/Adresse.json index a50225a..89df0a9 100644 --- a/src/bo4e_schemas/com/Adresse.json +++ b/src/bo4e_schemas/com/Adresse.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Contains an address that can be used for most purposes.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Adresse JSON Schema `_", + "description": "Contains an address that can be used for most purposes.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Adresse JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -70,7 +70,7 @@ "landescode": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Landescode.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Landescode.json" }, { "type": "null" @@ -148,7 +148,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Angebotsposition.json b/src/bo4e_schemas/com/Angebotsposition.json index 552e7ba..1eb9092 100644 --- a/src/bo4e_schemas/com/Angebotsposition.json +++ b/src/bo4e_schemas/com/Angebotsposition.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Unterhalb von Angebotsteilen sind die Angebotspositionen eingebunden.\nHier werden die angebotenen Bestandteile einzeln aufgeführt. Beispiel:\nPositionsmenge: 4000 kWh\nPositionspreis: 24,56 ct/kWh\nPositionskosten: 982,40 EUR\n\n.. raw:: html\n\n \n\n.. HINT::\n `Angebotsposition JSON Schema `_", + "description": "Unterhalb von Angebotsteilen sind die Angebotspositionen eingebunden.\nHier werden die angebotenen Bestandteile einzeln aufgeführt. Beispiel:\nPositionsmenge: 4000 kWh\nPositionspreis: 24,56 ct/kWh\nPositionskosten: 982,40 EUR\n\n.. raw:: html\n\n \n\n.. HINT::\n `Angebotsposition JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -44,7 +44,7 @@ "positionskosten": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -56,7 +56,7 @@ "positionsmenge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -68,7 +68,7 @@ "positionspreis": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preis.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preis.json" }, { "type": "null" @@ -81,7 +81,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Angebotsteil.json b/src/bo4e_schemas/com/Angebotsteil.json index cb29d07..bc1c5f6 100644 --- a/src/bo4e_schemas/com/Angebotsteil.json +++ b/src/bo4e_schemas/com/Angebotsteil.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit dieser Komponente wird ein Teil einer Angebotsvariante abgebildet.\nHier werden alle Angebotspositionen aggregiert.\nAngebotsteile werden im einfachsten Fall für eine Marktlokation oder Lieferstellenadresse erzeugt.\nHier werden die Mengen und Gesamtkosten aller Angebotspositionen zusammengefasst.\nEine Variante besteht mindestens aus einem Angebotsteil.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Angebotsteil JSON Schema `_", + "description": "Mit dieser Komponente wird ein Teil einer Angebotsvariante abgebildet.\nHier werden alle Angebotspositionen aggregiert.\nAngebotsteile werden im einfachsten Fall für eine Marktlokation oder Lieferstellenadresse erzeugt.\nHier werden die Mengen und Gesamtkosten aller Angebotspositionen zusammengefasst.\nEine Variante besteht mindestens aus einem Angebotsteil.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Angebotsteil JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -44,7 +44,7 @@ "gesamtkostenangebotsteil": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -56,7 +56,7 @@ "gesamtmengeangebotsteil": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -69,7 +69,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktlokation.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktlokation.json" }, "type": "array" }, @@ -84,7 +84,7 @@ "lieferzeitraum": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -97,7 +97,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Angebotsposition.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Angebotsposition.json" }, "type": "array" }, @@ -113,7 +113,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Angebotsvariante.json b/src/bo4e_schemas/com/Angebotsvariante.json index bf84c46..7a19b3c 100644 --- a/src/bo4e_schemas/com/Angebotsvariante.json +++ b/src/bo4e_schemas/com/Angebotsvariante.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Führt die verschiedenen Ausprägungen der Angebotsberechnung auf\n\n.. raw:: html\n\n \n\n.. HINT::\n `Angebotsvariante JSON Schema `_", + "description": "Führt die verschiedenen Ausprägungen der Angebotsberechnung auf\n\n.. raw:: html\n\n \n\n.. HINT::\n `Angebotsvariante JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "angebotsstatus": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Angebotsstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Angebotsstatus.json" }, { "type": "null" @@ -71,7 +71,7 @@ "gesamtkosten": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -83,7 +83,7 @@ "gesamtmenge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -96,7 +96,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Angebotsteil.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Angebotsteil.json" }, "type": "array" }, @@ -112,7 +112,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/AufAbschlag.json b/src/bo4e_schemas/com/AufAbschlag.json index 5e0023d..7002573 100644 --- a/src/bo4e_schemas/com/AufAbschlag.json +++ b/src/bo4e_schemas/com/AufAbschlag.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Modell für die preiserhöhenden (Aufschlag) bzw. preisvermindernden (Abschlag) Zusatzvereinbarungen,\ndie individuell zu einem neuen oder bestehenden Liefervertrag abgeschlossen wurden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `AufAbschlag JSON Schema `_", + "description": "Modell für die preiserhöhenden (Aufschlag) bzw. preisvermindernden (Abschlag) Zusatzvereinbarungen,\ndie individuell zu einem neuen oder bestehenden Liefervertrag abgeschlossen wurden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `AufAbschlag JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "aufAbschlagstyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/AufAbschlagstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/AufAbschlagstyp.json" }, { "type": "null" @@ -43,7 +43,7 @@ "aufAbschlagsziel": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/AufAbschlagsziel.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/AufAbschlagsziel.json" }, { "type": "null" @@ -81,7 +81,7 @@ "einheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Waehrungseinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Waehrungseinheit.json" }, { "type": "null" @@ -93,7 +93,7 @@ "gueltigkeitszeitraum": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -106,7 +106,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preisstaffel.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preisstaffel.json" }, "type": "array" }, @@ -135,7 +135,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/AufAbschlagProOrt.json b/src/bo4e_schemas/com/AufAbschlagProOrt.json index f581014..7d2a317 100644 --- a/src/bo4e_schemas/com/AufAbschlagProOrt.json +++ b/src/bo4e_schemas/com/AufAbschlagProOrt.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit dieser Komponente können Auf- und Abschläge verschiedener Typen im Zusammenhang\nmit örtlichen Gültigkeiten abgebildet werden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `AufAbschlagProOrt JSON Schema `_", + "description": "Mit dieser Komponente können Auf- und Abschläge verschiedener Typen im Zusammenhang\nmit örtlichen Gültigkeiten abgebildet werden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `AufAbschlagProOrt JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -71,7 +71,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/AufAbschlagstaffelProOrt.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/AufAbschlagstaffelProOrt.json" }, "type": "array" }, @@ -87,7 +87,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/AufAbschlagRegional.json b/src/bo4e_schemas/com/AufAbschlagRegional.json index e337a0d..30740c5 100644 --- a/src/bo4e_schemas/com/AufAbschlagRegional.json +++ b/src/bo4e_schemas/com/AufAbschlagRegional.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit dieser Komponente können Auf- und Abschläge verschiedener Typen\nim Zusammenhang mit regionalen Gültigkeiten abgebildet werden.\nHier sind auch die Auswirkungen auf verschiedene Tarifparameter modelliert,\ndie sich durch die Auswahl eines Auf- oder Abschlags ergeben.\n\n.. raw:: html\n\n \n\n.. HINT::\n `AufAbschlagRegional JSON Schema `_", + "description": "Mit dieser Komponente können Auf- und Abschläge verschiedener Typen\nim Zusammenhang mit regionalen Gültigkeiten abgebildet werden.\nHier sind auch die Auswirkungen auf verschiedene Tarifparameter modelliert,\ndie sich durch die Auswahl eines Auf- oder Abschlags ergeben.\n\n.. raw:: html\n\n \n\n.. HINT::\n `AufAbschlagRegional JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "aufAbschlagstyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/AufAbschlagstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/AufAbschlagstyp.json" }, { "type": "null" @@ -43,7 +43,7 @@ "aufAbschlagsziel": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/AufAbschlagsziel.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/AufAbschlagsziel.json" }, { "type": "null" @@ -69,7 +69,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/AufAbschlagProOrt.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/AufAbschlagProOrt.json" }, "type": "array" }, @@ -97,7 +97,7 @@ "einheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Waehrungseinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Waehrungseinheit.json" }, { "type": "null" @@ -109,7 +109,7 @@ "einschraenkungsaenderung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Tarifeinschraenkung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Tarifeinschraenkung.json" }, { "type": "null" @@ -121,7 +121,7 @@ "energiemixaenderung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Energiemix.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Energiemix.json" }, { "type": "null" @@ -133,7 +133,7 @@ "garantieaenderung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preisgarantie.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preisgarantie.json" }, { "type": "null" @@ -145,7 +145,7 @@ "gueltigkeitszeitraum": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -170,7 +170,7 @@ "vertagskonditionsaenderung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Vertragskonditionen.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Vertragskonditionen.json" }, { "type": "null" @@ -212,7 +212,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/AufAbschlagstaffelProOrt.json b/src/bo4e_schemas/com/AufAbschlagstaffelProOrt.json index f60bd6f..4ce637d 100644 --- a/src/bo4e_schemas/com/AufAbschlagstaffelProOrt.json +++ b/src/bo4e_schemas/com/AufAbschlagstaffelProOrt.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Gibt den Wert eines Auf- oder Abschlags und dessen Staffelgrenzen an\n\n.. raw:: html\n\n \n\n.. HINT::\n `AufAbschlagstaffelProOrt JSON Schema `_", + "description": "Gibt den Wert eines Auf- oder Abschlags und dessen Staffelgrenzen an\n\n.. raw:: html\n\n \n\n.. HINT::\n `AufAbschlagstaffelProOrt JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -74,7 +74,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Ausschreibungsdetail.json b/src/bo4e_schemas/com/Ausschreibungsdetail.json index 3f9d674..93556c2 100644 --- a/src/bo4e_schemas/com/Ausschreibungsdetail.json +++ b/src/bo4e_schemas/com/Ausschreibungsdetail.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Die Komponente Ausschreibungsdetail wird verwendet um die Informationen zu einer Abnahmestelle innerhalb eines\nAusschreibungsloses abzubilden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Ausschreibungsdetail JSON Schema `_", + "description": "Die Komponente Ausschreibungsdetail wird verwendet um die Informationen zu einer Abnahmestelle innerhalb eines\nAusschreibungsloses abzubilden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Ausschreibungsdetail JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -57,7 +57,7 @@ "lieferzeitraum": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -82,7 +82,7 @@ "marktlokationsadresse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Adresse.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Adresse.json" }, { "type": "null" @@ -146,7 +146,7 @@ "prognoseArbeitLieferzeitraum": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -158,7 +158,7 @@ "prognoseJahresarbeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -170,7 +170,7 @@ "prognoseLeistung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -182,7 +182,7 @@ "rechnungsadresse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Adresse.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Adresse.json" }, { "type": "null" @@ -207,7 +207,7 @@ "zaehlertechnik": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Zaehlertyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Zaehlertyp.json" }, { "type": "null" @@ -220,7 +220,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Ausschreibungslos.json b/src/bo4e_schemas/com/Ausschreibungslos.json index 123643e..d13502a 100644 --- a/src/bo4e_schemas/com/Ausschreibungslos.json +++ b/src/bo4e_schemas/com/Ausschreibungslos.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Eine Komponente zur Abbildung einzelner Lose einer Ausschreibung\n\n.. raw:: html\n\n \n\n.. HINT::\n `Ausschreibungslos JSON Schema `_", + "description": "Eine Komponente zur Abbildung einzelner Lose einer Ausschreibung\n\n.. raw:: html\n\n \n\n.. HINT::\n `Ausschreibungslos JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -83,7 +83,7 @@ "energieart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -95,7 +95,7 @@ "gesamtMenge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -108,7 +108,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Ausschreibungsdetail.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Ausschreibungsdetail.json" }, "type": "array" }, @@ -123,7 +123,7 @@ "lieferzeitraum": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -148,7 +148,7 @@ "preismodell": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Preismodell.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Preismodell.json" }, { "type": "null" @@ -160,7 +160,7 @@ "wiederholungsintervall": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -172,7 +172,7 @@ "wunschKuendingungsfrist": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -184,7 +184,7 @@ "wunschMaximalmenge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -196,7 +196,7 @@ "wunschMindestmenge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -208,7 +208,7 @@ "wunschRechnungslegung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Rechnungslegung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Rechnungslegung.json" }, { "type": "null" @@ -220,7 +220,7 @@ "wunschVertragsform": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Vertragsform.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Vertragsform.json" }, { "type": "null" @@ -232,7 +232,7 @@ "wunschZahlungsziel": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -245,7 +245,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Betrag.json b/src/bo4e_schemas/com/Betrag.json index 72ef368..6c75716 100644 --- a/src/bo4e_schemas/com/Betrag.json +++ b/src/bo4e_schemas/com/Betrag.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Die Komponente wird dazu verwendet, Summenbeträge (beispielsweise in Angeboten und Rechnungen) als Geldbeträge\nabzubilden. Die Einheit ist dabei immer die Hauptwährung also Euro, Dollar etc…\n\n.. raw:: html\n\n \n\n.. HINT::\n `Betrag JSON Schema `_", + "description": "Die Komponente wird dazu verwendet, Summenbeträge (beispielsweise in Angeboten und Rechnungen) als Geldbeträge\nabzubilden. Die Einheit ist dabei immer die Hauptwährung also Euro, Dollar etc…\n\n.. raw:: html\n\n \n\n.. HINT::\n `Betrag JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "waehrung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Waehrungscode.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Waehrungscode.json" }, { "type": "null" @@ -58,7 +58,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Dienstleistung.json b/src/bo4e_schemas/com/Dienstleistung.json index b027572..2727da6 100644 --- a/src/bo4e_schemas/com/Dienstleistung.json +++ b/src/bo4e_schemas/com/Dienstleistung.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung einer abrechenbaren Dienstleistung.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Dienstleistung JSON Schema `_", + "description": "Abbildung einer abrechenbaren Dienstleistung.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Dienstleistung JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -44,7 +44,7 @@ "dienstleistungstyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Dienstleistungstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Dienstleistungstyp.json" }, { "type": "null" @@ -57,7 +57,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Energieherkunft.json b/src/bo4e_schemas/com/Energieherkunft.json index 71eea4f..ade0a1d 100644 --- a/src/bo4e_schemas/com/Energieherkunft.json +++ b/src/bo4e_schemas/com/Energieherkunft.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung einer Energieherkunft\n\n.. raw:: html\n\n \n\n.. HINT::\n `Energieherkunft JSON Schema `_", + "description": "Abbildung einer Energieherkunft\n\n.. raw:: html\n\n \n\n.. HINT::\n `Energieherkunft JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -45,7 +45,7 @@ "erzeugungsart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Erzeugungsart.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Erzeugungsart.json" }, { "type": "null" @@ -58,7 +58,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Energiemix.json b/src/bo4e_schemas/com/Energiemix.json index 4ebba73..13fd122 100644 --- a/src/bo4e_schemas/com/Energiemix.json +++ b/src/bo4e_schemas/com/Energiemix.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Zusammensetzung der gelieferten Energie aus den verschiedenen Primärenergieformen.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Energiemix JSON Schema `_", + "description": "Zusammensetzung der gelieferten Energie aus den verschiedenen Primärenergieformen.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Energiemix JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -32,7 +32,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Energieherkunft.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Energieherkunft.json" }, "type": "array" }, @@ -101,7 +101,7 @@ "energieart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Sparte.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Sparte.json" }, { "type": "null" @@ -153,7 +153,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Oekolabel.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Oekolabel.json" }, "type": "array" }, @@ -169,7 +169,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Oekozertifikat.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Oekozertifikat.json" }, "type": "array" }, @@ -198,7 +198,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Fremdkostenblock.json b/src/bo4e_schemas/com/Fremdkostenblock.json index a38dfec..c4999f4 100644 --- a/src/bo4e_schemas/com/Fremdkostenblock.json +++ b/src/bo4e_schemas/com/Fremdkostenblock.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Komponente zur Abbildung eines Kostenblocks in den Fremdkosten\n\n.. raw:: html\n\n \n\n.. HINT::\n `Fremdkostenblock JSON Schema `_", + "description": "Komponente zur Abbildung eines Kostenblocks in den Fremdkosten\n\n.. raw:: html\n\n \n\n.. HINT::\n `Fremdkostenblock JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -45,7 +45,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Fremdkostenposition.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Fremdkostenposition.json" }, "type": "array" }, @@ -60,7 +60,7 @@ "summeKostenblock": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -73,7 +73,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Fremdkostenposition.json b/src/bo4e_schemas/com/Fremdkostenposition.json index fa7c549..ef424bc 100644 --- a/src/bo4e_schemas/com/Fremdkostenposition.json +++ b/src/bo4e_schemas/com/Fremdkostenposition.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Eine Kostenposition im Bereich der Fremdkosten\n\n.. raw:: html\n\n \n\n.. HINT::\n `Fremdkostenposition JSON Schema `_", + "description": "Eine Kostenposition im Bereich der Fremdkosten\n\n.. raw:: html\n\n \n\n.. HINT::\n `Fremdkostenposition JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -57,7 +57,7 @@ "betragKostenposition": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -83,7 +83,7 @@ "einzelpreis": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preis.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preis.json" }, { "type": "null" @@ -147,7 +147,7 @@ "menge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -186,7 +186,7 @@ "zeitmenge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -199,7 +199,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Geokoordinaten.json b/src/bo4e_schemas/com/Geokoordinaten.json index 2489b6f..9021499 100644 --- a/src/bo4e_schemas/com/Geokoordinaten.json +++ b/src/bo4e_schemas/com/Geokoordinaten.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "This component provides the geo-coordinates for a location.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Geokoordinaten JSON Schema `_", + "description": "This component provides the geo-coordinates for a location.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Geokoordinaten JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -58,7 +58,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Katasteradresse.json b/src/bo4e_schemas/com/Katasteradresse.json index 637872b..e25809a 100644 --- a/src/bo4e_schemas/com/Katasteradresse.json +++ b/src/bo4e_schemas/com/Katasteradresse.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Dient der Adressierung über die Liegenschafts-Information.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Katasteradresse JSON Schema `_", + "description": "Dient der Adressierung über die Liegenschafts-Information.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Katasteradresse JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -56,7 +56,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Konfigurationsprodukt.json b/src/bo4e_schemas/com/Konfigurationsprodukt.json index 0009e95..6f39b2a 100644 --- a/src/bo4e_schemas/com/Konfigurationsprodukt.json +++ b/src/bo4e_schemas/com/Konfigurationsprodukt.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Object containing information about a Konfigurationsprodukt\n\n.. raw:: html\n\n \n\n.. HINT::\n `Konfigurationsprodukt JSON Schema `_", + "description": "Object containing information about a Konfigurationsprodukt\n\n.. raw:: html\n\n \n\n.. HINT::\n `Konfigurationsprodukt JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -43,7 +43,7 @@ "marktpartner": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Marktteilnehmer.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Marktteilnehmer.json" }, { "type": "null" @@ -79,7 +79,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Kontaktweg.json b/src/bo4e_schemas/com/Kontaktweg.json index 4179497..d92f38f 100644 --- a/src/bo4e_schemas/com/Kontaktweg.json +++ b/src/bo4e_schemas/com/Kontaktweg.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Die Komponente wird dazu verwendet, die Kontaktwege innerhalb des BOs Person darzustellen\n\n.. raw:: html\n\n \n\n.. HINT::\n `Kontakt JSON Schema `_", + "description": "Die Komponente wird dazu verwendet, die Kontaktwege innerhalb des BOs Person darzustellen\n\n.. raw:: html\n\n \n\n.. HINT::\n `Kontakt JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -57,7 +57,7 @@ "kontaktart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Kontaktart.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Kontaktart.json" }, { "type": "null" @@ -83,7 +83,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Konzessionsabgabe.json b/src/bo4e_schemas/com/Konzessionsabgabe.json index 905a786..0026aa3 100644 --- a/src/bo4e_schemas/com/Konzessionsabgabe.json +++ b/src/bo4e_schemas/com/Konzessionsabgabe.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Diese Komponente wird zur Übertagung der Details zu einer Konzessionsabgabe verwendet.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Konzessionsabgabe JSON Schema `_", + "description": "Diese Komponente wird zur Übertagung der Details zu einer Konzessionsabgabe verwendet.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Konzessionsabgabe JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -58,7 +58,7 @@ "satz": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/AbgabeArt.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/AbgabeArt.json" }, { "type": "null" @@ -71,7 +71,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Kostenblock.json b/src/bo4e_schemas/com/Kostenblock.json index ddf561a..54fbc62 100644 --- a/src/bo4e_schemas/com/Kostenblock.json +++ b/src/bo4e_schemas/com/Kostenblock.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit dieser Komponente werden mehrere Kostenpositionen zusammengefasst.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Kostenblock JSON Schema `_", + "description": "Mit dieser Komponente werden mehrere Kostenpositionen zusammengefasst.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Kostenblock JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -45,7 +45,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Kostenposition.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Kostenposition.json" }, "type": "array" }, @@ -60,7 +60,7 @@ "summeKostenblock": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -73,7 +73,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Kostenposition.json b/src/bo4e_schemas/com/Kostenposition.json index bfcf213..8f13263 100644 --- a/src/bo4e_schemas/com/Kostenposition.json +++ b/src/bo4e_schemas/com/Kostenposition.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Diese Komponente wird zur Übertagung der Details zu einer Kostenposition verwendet.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Kostenposition JSON Schema `_", + "description": "Diese Komponente wird zur Übertagung der Details zu einer Kostenposition verwendet.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Kostenposition JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -57,7 +57,7 @@ "betragKostenposition": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -83,7 +83,7 @@ "einzelpreis": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preis.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preis.json" }, { "type": "null" @@ -95,7 +95,7 @@ "menge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -134,7 +134,7 @@ "zeitmenge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -147,7 +147,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/KriteriumWert.json b/src/bo4e_schemas/com/KriteriumWert.json index dda2986..77c0f99 100644 --- a/src/bo4e_schemas/com/KriteriumWert.json +++ b/src/bo4e_schemas/com/KriteriumWert.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit dieser Komponente können Kriterien und deren Werte definiert werden\n\n.. raw:: html\n\n \n\n.. HINT::\n `KriteriumWert JSON Schema `_", + "description": "Mit dieser Komponente können Kriterien und deren Werte definiert werden\n\n.. raw:: html\n\n \n\n.. HINT::\n `KriteriumWert JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "kriterium": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Tarifregionskriterium.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Tarifregionskriterium.json" }, { "type": "null" @@ -57,7 +57,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/MarktgebietInfo.json b/src/bo4e_schemas/com/MarktgebietInfo.json index 25cd446..5c71932 100644 --- a/src/bo4e_schemas/com/MarktgebietInfo.json +++ b/src/bo4e_schemas/com/MarktgebietInfo.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Informationen zum Marktgebiet im Gas.\n\n.. raw:: html\n\n \n\n.. HINT::\n `MarktgebietInfo JSON Schema `_", + "description": "Informationen zum Marktgebiet im Gas.\n\n.. raw:: html\n\n \n\n.. HINT::\n `MarktgebietInfo JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -58,7 +58,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Menge.json b/src/bo4e_schemas/com/Menge.json index 9add249..415bca5 100644 --- a/src/bo4e_schemas/com/Menge.json +++ b/src/bo4e_schemas/com/Menge.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung einer Menge mit Wert und Einheit.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Menge JSON Schema `_", + "description": "Abbildung einer Menge mit Wert und Einheit.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Menge JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "einheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -58,7 +58,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/PositionsAufAbschlag.json b/src/bo4e_schemas/com/PositionsAufAbschlag.json index 3c1d881..2e2f3c6 100644 --- a/src/bo4e_schemas/com/PositionsAufAbschlag.json +++ b/src/bo4e_schemas/com/PositionsAufAbschlag.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Differenzierung der zu betrachtenden Produkte anhand der preiserhöhenden (Aufschlag)\nbzw. preisvermindernden (Abschlag) Zusatzvereinbarungen,\ndie individuell zu einem neuen oder bestehenden Liefervertrag abgeschlossen werden können.\nEs können mehrere Auf-/Abschläge gleichzeitig ausgewählt werden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `PositionsAufAbschlag JSON Schema `_", + "description": "Differenzierung der zu betrachtenden Produkte anhand der preiserhöhenden (Aufschlag)\nbzw. preisvermindernden (Abschlag) Zusatzvereinbarungen,\ndie individuell zu einem neuen oder bestehenden Liefervertrag abgeschlossen werden können.\nEs können mehrere Auf-/Abschläge gleichzeitig ausgewählt werden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `PositionsAufAbschlag JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "aufAbschlagstyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/AufAbschlagstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/AufAbschlagstyp.json" }, { "type": "null" @@ -43,7 +43,7 @@ "aufAbschlagswaehrung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Waehrungseinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Waehrungseinheit.json" }, { "type": "null" @@ -96,7 +96,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Preis.json b/src/bo4e_schemas/com/Preis.json index 24539b0..323ca5c 100644 --- a/src/bo4e_schemas/com/Preis.json +++ b/src/bo4e_schemas/com/Preis.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung eines Preises mit Wert, Einheit, Bezugswert und Status.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Preis JSON Schema `_", + "description": "Abbildung eines Preises mit Wert, Einheit, Bezugswert und Status.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Preis JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "bezugswert": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -43,7 +43,7 @@ "einheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Waehrungseinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Waehrungseinheit.json" }, { "type": "null" @@ -55,7 +55,7 @@ "status": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Preisstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Preisstatus.json" }, { "type": "null" @@ -82,7 +82,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Preisgarantie.json b/src/bo4e_schemas/com/Preisgarantie.json index af7c017..b0dc761 100644 --- a/src/bo4e_schemas/com/Preisgarantie.json +++ b/src/bo4e_schemas/com/Preisgarantie.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Definition für eine Preisgarantie mit der Möglichkeit verschiedener Ausprägungen.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Preisgarantie JSON Schema `_", + "description": "Definition für eine Preisgarantie mit der Möglichkeit verschiedener Ausprägungen.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Preisgarantie JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -44,7 +44,7 @@ "preisgarantietyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Preisgarantietyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Preisgarantietyp.json" }, { "type": "null" @@ -56,7 +56,7 @@ "zeitlicheGueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -69,7 +69,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Preisposition.json b/src/bo4e_schemas/com/Preisposition.json index 28d6036..3d718c9 100644 --- a/src/bo4e_schemas/com/Preisposition.json +++ b/src/bo4e_schemas/com/Preisposition.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Preis für eine definierte Lieferung oder Leistung innerhalb eines Preisblattes\n\n.. raw:: html\n\n \n\n.. HINT::\n `Preisposition JSON Schema `_", + "description": "Preis für eine definierte Lieferung oder Leistung innerhalb eines Preisblattes\n\n.. raw:: html\n\n \n\n.. HINT::\n `Preisposition JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "bdewArtikelnummer": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/BDEWArtikelnummer.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/BDEWArtikelnummer.json" }, { "type": "null" @@ -43,7 +43,7 @@ "berechnungsmethode": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Kalkulationsmethode.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Kalkulationsmethode.json" }, { "type": "null" @@ -55,7 +55,7 @@ "bezugsgroesse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -121,7 +121,7 @@ "leistungstyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Leistungstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Leistungstyp.json" }, { "type": "null" @@ -133,7 +133,7 @@ "preiseinheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Waehrungseinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Waehrungseinheit.json" }, { "type": "null" @@ -146,7 +146,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preisstaffel.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preisstaffel.json" }, "type": "array" }, @@ -161,7 +161,7 @@ "tarifzeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Tarifzeit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Tarifzeit.json" }, { "type": "null" @@ -173,7 +173,7 @@ "zeitbasis": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -185,7 +185,7 @@ "zonungsgroesse": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Bemessungsgroesse.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Bemessungsgroesse.json" }, { "type": "null" @@ -198,7 +198,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Preisstaffel.json b/src/bo4e_schemas/com/Preisstaffel.json index 8f1ef93..a0e20f5 100644 --- a/src/bo4e_schemas/com/Preisstaffel.json +++ b/src/bo4e_schemas/com/Preisstaffel.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Gibt die Staffelgrenzen der jeweiligen Preise an\n\n.. raw:: html\n\n \n\n.. HINT::\n `Preisstaffel JSON Schema `_", + "description": "Gibt die Staffelgrenzen der jeweiligen Preise an\n\n.. raw:: html\n\n \n\n.. HINT::\n `Preisstaffel JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -45,7 +45,7 @@ "sigmoidparameter": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Sigmoidparameter.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Sigmoidparameter.json" }, { "type": "null" @@ -86,7 +86,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Rechnungsposition.json b/src/bo4e_schemas/com/Rechnungsposition.json index 2908e4d..4e437da 100644 --- a/src/bo4e_schemas/com/Rechnungsposition.json +++ b/src/bo4e_schemas/com/Rechnungsposition.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Über Rechnungspositionen werden Rechnungen strukturiert.\nIn einem Rechnungsteil wird jeweils eine in sich geschlossene Leistung abgerechnet.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Rechnungsposition JSON Schema `_", + "description": "Über Rechnungspositionen werden Rechnungen strukturiert.\nIn einem Rechnungsteil wird jeweils eine in sich geschlossene Leistung abgerechnet.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Rechnungsposition JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -44,7 +44,7 @@ "artikelnummer": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/BDEWArtikelnummer.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/BDEWArtikelnummer.json" }, { "type": "null" @@ -56,7 +56,7 @@ "einzelpreis": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preis.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preis.json" }, { "type": "null" @@ -109,7 +109,7 @@ "positionsMenge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -147,7 +147,7 @@ "teilrabattNetto": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -159,7 +159,7 @@ "teilsummeNetto": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Betrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Betrag.json" }, { "type": "null" @@ -171,7 +171,7 @@ "teilsummeSteuer": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Steuerbetrag.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Steuerbetrag.json" }, { "type": "null" @@ -183,7 +183,7 @@ "zeitbezogeneMenge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -195,7 +195,7 @@ "zeiteinheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -208,7 +208,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/RegionaleGueltigkeit.json b/src/bo4e_schemas/com/RegionaleGueltigkeit.json index 9c24102..02575c0 100644 --- a/src/bo4e_schemas/com/RegionaleGueltigkeit.json +++ b/src/bo4e_schemas/com/RegionaleGueltigkeit.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit dieser Komponente können regionale Gültigkeiten, z.B. für Tarife, Zu- und Abschläge und Preise definiert werden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `RegionaleGueltigkeit JSON Schema `_", + "description": "Mit dieser Komponente können regionale Gültigkeiten, z.B. für Tarife, Zu- und Abschläge und Preise definiert werden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `RegionaleGueltigkeit JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "gueltigkeitstyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Gueltigkeitstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Gueltigkeitstyp.json" }, { "type": "null" @@ -44,7 +44,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/KriteriumWert.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/KriteriumWert.json" }, "type": "array" }, @@ -60,7 +60,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/RegionalePreisgarantie.json b/src/bo4e_schemas/com/RegionalePreisgarantie.json index 7eaf7c2..744d70a 100644 --- a/src/bo4e_schemas/com/RegionalePreisgarantie.json +++ b/src/bo4e_schemas/com/RegionalePreisgarantie.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung einer Preisgarantie mit regionaler Abgrenzung\n\n.. raw:: html\n\n \n\n.. HINT::\n `RegionalePreisgarantie JSON Schema `_", + "description": "Abbildung einer Preisgarantie mit regionaler Abgrenzung\n\n.. raw:: html\n\n \n\n.. HINT::\n `RegionalePreisgarantie JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -44,7 +44,7 @@ "preisgarantietyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Preisgarantietyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Preisgarantietyp.json" }, { "type": "null" @@ -56,7 +56,7 @@ "regionaleGueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/RegionaleGueltigkeit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/RegionaleGueltigkeit.json" }, { "type": "null" @@ -68,7 +68,7 @@ "zeitlicheGueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -81,7 +81,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/RegionalePreisstaffel.json b/src/bo4e_schemas/com/RegionalePreisstaffel.json index b614f1c..67c43f3 100644 --- a/src/bo4e_schemas/com/RegionalePreisstaffel.json +++ b/src/bo4e_schemas/com/RegionalePreisstaffel.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung einer Preisstaffel mit regionaler Abgrenzung\n\n.. raw:: html\n\n \n\n.. HINT::\n `RegionalePreisstaffel JSON Schema `_", + "description": "Abbildung einer Preisstaffel mit regionaler Abgrenzung\n\n.. raw:: html\n\n \n\n.. HINT::\n `RegionalePreisstaffel JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -45,7 +45,7 @@ "regionaleGueltigkeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/RegionaleGueltigkeit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/RegionaleGueltigkeit.json" }, { "type": "null" @@ -57,7 +57,7 @@ "sigmoidparameter": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Sigmoidparameter.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Sigmoidparameter.json" }, { "type": "null" @@ -98,7 +98,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/RegionaleTarifpreisposition.json b/src/bo4e_schemas/com/RegionaleTarifpreisposition.json index 23ccf1a..81c4da5 100644 --- a/src/bo4e_schemas/com/RegionaleTarifpreisposition.json +++ b/src/bo4e_schemas/com/RegionaleTarifpreisposition.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit dieser Komponente können Tarifpreise verschiedener Typen im Zusammenhang mit regionalen Gültigkeiten abgebildet\nwerden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `RegionaleTarifpreisposition JSON Schema `_", + "description": "Mit dieser Komponente können Tarifpreise verschiedener Typen im Zusammenhang mit regionalen Gültigkeiten abgebildet\nwerden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `RegionaleTarifpreisposition JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "bezugseinheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -43,7 +43,7 @@ "einheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Waehrungseinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Waehrungseinheit.json" }, { "type": "null" @@ -55,7 +55,7 @@ "mengeneinheitstaffel": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -68,7 +68,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/RegionalePreisstaffel.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/RegionalePreisstaffel.json" }, "type": "array" }, @@ -83,7 +83,7 @@ "preistyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Preistyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Preistyp.json" }, { "type": "null" @@ -96,7 +96,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/RegionalerAufAbschlag.json b/src/bo4e_schemas/com/RegionalerAufAbschlag.json index 100e506..a7b0bba 100644 --- a/src/bo4e_schemas/com/RegionalerAufAbschlag.json +++ b/src/bo4e_schemas/com/RegionalerAufAbschlag.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit dieser Komponente können Auf- und Abschläge verschiedener Typen im Zusammenhang mit regionalen Gültigkeiten\nabgebildet werden.\nHier sind auch die Auswirkungen auf verschiedene Tarifparameter modelliert, die sich durch die Auswahl eines Auf-\noder Abschlags ergeben.\n\n.. raw:: html\n\n \n\n.. HINT::\n `RegionalerAufAbschlag JSON Schema `_", + "description": "Mit dieser Komponente können Auf- und Abschläge verschiedener Typen im Zusammenhang mit regionalen Gültigkeiten\nabgebildet werden.\nHier sind auch die Auswirkungen auf verschiedene Tarifparameter modelliert, die sich durch die Auswahl eines Auf-\noder Abschlags ergeben.\n\n.. raw:: html\n\n \n\n.. HINT::\n `RegionalerAufAbschlag JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "aufAbschlagstyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/AufAbschlagstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/AufAbschlagstyp.json" }, { "type": "null" @@ -43,7 +43,7 @@ "aufAbschlagsziel": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/AufAbschlagsziel.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/AufAbschlagsziel.json" }, { "type": "null" @@ -81,7 +81,7 @@ "einheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Waehrungseinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Waehrungseinheit.json" }, { "type": "null" @@ -93,7 +93,7 @@ "einschraenkungsaenderung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Tarifeinschraenkung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Tarifeinschraenkung.json" }, { "type": "null" @@ -105,7 +105,7 @@ "energiemixaenderung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Energiemix.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Energiemix.json" }, { "type": "null" @@ -117,7 +117,7 @@ "garantieaenderung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preisgarantie.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preisgarantie.json" }, { "type": "null" @@ -129,7 +129,7 @@ "gueltigkeitszeitraum": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -142,7 +142,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/RegionalePreisstaffel.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/RegionalePreisstaffel.json" }, "type": "array" }, @@ -170,7 +170,7 @@ "vertagskonditionsaenderung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Vertragskonditionen.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Vertragskonditionen.json" }, { "type": "null" @@ -212,7 +212,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Regionskriterium.json b/src/bo4e_schemas/com/Regionskriterium.json index 05bd453..17e64ad 100644 --- a/src/bo4e_schemas/com/Regionskriterium.json +++ b/src/bo4e_schemas/com/Regionskriterium.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Komponente zur Abbildung eines Regionskriteriums\n\n.. raw:: html\n\n \n\n.. HINT::\n `Regionskriterium JSON Schema `_", + "description": "Komponente zur Abbildung eines Regionskriteriums\n\n.. raw:: html\n\n \n\n.. HINT::\n `Regionskriterium JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "gueltigkeitstyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Gueltigkeitstyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Gueltigkeitstyp.json" }, { "type": "null" @@ -43,7 +43,7 @@ "regionskriteriumtyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Regionskriteriumtyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Regionskriteriumtyp.json" }, { "type": "null" @@ -69,7 +69,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Sigmoidparameter.json b/src/bo4e_schemas/com/Sigmoidparameter.json index fdca5a9..23ac8d4 100644 --- a/src/bo4e_schemas/com/Sigmoidparameter.json +++ b/src/bo4e_schemas/com/Sigmoidparameter.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Die Sigmoid-Funktion, beispielsweise zur Berechnung eines Leistungspreises hat die Form:\nLP=A/(1+(P/B)^C)+D\n\n.. raw:: html\n\n \n\n.. HINT::\n `Sigmoidparameter JSON Schema `_", + "description": "Die Sigmoid-Funktion, beispielsweise zur Berechnung eines Leistungspreises hat die Form:\nLP=A/(1+(P/B)^C)+D\n\n.. raw:: html\n\n \n\n.. HINT::\n `Sigmoidparameter JSON Schema `_", "properties": { "A": { "anyOf": [ @@ -80,7 +80,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -88,7 +88,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/StandorteigenschaftenGas.json b/src/bo4e_schemas/com/StandorteigenschaftenGas.json index d4d7468..5c61b7e 100644 --- a/src/bo4e_schemas/com/StandorteigenschaftenGas.json +++ b/src/bo4e_schemas/com/StandorteigenschaftenGas.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Standorteigenschaften der Sparte Gas\n\n.. raw:: html\n\n \n\n.. HINT::\n `StandorteigenschaftenGas JSON Schema `_", + "description": "Standorteigenschaften der Sparte Gas\n\n.. raw:: html\n\n \n\n.. HINT::\n `StandorteigenschaftenGas JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -32,7 +32,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/MarktgebietInfo.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/MarktgebietInfo.json" }, "type": "array" }, @@ -64,7 +64,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/StandorteigenschaftenStrom.json b/src/bo4e_schemas/com/StandorteigenschaftenStrom.json index 5cb9820..c280d5c 100644 --- a/src/bo4e_schemas/com/StandorteigenschaftenStrom.json +++ b/src/bo4e_schemas/com/StandorteigenschaftenStrom.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Standorteigenschaften der Sparte Strom\n\n.. raw:: html\n\n \n\n.. HINT::\n `StandorteigenschaftenStrom JSON Schema `_", + "description": "Standorteigenschaften der Sparte Strom\n\n.. raw:: html\n\n \n\n.. HINT::\n `StandorteigenschaftenStrom JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -71,7 +71,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Steuerbetrag.json b/src/bo4e_schemas/com/Steuerbetrag.json index dbc2eff..4991103 100644 --- a/src/bo4e_schemas/com/Steuerbetrag.json +++ b/src/bo4e_schemas/com/Steuerbetrag.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung eines Steuerbetrages.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Steuerbetrag JSON Schema `_", + "description": "Abbildung eines Steuerbetrages.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Steuerbetrag JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -45,7 +45,7 @@ "steuerkennzeichen": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Steuerkennzeichen.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Steuerkennzeichen.json" }, { "type": "null" @@ -71,7 +71,7 @@ "waehrung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Waehrungscode.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Waehrungscode.json" }, { "type": "null" @@ -84,7 +84,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Tarifberechnungsparameter.json b/src/bo4e_schemas/com/Tarifberechnungsparameter.json index 183be12..a61b031 100644 --- a/src/bo4e_schemas/com/Tarifberechnungsparameter.json +++ b/src/bo4e_schemas/com/Tarifberechnungsparameter.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "In dieser Komponente sind die Berechnungsparameter für die Ermittlung der Tarifkosten zusammengefasst.\n.. raw:: html\n\n \n\n.. HINT::\n `Tarifberechnungsparameter JSON Schema `_", + "description": "In dieser Komponente sind die Berechnungsparameter für die Ermittlung der Tarifkosten zusammengefasst.\n.. raw:: html\n\n \n\n.. HINT::\n `Tarifberechnungsparameter JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "berechnungsmethode": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Tarifkalkulationsmethode.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Tarifkalkulationsmethode.json" }, { "type": "null" @@ -43,7 +43,7 @@ "hoechstpreisHT": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preis.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preis.json" }, { "type": "null" @@ -55,7 +55,7 @@ "hoechstpreisNT": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preis.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preis.json" }, { "type": "null" @@ -121,7 +121,7 @@ "messpreistyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Messpreistyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Messpreistyp.json" }, { "type": "null" @@ -133,7 +133,7 @@ "mindestpreis": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preis.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preis.json" }, { "type": "null" @@ -146,7 +146,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, @@ -161,7 +161,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Tarifpreis.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Tarifpreis.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Tarifeinschraenkung.json b/src/bo4e_schemas/com/Tarifeinschraenkung.json index a119c0e..b8f5e6c 100644 --- a/src/bo4e_schemas/com/Tarifeinschraenkung.json +++ b/src/bo4e_schemas/com/Tarifeinschraenkung.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit dieser Komponente werden Einschränkungen für die Anwendung von Tarifen modelliert.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Tarifeinschraenkung JSON Schema `_", + "description": "Mit dieser Komponente werden Einschränkungen für die Anwendung von Tarifen modelliert.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Tarifeinschraenkung JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -32,7 +32,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, "type": "array" }, @@ -48,7 +48,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Geraet.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Geraet.json" }, "type": "array" }, @@ -64,7 +64,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Voraussetzungen.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Voraussetzungen.json" }, "type": "array" }, @@ -80,7 +80,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Tarifpreis.json b/src/bo4e_schemas/com/Tarifpreis.json index 0ef3bf6..14d60f1 100644 --- a/src/bo4e_schemas/com/Tarifpreis.json +++ b/src/bo4e_schemas/com/Tarifpreis.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung eines Tarifpreises mit Preistyp und Beschreibung abgeleitet von COM Preis.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Tarifpreis JSON Schema `_", + "description": "Abbildung eines Tarifpreises mit Preistyp und Beschreibung abgeleitet von COM Preis.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Tarifpreis JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -44,7 +44,7 @@ "bezugswert": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -56,7 +56,7 @@ "einheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Waehrungseinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Waehrungseinheit.json" }, { "type": "null" @@ -68,7 +68,7 @@ "preistyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Preistyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Preistyp.json" }, { "type": "null" @@ -80,7 +80,7 @@ "status": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Preisstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Preisstatus.json" }, { "type": "null" @@ -107,7 +107,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Tarifpreisposition.json b/src/bo4e_schemas/com/Tarifpreisposition.json index a7fbb14..62442ad 100644 --- a/src/bo4e_schemas/com/Tarifpreisposition.json +++ b/src/bo4e_schemas/com/Tarifpreisposition.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit dieser Komponente können Tarifpreise verschiedener Typen abgebildet werden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Tarifpreisposition JSON Schema `_", + "description": "Mit dieser Komponente können Tarifpreise verschiedener Typen abgebildet werden.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Tarifpreisposition JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "bezugseinheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -43,7 +43,7 @@ "einheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Waehrungseinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Waehrungseinheit.json" }, { "type": "null" @@ -55,7 +55,7 @@ "mengeneinheitstaffel": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -68,7 +68,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Preisstaffel.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Preisstaffel.json" }, "type": "array" }, @@ -83,7 +83,7 @@ "preistyp": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Preistyp.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Preistyp.json" }, { "type": "null" @@ -96,7 +96,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/TarifpreispositionProOrt.json b/src/bo4e_schemas/com/TarifpreispositionProOrt.json index 5eb1df5..a887a00 100644 --- a/src/bo4e_schemas/com/TarifpreispositionProOrt.json +++ b/src/bo4e_schemas/com/TarifpreispositionProOrt.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit dieser Komponente können Tarifpreise verschiedener Typen abgebildet werden\n\n.. raw:: html\n\n \n\n.. HINT::\n `TarifpreispositionProOrt JSON Schema `_", + "description": "Mit dieser Komponente können Tarifpreise verschiedener Typen abgebildet werden\n\n.. raw:: html\n\n \n\n.. HINT::\n `TarifpreispositionProOrt JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -71,7 +71,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/TarifpreisstaffelProOrt.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/TarifpreisstaffelProOrt.json" }, "type": "array" }, @@ -86,7 +86,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/TarifpreisstaffelProOrt.json b/src/bo4e_schemas/com/TarifpreisstaffelProOrt.json index cf05769..58e450e 100644 --- a/src/bo4e_schemas/com/TarifpreisstaffelProOrt.json +++ b/src/bo4e_schemas/com/TarifpreisstaffelProOrt.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Gibt die Staffelgrenzen der jeweiligen Preise an\n\n.. raw:: html\n\n \n\n.. HINT::\n `TarifpreisstaffelProOrt JSON Schema `_", + "description": "Gibt die Staffelgrenzen der jeweiligen Preise an\n\n.. raw:: html\n\n \n\n.. HINT::\n `TarifpreisstaffelProOrt JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -102,7 +102,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Unterschrift.json b/src/bo4e_schemas/com/Unterschrift.json index 371ef25..bb254f6 100644 --- a/src/bo4e_schemas/com/Unterschrift.json +++ b/src/bo4e_schemas/com/Unterschrift.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Modellierung einer Unterschrift, z.B. für Verträge, Angebote etc.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Unterschrift JSON Schema `_", + "description": "Modellierung einer Unterschrift, z.B. für Verträge, Angebote etc.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Unterschrift JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -72,7 +72,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Verbrauch.json b/src/bo4e_schemas/com/Verbrauch.json index f61908d..f2ccd24 100644 --- a/src/bo4e_schemas/com/Verbrauch.json +++ b/src/bo4e_schemas/com/Verbrauch.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung eines zeitlich abgegrenzten Verbrauchs\n\n.. raw:: html\n\n \n\n.. HINT::\n `Verbrauch JSON Schema `_", + "description": "Abbildung eines zeitlich abgegrenzten Verbrauchs\n\n.. raw:: html\n\n \n\n.. HINT::\n `Verbrauch JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "einheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -57,7 +57,7 @@ "messwertstatus": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Messwertstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Messwertstatus.json" }, { "type": "null" @@ -110,7 +110,7 @@ "wertermittlungsverfahren": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Wertermittlungsverfahren.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Wertermittlungsverfahren.json" }, { "type": "null" @@ -123,7 +123,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Vertragskonditionen.json b/src/bo4e_schemas/com/Vertragskonditionen.json index c78a61d..6bf4cec 100644 --- a/src/bo4e_schemas/com/Vertragskonditionen.json +++ b/src/bo4e_schemas/com/Vertragskonditionen.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung für Vertragskonditionen. Die Komponente wird sowohl im Vertrag als auch im Tarif verwendet.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Vertragskonditionen JSON Schema `_", + "description": "Abbildung für Vertragskonditionen. Die Komponente wird sowohl im Vertrag als auch im Tarif verwendet.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Vertragskonditionen JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "abschlagszyklus": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -70,7 +70,7 @@ "kuendigungsfrist": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -82,7 +82,7 @@ "vertragslaufzeit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -94,7 +94,7 @@ "vertragsverlaengerung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitraum.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitraum.json" }, { "type": "null" @@ -107,7 +107,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Vertragsteil.json b/src/bo4e_schemas/com/Vertragsteil.json index c5e63f0..aefd93a 100644 --- a/src/bo4e_schemas/com/Vertragsteil.json +++ b/src/bo4e_schemas/com/Vertragsteil.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung für einen Vertragsteil. Der Vertragsteil wird dazu verwendet,\neine vertragliche Leistung in Bezug zu einer Lokation (Markt- oder Messlokation) festzulegen.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Vertragsteil JSON Schema `_", + "description": "Abbildung für einen Vertragsteil. Der Vertragsteil wird dazu verwendet,\neine vertragliche Leistung in Bezug zu einer Lokation (Markt- oder Messlokation) festzulegen.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Vertragsteil JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -44,7 +44,7 @@ "maximaleAbnahmemenge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -56,7 +56,7 @@ "minimaleAbnahmemenge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -68,7 +68,7 @@ "vertraglichFixierteMenge": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Menge.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Menge.json" }, { "type": "null" @@ -109,7 +109,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/VerwendungszweckProMarktrolle.json b/src/bo4e_schemas/com/VerwendungszweckProMarktrolle.json index 025f362..f0162c1 100644 --- a/src/bo4e_schemas/com/VerwendungszweckProMarktrolle.json +++ b/src/bo4e_schemas/com/VerwendungszweckProMarktrolle.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Dient zur Identifizierung des Verwendungszwecks der Marktrolle an der Marktlokation, der die Werte zu übermitteln sind.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Verwendungszweck JSON Schema `_", + "description": "Dient zur Identifizierung des Verwendungszwecks der Marktrolle an der Marktlokation, der die Werte zu übermitteln sind.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Verwendungszweck JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "marktrolle": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Marktrolle.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Marktrolle.json" }, { "type": "null" @@ -44,7 +44,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, @@ -59,7 +59,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Verwendungszweck.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Verwendungszweck.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Zaehlwerk.json b/src/bo4e_schemas/com/Zaehlwerk.json index 2c8ed1c..3c1ea2d 100644 --- a/src/bo4e_schemas/com/Zaehlwerk.json +++ b/src/bo4e_schemas/com/Zaehlwerk.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit dieser Komponente werden Zählwerke modelliert.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zaehlwerk JSON Schema `_", + "description": "Mit dieser Komponente werden Zählwerke modelliert.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zaehlwerk JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -56,7 +56,7 @@ "einheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -119,7 +119,7 @@ "konzessionsabgabe": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Konzessionsabgabe.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Konzessionsabgabe.json" }, { "type": "null" @@ -156,7 +156,7 @@ "richtung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Energierichtung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Energierichtung.json" }, { "type": "null" @@ -167,7 +167,7 @@ "verbrauchsart": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Verbrauchsart.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Verbrauchsart.json" }, { "type": "null" @@ -180,7 +180,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/VerwendungszweckProMarktrolle.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/VerwendungszweckProMarktrolle.json" }, "type": "array" }, @@ -208,7 +208,7 @@ "waermenutzung": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Waermenutzung.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Waermenutzung.json" }, { "type": "null" @@ -245,7 +245,7 @@ "zaehlzeitregister": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zaehlzeitregister.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zaehlzeitregister.json" }, { "type": "null" @@ -258,7 +258,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Zaehlzeitregister.json b/src/bo4e_schemas/com/Zaehlzeitregister.json index 653a72a..e873ba9 100644 --- a/src/bo4e_schemas/com/Zaehlzeitregister.json +++ b/src/bo4e_schemas/com/Zaehlzeitregister.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Mit dieser Komponente werden Zählzeitregister modelliert. Ein Zählzeitregister beschreibt eine erweiterte Definition der Zählzeit\nin Bezug auf ein Register. Dabei werden alle Codes dazu vom Netzbetreiber vergeben.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zaehlzeitregister JSON Schema `_", + "description": "Mit dieser Komponente werden Zählzeitregister modelliert. Ein Zählzeitregister beschreibt eine erweiterte Definition der Zählzeit\nin Bezug auf ein Register. Dabei werden alle Codes dazu vom Netzbetreiber vergeben.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zaehlzeitregister JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -71,7 +71,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Zeitraum.json b/src/bo4e_schemas/com/Zeitraum.json index 3eb8c18..3c216fa 100644 --- a/src/bo4e_schemas/com/Zeitraum.json +++ b/src/bo4e_schemas/com/Zeitraum.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Diese Komponente wird zur Abbildung von Zeiträumen in Form von Dauern oder der Angabe von Start und Ende verwendet.\nEs muss daher eine der drei Möglichkeiten angegeben sein:\n- Einheit und Dauer oder\n- Zeitraum: Startdatum bis Enddatum oder\n- Zeitraum: Startzeitpunkt (Datum und Uhrzeit) bis Endzeitpunkt (Datum und Uhrzeit)\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zeitraum JSON Schema `_", + "description": "Diese Komponente wird zur Abbildung von Zeiträumen in Form von Dauern oder der Angabe von Start und Ende verwendet.\nEs muss daher eine der drei Möglichkeiten angegeben sein:\n- Einheit und Dauer oder\n- Zeitraum: Startdatum bis Enddatum oder\n- Zeitraum: Startzeitpunkt (Datum und Uhrzeit) bis Endzeitpunkt (Datum und Uhrzeit)\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zeitraum JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -44,7 +44,7 @@ "einheit": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Mengeneinheit.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Mengeneinheit.json" }, { "type": "null" @@ -108,7 +108,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Zeitreihenwert.json b/src/bo4e_schemas/com/Zeitreihenwert.json index 355b96e..ba1c033 100644 --- a/src/bo4e_schemas/com/Zeitreihenwert.json +++ b/src/bo4e_schemas/com/Zeitreihenwert.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Abbildung eines Zeitreihenwertes bestehend aus Zeitraum, Wert und Statusinformationen.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zeitreihenwert JSON Schema `_", + "description": "Abbildung eines Zeitreihenwertes bestehend aus Zeitraum, Wert und Statusinformationen.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zeitreihenwert JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,14 +24,14 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, "status": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Messwertstatus.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Messwertstatus.json" }, { "type": "null" @@ -43,7 +43,7 @@ "statuszusatz": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Messwertstatuszusatz.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Messwertstatuszusatz.json" }, { "type": "null" @@ -69,7 +69,7 @@ "zeitspanne": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/com/Zeitspanne.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/com/Zeitspanne.json" }, { "type": "null" @@ -82,7 +82,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Zeitspanne.json b/src/bo4e_schemas/com/Zeitspanne.json index 63ee378..4b10827 100644 --- a/src/bo4e_schemas/com/Zeitspanne.json +++ b/src/bo4e_schemas/com/Zeitspanne.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Eine Zeitspanne ist definiert aus Start und/oder Ende.\nDer Unterschied zur Menge (die auch zur Abbildung von Zeitmengen genutzt wird) ist, dass konkrete Start- und Endzeitpunkte angegeben werden.\nDie Zeitspanne ist aus dem COM Zeitraum hervorgegangen, das in Zeitspanne und Menge aufgeteilt wurde.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zeitspanne JSON Schema `_", + "description": "Eine Zeitspanne ist definiert aus Start und/oder Ende.\nDer Unterschied zur Menge (die auch zur Abbildung von Zeitmengen genutzt wird) ist, dass konkrete Start- und Endzeitpunkte angegeben werden.\nDie Zeitspanne ist aus dem COM Zeitraum hervorgegangen, das in Zeitspanne und Menge aufgeteilt wurde.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zeitspanne JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -60,7 +60,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" }, diff --git a/src/bo4e_schemas/com/Zustaendigkeit.json b/src/bo4e_schemas/com/Zustaendigkeit.json index f918299..5a9ae17 100644 --- a/src/bo4e_schemas/com/Zustaendigkeit.json +++ b/src/bo4e_schemas/com/Zustaendigkeit.json @@ -1,6 +1,6 @@ { "additionalProperties": true, - "description": "Enthält die zeitliche Zuordnung eines Ansprechpartners zu Abteilungen und Zuständigkeiten.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zustaendigkeit JSON Schema `_", + "description": "Enthält die zeitliche Zuordnung eines Ansprechpartners zu Abteilungen und Zuständigkeiten.\n\n.. raw:: html\n\n \n\n.. HINT::\n `Zustaendigkeit JSON Schema `_", "properties": { "_id": { "anyOf": [ @@ -24,7 +24,7 @@ "type": "null" } ], - "default": "202401.3.1", + "default": "202401.3.2", "description": "Version der BO-Struktur aka \"fachliche Versionierung\"", "title": " Version" }, @@ -57,7 +57,7 @@ "themengebiet": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/enum/Themengebiet.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/enum/Themengebiet.json" }, { "type": "null" @@ -70,7 +70,7 @@ "anyOf": [ { "items": { - "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json" + "$ref": "https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json" }, "type": "array" },