{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Application", "type": "object", "properties": { "formNumber": { "type": "string", "description": "Client on-boarding application form number." }, "makerChecker": { "type": "boolean", "description": "Indicates whether the application should go through the checker approval process prior to client on-boarding. Applicable only if not requested for 'instant card'. It will be always considered as true in case of 'instant card' or 'SVC/LVC' card issuance irrespective of input value." }, "memo": { "type": "string", "description": "Free text field that contains remarks entered while submitting the request.
This field is required if configured as **Business Mandatory*** ." } } }