Skip to content

Commit

Permalink
Update JSON-Schemas - BO4E v202401.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hochfrequenz committed Jul 19, 2024
1 parent f45c060 commit 9fcd470
Show file tree
Hide file tree
Showing 94 changed files with 739 additions and 739 deletions.
2 changes: 1 addition & 1 deletion src/bo4e_schemas/ZusatzAttribut.json
Original file line number Diff line number Diff line change
@@ -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 <object data=\"../_static/images/bo4e/com/ZusatzAttribut.svg\" type=\"image/svg+xml\"></object>\n\n.. HINT::\n `ZusatzAttribut JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/ZusatzAttribut.json>`_",
"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 <object data=\"../_static/images/bo4e/com/ZusatzAttribut.svg\" type=\"image/svg+xml\"></object>\n\n.. HINT::\n `ZusatzAttribut JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/ZusatzAttribut.json>`_",
"properties": {
"name": {
"anyOf": [
Expand Down
20 changes: 10 additions & 10 deletions src/bo4e_schemas/bo/Angebot.json
Original file line number Diff line number Diff line change
@@ -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 <object data=\"../_static/images/bo4e/bo/Angebot.svg\" type=\"image/svg+xml\"></object>\n\n.. HINT::\n `Angebot JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Angebot.json>`_",
"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 <object data=\"../_static/images/bo4e/bo/Angebot.svg\" type=\"image/svg+xml\"></object>\n\n.. HINT::\n `Angebot JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Angebot.json>`_",
"properties": {
"_id": {
"anyOf": [
Expand All @@ -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"
Expand All @@ -36,7 +36,7 @@
"type": "null"
}
],
"default": "202401.3.1",
"default": "202401.3.2",
"description": "Version der BO-Struktur aka \"fachliche Versionierung\"",
"title": " Version"
},
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
},
Expand All @@ -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"
},
Expand Down
22 changes: 11 additions & 11 deletions src/bo4e_schemas/bo/Ausschreibung.json
Original file line number Diff line number Diff line change
@@ -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 <object data=\"../_static/images/bo4e/bo/Ausschreibung.svg\" type=\"image/svg+xml\"></object>\n\n.. HINT::\n `Ausschreibung JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Ausschreibung.json>`_",
"description": "Das BO Ausschreibung dient zur detaillierten Darstellung von ausgeschriebenen Energiemengen in der Energiewirtschaft\n\n.. raw:: html\n\n <object data=\"../_static/images/bo4e/bo/Ausschreibung.svg\" type=\"image/svg+xml\"></object>\n\n.. HINT::\n `Ausschreibung JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Ausschreibung.json>`_",
"properties": {
"_id": {
"anyOf": [
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down
26 changes: 13 additions & 13 deletions src/bo4e_schemas/bo/Buendelvertrag.json
Original file line number Diff line number Diff line change
@@ -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 <object data=\"../_static/images/bo4e/bo/Buendelvertrag.svg\" type=\"image/svg+xml\"></object>\n\n.. HINT::\n `Buendelvertrag JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.1/src/bo4e_schemas/bo/Buendelvertrag.json>`_",
"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 <object data=\"../_static/images/bo4e/bo/Buendelvertrag.svg\" type=\"image/svg+xml\"></object>\n\n.. HINT::\n `Buendelvertrag JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/v202401.3.2/src/bo4e_schemas/bo/Buendelvertrag.json>`_",
"properties": {
"_id": {
"anyOf": [
Expand All @@ -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"
Expand All @@ -36,7 +36,7 @@
"type": "null"
}
],
"default": "202401.3.1",
"default": "202401.3.2",
"description": "Version der BO-Struktur aka \"fachliche Versionierung\"",
"title": " Version"
},
Expand All @@ -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"
},
Expand All @@ -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"
Expand All @@ -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"
},
Expand All @@ -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"
},
Expand All @@ -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"
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
},
Expand Down
Loading

0 comments on commit 9fcd470

Please sign in to comment.