Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

# General information about the project.
project = u"bo4e"
copyright = u"2021, Hochfrequenz GmbH"
copyright = u"2022, Hochfrequenz GmbH"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/angebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class Angebot(Geschaeftsobjekt):

.. HINT::
`Angebot JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/AngebotSchema.json>`_

"""

bo_typ: BoTyp = attr.ib(default=BoTyp.ANGEBOT)
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/ansprechpartner.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Ansprechpartner(Geschaeftsobjekt):

.. HINT::
`Ansprechpartner JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/AnsprechpartnerSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/ausschreibung.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Ausschreibung(Geschaeftsobjekt):

.. HINT::
`Ausschreibung JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/AusschreibungSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/buendelvertrag.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Buendelvertrag(Geschaeftsobjekt):

.. HINT::
`Buendelvertrag JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/BuendelvertragSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/energiemenge.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Energiemenge(Geschaeftsobjekt):

.. HINT::
`Energiemenge JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/EnergiemengeSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/fremdkosten.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Fremdkosten(Geschaeftsobjekt):

.. HINT::
`Fremdkosten JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/FremdkostenSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/geschaeftspartner.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Geschaeftspartner(Geschaeftsobjekt):

.. HINT::
`Geschaeftspartner JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/GeschaeftspartnerSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/marktlokation.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class Marktlokation(Geschaeftsobjekt):

.. HINT::
`Marktlokation JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/MarktlokationSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/marktteilnehmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Marktteilnehmer(Geschaeftspartner):

.. HINT::
`Marktteilnehmer JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/MarktteilnehmerSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/messlokation.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Messlokation(Geschaeftsobjekt):

.. HINT::
`Messlokation JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/MesslokationSchema.json>`_

"""

# pylint: disable=unused-argument, no-self-use
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/netznutzungsrechnung.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class Netznutzungsrechnung(Rechnung):

.. HINT::
`Netznutzungsrechnung JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/NetznutzungsrechnungSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/preisblatt.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Preisblatt(Geschaeftsobjekt):

.. HINT::
`Preisblatt JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/PreisblattSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/preisblattdienstleistung.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class PreisblattDienstleistung(Preisblatt):

.. HINT::
`PreisblattDienstleistung JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/PreisblattDienstleistungSchema.json>`_

"""

bo_typ: BoTyp = attr.ib(default=BoTyp.PREISBLATTDIENSTLEISTUNG)
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/preisblattkonzessionsabgabe.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class PreisblattKonzessionsabgabe(Preisblatt):

.. HINT::
`PreisblattKonzessionsabgabe JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/PreisblattKonzessionsabgabeSchema.json>`_

"""

bo_typ: BoTyp = attr.ib(default=BoTyp.PREISBLATTKONZESSIONSABGABE)
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/preisblattmessung.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class PreisblattMessung(Preisblatt):

.. HINT::
`PreisblattMessung JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/PreisblattMessungSchema.json>`_

"""

bo_typ: BoTyp = attr.ib(default=BoTyp.PREISBLATTMESSUNG)
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/preisblattnetznutzung.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class PreisblattNetznutzung(Preisblatt):

.. HINT::
`PreisblattNetznutzung JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/PreisblattNetznutzungSchema.json>`_

"""

bo_typ: BoTyp = attr.ib(default=BoTyp.PREISBLATTNETZNUTZUNG)
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/region.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Region(Geschaeftsobjekt):

.. HINT::
`Region JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/RegionSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/regionaltarif.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Regionaltarif(Tarifinfo):

.. HINT::
`Regionaltarif JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/RegionaltarifSchema.json>`_

"""

bo_typ: BoTyp = attr.ib(default=BoTyp.REGIONALTARIF)
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/standorteigenschaften.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Standorteigenschaften(Geschaeftsobjekt):

.. HINT::
`Standorteigenschaften JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/StandorteigenschaftenSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/tarif.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Tarif(Tarifinfo):

.. HINT::
`Tarif JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/TarifSchema.json>`_

