Skip to content

Commit

Permalink
Generates JSON Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-aschloegl committed Oct 9, 2023
1 parent 4815948 commit a5a3e8c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions json_schemas/bo/PreisblattMessung.json
Original file line number Diff line number Diff line change
Expand Up @@ -602,19 +602,19 @@
"default": null,
"title": "Geschaeftspartnerrolle"
},
"gewerbekennzeichnung": {
"glaeubigerId": {
"anyOf": [
{
"type": "boolean"
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Gewerbekennzeichnung"
"title": "Glaeubigerid"
},
"glaeubigerId": {
"hrnummer": {
"anyOf": [
{
"type": "string"
Expand All @@ -624,19 +624,19 @@
}
],
"default": null,
"title": "Glaeubigerid"
"title": "Hrnummer"
},
"hrnummer": {
"istGewerbe": {
"anyOf": [
{
"type": "string"
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Hrnummer"
"title": "Istgewerbe"
},
"kontaktweg": {
"anyOf": [
Expand Down

0 comments on commit a5a3e8c

Please sign in to comment.