streamlit-web-crawler / src /json_schemas /prefill_document_payload.json
Muhammad Risqi Firdaus
feat: visa agent geo
ae992b4
Raw
History Blame Contribute Delete
575 Bytes
{
"application_id": 12345,
"structure": [
{
"key": "applicant_name",
"label": "Applicant Full Name",
"description": "Full legal name of the applicant as it appears on the passport",
"required": false
},
{
"key": "travel_dates",
"label": "Travel Dates",
"description": "Intended travel start and end dates",
"required": false
},
{
"key": "destination_country",
"label": "Destination Country",
"description": "Country the applicant intends to visit",
"required": false
}
]
}