Skip to content

Commit 6317ead

Browse files
authored
Merge pull request #1741 from codatio/oas-sync
Automated PR created by OAS bot
2 parents f4f6970 + 8e321e2 commit 6317ead

File tree

8 files changed

+371
-63
lines changed

8 files changed

+371
-63
lines changed

static/oas/Codat-Accounting.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142733,14 +142733,6 @@
142733142733
"description": "A phone number."
142734142734
},
142735142735
"type": {
142736-
"$ref": "#/components/schemas/CompanyDataset/properties/phoneNumbers/items/definitions/phoneNumberType"
142737-
}
142738-
},
142739-
"required": [
142740-
"type"
142741-
],
142742-
"definitions": {
142743-
"phoneNumberType": {
142744142736
"description": "The type of phone number",
142745142737
"type": "string",
142746142738
"enum": [
@@ -142751,7 +142743,10 @@
142751142743
"Unknown"
142752142744
]
142753142745
}
142754-
}
142746+
},
142747+
"required": [
142748+
"type"
142749+
]
142755142750
}
142756142751
},
142757142752
"webLinks": {

static/oas/Codat-Commerce.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9137,14 +9137,6 @@
91379137
"description": "A phone number."
91389138
},
91399139
"type": {
9140-
"$ref": "#/components/schemas/PhoneNumber/definitions/phoneNumberType"
9141-
}
9142-
},
9143-
"required": [
9144-
"type"
9145-
],
9146-
"definitions": {
9147-
"phoneNumberType": {
91489140
"description": "The type of phone number",
91499141
"type": "string",
91509142
"enum": [
@@ -9155,7 +9147,10 @@
91559147
"Unknown"
91569148
]
91579149
}
9158-
}
9150+
},
9151+
"required": [
9152+
"type"
9153+
]
91599154
},
91609155
"Product": {
91619156
"title": "Commerce: Product",

static/oas/Codat-Lending.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121277,14 +121277,6 @@
121277121277
"description": "A phone number."
121278121278
},
121279121279
"type": {
121280-
"$ref": "#/components/schemas/PhoneNumber/definitions/phoneNumberType"
121281-
}
121282-
},
121283-
"required": [
121284-
"type"
121285-
],
121286-
"definitions": {
121287-
"phoneNumberType": {
121288121280
"description": "The type of phone number",
121289121281
"type": "string",
121290121282
"enum": [
@@ -121295,7 +121287,10 @@
121295121287
"Unknown"
121296121288
]
121297121289
}
121298-
}
121290+
},
121291+
"required": [
121292+
"type"
121293+
]
121299121294
},
121300121295
"ProjectRef": {
121301121296
"title": "Accounting: Project reference",

0 commit comments

Comments
 (0)