"""

bo_typ: BoTyp = attr.ib(default=BoTyp.TARIF)
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/tarifinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Tarifinfo(Geschaeftsobjekt):

.. HINT::
`Tarifinfo JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/TarifinfoSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/tarifkosten.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Tarifkosten(Tarifinfo):

.. HINT::
`Tarifkosten JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/TarifkostenSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/tarifpreisblatt.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Tarifpreisblatt(Tarifinfo):

.. HINT::
`Tarifpreisblatt JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/TarifpreisblattSchema.json>`_

"""

bo_typ: BoTyp = attr.ib(default=BoTyp.TARIFPREISBLATT)
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/vertrag.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class Vertrag(Geschaeftsobjekt):

.. HINT::
`Vertrag JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/VertragSchema.json>`_

"""

# required attributes
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/bo/zaehler.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class Zaehler(Geschaeftsobjekt):

.. HINT::
`Zaehler JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/ZaehlerSchema.json>`_

"""

# required attributes
Expand Down
3 changes: 2 additions & 1 deletion src/bo4e/com/adresse.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class Adresse(COM):
Contains an address that can be used for most purposes.

.. HINT::
`Adresse JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/AdresseSchema.json>`_
`Adresse JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/AdresseSchema.json>`_

"""

# required attributes
Expand Down
2 changes: 1 addition & 1 deletion src/bo4e/com/angebotsposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Angebotsposition(COM):
Positionskosten: 982,40 EUR

.. HINT::
`Angebotsposition JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/AngebotspositionSchema.json>`_
`Angebotsposition JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/AngebotspositionSchema.json>`_

"""

Expand Down
2 changes: 1 addition & 1 deletion src/bo4e/com/angebotsteil.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Angebotsteil(COM):
Eine Variante besteht mindestens aus einem Angebotsteil.

.. HINT::
`Angebotsteil JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/AngebotsteilSchema.json>`_
`Angebotsteil JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/AngebotsteilSchema.json>`_

"""

Expand Down
3 changes: 2 additions & 1 deletion src/bo4e/com/angebotsvariante.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class Angebotsvariante(COM):
Führt die verschiedenen Ausprägungen der Angebotsberechnung auf

.. HINT::
`Angebotsvariante JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/AngebotsvarianteSchema.json>`_
`Angebotsvariante JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/AngebotsvarianteSchema.json>`_

"""

# required attributes
Expand Down
3 changes: 2 additions & 1 deletion src/bo4e/com/aufabschlag.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ class AufAbschlag(COM):
die individuell zu einem neuen oder bestehenden Liefervertrag abgeschlossen wurden.

.. HINT::
`AufAbschlag JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/AufAbschlagSchema.json>`_
`AufAbschlag JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/AufAbschlagSchema.json>`_

"""

# required attributes
Expand Down
2 changes: 1 addition & 1 deletion src/bo4e/com/aufabschlagproort.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AufAbschlagProOrt(COM):
mit örtlichen Gültigkeiten abgebildet werden.

.. HINT::
`AufAbschlagProOrt JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/AufAbschlagProOrtSchema.json>`_
`AufAbschlagProOrt JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/AufAbschlagProOrtSchema.json>`_

"""

Expand Down
2 changes: 1 addition & 1 deletion src/bo4e/com/aufabschlagregional.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AufAbschlagRegional(COM):
die sich durch die Auswahl eines Auf- oder Abschlags ergeben.

.. HINT::
`AufAbschlagRegional JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/AufAbschlagRegionalSchema.json>`_
`AufAbschlagRegional JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/AufAbschlagRegionalSchema.json>`_

"""

Expand Down
3 changes: 2 additions & 1 deletion src/bo4e/com/aufabschlagstaffelproort.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class AufAbschlagstaffelProOrt(COM):
Gibt den Wert eines Auf- oder Abschlags und dessen Staffelgrenzen an

.. HINT::
`AufAbschlagstaffelProOrt JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/AufAbschlagstaffelProOrtSchema.json>`_
`AufAbschlagstaffelProOrt JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/AufAbschlagstaffelProOrtSchema.json>`_

"""

# required attributes
Expand Down
2 changes: 1 addition & 1 deletion src/bo4e/com/ausschreibungsdetail.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Ausschreibungsdetail(COM):
Ausschreibungsloses abzubilden.

.. HINT::
`Ausschreibungsdetail JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/AusschreibungsdetailSchema.json>`_
`Ausschreibungsdetail JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/AusschreibungsdetailSchema.json>`_

