mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 05:08:11 +00:00
User: alex clicked save for demo/amin-demo/Submit-the-invoice_JSONSchema.json.json
This commit is contained in:
parent
cbf41e748b
commit
11b5bf99bf
@ -12,33 +12,33 @@
|
||||
"description": "Information for submitting an invoice.",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"invoice.contributorName",
|
||||
"invoice.contributorId",
|
||||
"invoice.invoiceId",
|
||||
"invoice.invoiceAmount",
|
||||
"invoice.invoiceCurrency",
|
||||
"invoice.dueDate"
|
||||
"contributorName",
|
||||
"contributorId",
|
||||
"invoiceId",
|
||||
"invoiceAmount",
|
||||
"invoiceCurrency",
|
||||
"dueDate"
|
||||
],
|
||||
"properties": {
|
||||
"invoice.contributorName": {
|
||||
"contributorName": {
|
||||
"type": "string",
|
||||
"title": "Contributor Name"
|
||||
},
|
||||
"invoice.contributorId": {
|
||||
"contributorId": {
|
||||
"type": "integer",
|
||||
"title": "Contributor Id",
|
||||
"minLength": 2
|
||||
},
|
||||
"invoice.invoiceId": {
|
||||
"invoiceId": {
|
||||
"type": "integer",
|
||||
"title": "Invoice Id",
|
||||
"minLength": 4
|
||||
},
|
||||
"invoice.invoiceAmount": {
|
||||
"invoiceAmount": {
|
||||
"type": "number",
|
||||
"title": "Invoice Amount"
|
||||
},
|
||||
"invoice.invoiceCurrency": {
|
||||
"invoiceCurrency": {
|
||||
"type": "string",
|
||||
"title": "Select Currency",
|
||||
"enum": [
|
||||
@ -47,7 +47,7 @@
|
||||
"US Dollar (USD)"
|
||||
]
|
||||
},
|
||||
"invoice.dueDate": {
|
||||
"dueDate": {
|
||||
"type": "string",
|
||||
"title": "Due Date"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user