{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NewApplication", "type": "object", "properties": { "formNumber": { "type": "string", "description": "Echo back the input application form number." }, "number": { "type": "string", "description": "System generated unique application number while on-boarding the client." } } }