File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ class Tarifzeiten(Geschaeftsobjekt):
2424 <object data="../_static/images/bo4e/bo/Tarifzeiten.svg" type="image/svg+xml"></object>
2525 .. HINT::
2626 `Tarifzeiten JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/{__gh_version__}/src/bo4e_schemas/bo/Tarifzeiten.json>`_
27+
2728 """
2829
2930 typ : Annotated [Optional [Literal [BoTyp .TARIFZEITEN ]], Field (alias = "_typ" )] = BoTyp .TARIFZEITEN
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ class TarifzeitenZeitscheibe(COM):
2424 <object data="../_static/images/bo4e/com/TarifzeitenZeitscheibe.svg" type="image/svg+xml"></object>
2525 .. HINT::
2626 `TarifzeitenZeitscheibe JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/{__gh_version__}/src/bo4e_schemas/com/TarifzeitenZeitscheibe.json>`_
27+
2728 """
2829
2930 typ : Annotated [Optional [Literal [ComTyp .TARIFZEITENZEITSCHEIBE ]], Field (alias = "_typ" )] = (
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ class Tarifzeitstufe(COM):
2323 <object data="../_static/images/bo4e/com/Tarifzeitstufe.svg" type="image/svg+xml"></object>
2424 .. HINT::
2525 `Tarifzeitstufe JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/{__gh_version__}/src/bo4e_schemas/com/Tarifzeitstufe.json>`_
26+
2627 """
2728
2829 typ : Annotated [Optional [Literal [ComTyp .TARIFZEITSTUFE ]], Field (alias = "_typ" )] = ComTyp .TARIFZEITSTUFE
You can’t perform that action at this time.
0 commit comments