Skip to content

Commit 08baa96

Browse files
author
Codat Pipeline Bot
committed
Update Bill schema by removing required fields (#32)
1 parent 103e412 commit 08baa96

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

json/Codat-Sync-Payables.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2938,12 +2938,7 @@
29382938
"$ref": "#/components/schemas/Bill/definitions/trackingRef"
29392939
}
29402940
}
2941-
},
2942-
"required": [
2943-
"quantity",
2944-
"unitAmount",
2945-
"accountRef"
2946-
]
2941+
}
29472942
},
29482943
"billAccountRef": {
29492944
"title": "Account reference",

yaml/Codat-Sync-Payables.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2087,10 +2087,6 @@ components:
20872087
nullable: true
20882088
items:
20892089
$ref: '#/components/schemas/Bill/definitions/trackingRef'
2090-
required:
2091-
- quantity
2092-
- unitAmount
2093-
- accountRef
20942090
billAccountRef:
20952091
title: Account reference
20962092
type: object

0 commit comments

Comments
 (0)