Skip to content

Commit 9eb321d

Browse files
authored
Merge pull request #1735 from codatio/oas-sync
Automated PR created by OAS bot
2 parents b38af03 + bf3cfc0 commit 9eb321d

File tree

3 files changed

+9
-18
lines changed

3 files changed

+9
-18
lines changed

static/oas/Codat-Accounting.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141558,7 +141558,8 @@
141558141558
},
141559141559
"accountRef": {
141560141560
"$ref": "#/components/schemas/Account/definitions/accountRef",
141561-
"description": "Reference to the account to which the line item is linked."
141561+
"description": "Reference to the account to which the line item is linked.",
141562+
"nullable": true
141562141563
},
141563141564
"taxRateRef": {
141564141565
"$ref": "#/components/schemas/TaxRate/definitions/taxRateRef",
@@ -141593,11 +141594,7 @@
141593141594
"type": "boolean",
141594141595
"description": "The bill is a direct cost if `True`."
141595141596
}
141596-
},
141597-
"required": [
141598-
"unitAmount",
141599-
"quantity"
141600-
]
141597+
}
141601141598
}
141602141599
}
141603141600
},

static/oas/Codat-Lending.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112010,7 +112010,8 @@
112010112010
},
112011112011
"accountRef": {
112012112012
"$ref": "#/components/schemas/AccountingAccount/definitions/accountRef",
112013-
"description": "Reference to the account to which the line item is linked."
112013+
"description": "Reference to the account to which the line item is linked.",
112014+
"nullable": true
112014112015
},
112015112016
"taxRateRef": {
112016112017
"$ref": "#/components/schemas/AccountingBillCreditNote/definitions/billCreditNoteLineItem/properties/taxRateRef",
@@ -112066,11 +112067,7 @@
112066112067
"type": "boolean",
112067112068
"description": "The bill is a direct cost if `True`."
112068112069
}
112069-
},
112070-
"required": [
112071-
"unitAmount",
112072-
"quantity"
112073-
]
112070+
}
112074112071
}
112075112072
}
112076112073
},

static/oas/Codat-Sync-Payables-v1.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44887,7 +44887,8 @@
4488744887
},
4488844888
"accountRef": {
4488944889
"$ref": "#/components/schemas/Account/definitions/accountRef",
44890-
"description": "Reference to the account to which the line item is linked."
44890+
"description": "Reference to the account to which the line item is linked.",
44891+
"nullable": true
4489144892
},
4489244893
"taxRateRef": {
4489344894
"$ref": "#/components/schemas/TaxRate/definitions/taxRateRef",
@@ -44943,11 +44944,7 @@
4494344944
"type": "boolean",
4494444945
"description": "The bill is a direct cost if `True`."
4494544946
}
44946-
},
44947-
"required": [
44948-
"unitAmount",
44949-
"quantity"
44950-
]
44947+
}
4495144948
}
4495244949
}
4495344950
},

0 commit comments

Comments
 (0)