Skip to content

Commit 35d5814

Browse files
committed
feat: added operating address to business application
1 parent 6616d5c commit 35d5814

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Unit OpenAPI specifications",
55
"description": "An OpenAPI specifications for unit-sdk clients",
6-
"version": "0.2.4"
6+
"version": "0.2.5"
77
},
88
"servers": [
99
{

schemas/application/application.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,9 @@
442442
},
443443
"businessVertical": {
444444
"$ref": "../types.json#/components/schemas/BusinessVertical"
445+
},
446+
"operatingAddress": {
447+
"$ref": "../types.json#/components/schemas/Address"
445448
}
446449
},
447450
"additionalProperties": false,

schemas/application/createApplication.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,9 @@
522522
},
523523
"businessVertical": {
524524
"$ref": "../types.json#/components/schemas/BusinessVertical"
525+
},
526+
"operatingAddress": {
527+
"$ref": "../types.json#/components/schemas/Address"
525528
}
526529
},
527530
"additionalProperties": false,

0 commit comments

Comments
 (0)