User: alex clicked save for demo/demo-preload/demo-preload_JSONSchema.json

This commit is contained in:
demo 2022-11-01 23:44:37 +00:00
parent 87848de72c
commit 840b648b3e

View File

@ -9,9 +9,9 @@
"items": {
"type": "string",
"enum": [
"Number in contributor name",
"Too many decimals in invoice amount",
"Due date before today's date"
" Number in contributor name",
" Too many decimals in invoice amount",
" Due date before today's date"
]
},
"uniqueItems": true
@ -20,8 +20,8 @@
"type": "string",
"title": "Select Currency",
"enum": [
"Correct invoice amount",
"incorrect invoice amount"
" Correct invoice amount",
" incorrect invoice amount"
]
}
}