mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 13:08:09 +00:00
12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"title": "Enter Credit Card Number",
|
|
"description": "",
|
|
"properties": {
|
|
"card_number": {
|
|
"type": "string",
|
|
"title": "Card Number(Enter Dummy Card Number)",
|
|
"default": "1111-2222-3333-4444"
|
|
}
|
|
},
|
|
"required": []
|
|
} |