19 lines
358 B
JSON

{
"title": "Invoice Details",
"description": "Please fill out your invoice information. Thank you.",
"properties": {
"amount": {
"type": "string",
"title": "amount"
},
"name": {
"type": "string",
"title": "name"
},
"priority": {
"type": "string",
"title": "priority"
}
},
"required": []
}