Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschaMetze committed Jan 16, 2024
1 parent cc7b625 commit d9c752e
Show file tree
Hide file tree
Showing 37 changed files with 2,805 additions and 11,427 deletions.
123 changes: 25 additions & 98 deletions json-schema-files/BO4E.BO.Anfrage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,28 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"ExterneReferenz": {
"type": [
"object",
"null"
],
"type": ["object", "null"],
"properties": {
"exRefName": {
"type": [
"string",
"null"
]
"type": ["string", "null"]
},
"exRefWert": {
"type": [
"string",
"null"
]
"type": ["string", "null"]
},
"timestamp": {
"type": [
"string",
"null"
],
"type": ["string", "null"],
"format": "date-time"
},
"guid": {
"type": [
"string",
"null"
]
"type": ["string", "null"]
}
}
},
"Zeitraum": {
"type": [
"object",
"null"
],
"type": ["object", "null"],
"properties": {
"einheit": {
"type": [
"string",
"null"
],
"type": ["string", "null"],
"enum": [
null,
"SEKUNDE",
Expand All @@ -60,110 +39,65 @@
]
},
"dauer": {
"type": [
"number",
"null"
]
"type": ["number", "null"]
},
"startdatum": {
"type": [
"string",
"null"
],
"type": ["string", "null"],
"format": "date-time"
},
"enddatum": {
"type": [
"string",
"null"
],
"type": ["string", "null"],
"format": "date-time"
},
"startzeitpunkt": {
"type": [
"string",
"null"
],
"type": ["string", "null"],
"format": "date-time"
},
"endzeitpunkt": {
"type": [
"string",
"null"
],
"type": ["string", "null"],
"format": "date-time"
},
"timestamp": {
"type": [
"string",
"null"
],
"type": ["string", "null"],
"format": "date-time"
},
"guid": {
"type": [
"string",
"null"
]
"type": ["string", "null"]
}
},
"required": [
"startzeitpunkt",
"endzeitpunkt"
]
"required": ["startzeitpunkt", "endzeitpunkt"]
}
},
"type": "object",
"properties": {
"boTyp": {
"type": [
"string",
"null"
]
"type": ["string", "null"]
},
"versionStruktur": {
"type": [
"string",
"null"
]
"type": ["string", "null"]
},
"timestamp": {
"type": [
"string",
"null"
],
"type": ["string", "null"],
"format": "date-time"
},
"externeReferenzen": {
"type": [
"array",
"null"
],
"type": ["array", "null"],
"items": {
"$ref": "#/definitions/ExterneReferenz"
}
},
"guid": {
"type": [
"string",
"null"
]
"type": ["string", "null"]
},
"lokationsId": {
"type": "string"
},
"lokationsTyp": {
"type": "string",
"enum": [
"MALO",
"MELO"
]
"enum": ["MALO", "MELO"]
},
"obiskennzahl": {
"type": [
"string",
"null"
]
"type": ["string", "null"]
},
"ZeitraumMesswertanfrage": {
"$ref": "#/definitions/Zeitraum"
Expand All @@ -189,10 +123,7 @@
]
},
"anfragetyp": {
"type": [
"string",
"null"
],
"type": ["string", "null"],
"enum": [
null,
"START_ABO",
Expand All @@ -211,9 +142,5 @@
]
}
},
"required": [
"lokationsId",
"lokationsTyp",
"anfragekategorie"
]
}
"required": ["lokationsId", "lokationsTyp", "anfragekategorie"]
}
Loading

0 comments on commit d9c752e

Please sign in to comment.