User: madhurya@sartography.com added process model file examples/2-in-depth/2-3-sub-processes/enter-dummy-card-number-schema.json

This commit is contained in:
sartography-automated-committer 2023-08-01 13:07:22 +00:00
parent 94605efd0f
commit a51824f7bd
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"title": "Enter Credit Card Number",
"description": "",
"properties": {
"card_number": {
"type": "string",
"title": "Card Number(Enter Dummy Card Number)",
"default": "1111-2222-3333-4444"
}
},
"required": []
}