"""

Expand Down
2 changes: 1 addition & 1 deletion src/bo4e/com/ausschreibungslos.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Ausschreibungslos(COM):
Eine Komponente zur Abbildung einzelner Lose einer Ausschreibung

.. HINT::
`Ausschreibungslos JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/AusschreibungslosSchema.json>`_
`Ausschreibungslos JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/AusschreibungslosSchema.json>`_

"""

Expand Down
2 changes: 1 addition & 1 deletion src/bo4e/com/betrag.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Betrag(COM):
abzubilden. Die Einheit ist dabei immer die Hauptwährung also Euro, Dollar etc…

.. HINT::
`Betrag JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/BetragSchema.json>`_
`Betrag JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/BetragSchema.json>`_

"""

Expand Down
3 changes: 2 additions & 1 deletion src/bo4e/com/dienstleistung.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class Dienstleistung(COM):
Abbildung einer abrechenbaren Dienstleistung.

.. HINT::
`Dienstleistung JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/DienstleistungSchema.json>`_
`Dienstleistung JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/DienstleistungSchema.json>`_

"""

# required attributes
Expand Down
2 changes: 1 addition & 1 deletion src/bo4e/com/energieherkunft.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Energieherkunft(COM):
Abbildung einer Energieherkunft

.. HINT::
`Energieherkunft JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/EnergieherkunftSchema.json>`_
`Energieherkunft JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/EnergieherkunftSchema.json>`_

"""

Expand Down
2 changes: 1 addition & 1 deletion src/bo4e/com/energiemix.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Energiemix(COM):
Zusammensetzung der gelieferten Energie aus den verschiedenen Primärenergieformen.

.. HINT::
`Energiemix JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/EnergiemixSchema.json>`_
`Energiemix JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/EnergiemixSchema.json>`_

"""

Expand Down
2 changes: 1 addition & 1 deletion src/bo4e/com/externereferenz.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ExterneReferenz(COM):
sich die eindeutigen IDs der anzubindenden Systeme zu merken.

.. HINT::
`ExterneReferenz JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/ExterneReferenzSchema.json>`_
`ExterneReferenz JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/ExterneReferenzSchema.json>`_

"""

Expand Down
2 changes: 1 addition & 1 deletion src/bo4e/com/fremdkostenblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Fremdkostenblock(COM):
Komponente zur Abbildung eines Kostenblocks in den Fremdkosten

.. HINT::
`Fremdkostenblock JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/FremdkostenblockSchema.json>`_
`Fremdkostenblock JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/FremdkostenblockSchema.json>`_

"""

Expand Down
2 changes: 1 addition & 1 deletion src/bo4e/com/fremdkostenposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Fremdkostenposition(Kostenposition):
Eine Kostenposition im Bereich der Fremdkosten

.. HINT::
`Fremdkostenposition JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/FremdkostenpositionSchema.json>`_
`Fremdkostenposition JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/FremdkostenpositionSchema.json>`_

"""

Expand Down
3 changes: 2 additions & 1 deletion src/bo4e/com/geokoordinaten.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class Geokoordinaten(COM):
This component provides the geo-coordinates for a location.

.. HINT::
`Geokoordinaten JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/GeokoordinatenSchema.json>`_
`Geokoordinaten JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/GeokoordinatenSchema.json>`_

"""

# = attr.ib() has to be there, to make the validator work
Expand Down
3 changes: 2 additions & 1 deletion src/bo4e/com/geraet.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ class Geraet(COM):
Mit dieser Komponente werden alle Geräte modelliert, die keine Zähler sind.

.. HINT::
`Geraet JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/GeraetSchema.json>`_
`Geraet JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/GeraetSchema.json>`_

"""

# optional attributes
Expand Down
3 changes: 2 additions & 1 deletion src/bo4e/com/geraeteeigenschaften.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class Geraeteeigenschaften(COM):
Mit dieser Komponente werden die Eigenschaften eines Gerätes in Bezug auf den Typ und weitere Merkmale modelliert

.. HINT::
`Geraeteeigenschaften JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/bo/GeraeteeigenschaftenSchema.json>`_
`Geraeteeigenschaften JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/master/json_schemas/com/GeraeteeigenschaftenSchema.json>`_

"""

# required attributes
Expand Down
Loading