ondc-code-generator 0.8.9 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/alpha/possible-json-paths.json +34134 -0
  2. package/alpha/table/page/index.html +11487 -0
  3. package/alpha/table/page/style.css +449 -0
  4. package/alpha/table/rag-table-docs/confirm.md +63 -0
  5. package/alpha/table/rag-table-docs/init.md +81 -0
  6. package/alpha/table/rag-table-docs/on_confirm.md +164 -0
  7. package/alpha/table/rag-table-docs/on_init.md +146 -0
  8. package/alpha/table/rag-table-docs/on_search.md +163 -0
  9. package/alpha/table/rag-table-docs/on_select.md +99 -0
  10. package/alpha/table/rag-table-docs/on_status.md +153 -0
  11. package/alpha/table/rag-table-docs/on_update.md +164 -0
  12. package/alpha/table/rag-table-docs/raw_table.json +11198 -0
  13. package/alpha/table/rag-table-docs/search.md +128 -0
  14. package/alpha/table/rag-table-docs/select.md +70 -0
  15. package/alpha/table/rag-table-docs/status.md +44 -0
  16. package/alpha/table/rag-table-docs/update.md +51 -0
  17. package/alpha/table/readme.md +1312 -0
  18. package/alpha/table/validPaths.json +34134 -0
  19. package/alpha/table.zip +0 -0
  20. package/dist/bin/cli.js +4 -0
  21. package/dist/generator/config-compiler.d.ts +16 -2
  22. package/dist/generator/config-compiler.js +57 -19
  23. package/dist/generator/generators/classes/abstract-generator.d.ts +2 -0
  24. package/dist/generator/generators/documentation/md-generator.d.ts +12 -5
  25. package/dist/generator/generators/documentation/md-generator.js +23 -28
  26. package/dist/generator/generators/documentation/templates/index.mustache +162 -26
  27. package/dist/generator/generators/documentation/templates/style.css +387 -142
  28. package/dist/generator/generators/go/go-generator.js +1 -1
  29. package/dist/generator/generators/javascript/js-generator.js +1 -1
  30. package/dist/generator/generators/python/py-generator.js +1 -1
  31. package/dist/generator/generators/rag/rag-generator.d.ts +48 -0
  32. package/dist/generator/generators/rag/rag-generator.js +185 -0
  33. package/dist/generator/generators/rag/rag-table-generator.d.ts +55 -0
  34. package/dist/generator/generators/rag/rag-table-generator.js +269 -0
  35. package/dist/generator/generators/typescript/ts-generator.js +1 -1
  36. package/dist/index.test.js +12 -3
  37. package/dist/types/build.d.ts +4 -0
  38. package/dist/types/compiler-types.d.ts +3 -1
  39. package/dist/types/compiler-types.js +2 -0
  40. package/package.json +1 -1
  41. package/alpha/docs/page/index.html +0 -6137
  42. package/alpha/docs/page/style.css +0 -204
  43. package/alpha/docs/readme.md +0 -5939
  44. package/alpha/docs/validPaths.json +0 -14351
  45. package/alpha/page/index.html +0 -6137
  46. package/alpha/page/style.css +0 -204
  47. package/alpha/readme.md +0 -5939
  48. package/alpha/validationpkg/examples/search.json +0 -143
  49. package/alpha/validationpkg/examples_output/search/case-001/output.json +0 -12
  50. package/alpha/validationpkg/go.mod +0 -8
  51. package/alpha/validationpkg/go.sum +0 -4
  52. package/alpha/validationpkg/jsonvalidations/cancel.go +0 -1289
  53. package/alpha/validationpkg/jsonvalidations/confirm.go +0 -9121
  54. package/alpha/validationpkg/jsonvalidations/init.go +0 -4864
  55. package/alpha/validationpkg/jsonvalidations/issue.go +0 -4868
  56. package/alpha/validationpkg/jsonvalidations/on_cancel.go +0 -7111
  57. package/alpha/validationpkg/jsonvalidations/on_confirm.go +0 -8903
  58. package/alpha/validationpkg/jsonvalidations/on_init.go +0 -4445
  59. package/alpha/validationpkg/jsonvalidations/on_issue.go +0 -2828
  60. package/alpha/validationpkg/jsonvalidations/on_issue_status.go +0 -1938
  61. package/alpha/validationpkg/jsonvalidations/on_search.go +0 -3356
  62. package/alpha/validationpkg/jsonvalidations/on_status.go +0 -8129
  63. package/alpha/validationpkg/jsonvalidations/on_track.go +0 -1415
  64. package/alpha/validationpkg/jsonvalidations/on_update.go +0 -8700
  65. package/alpha/validationpkg/jsonvalidations/search.go +0 -3585
  66. package/alpha/validationpkg/jsonvalidations/status.go +0 -1073
  67. package/alpha/validationpkg/jsonvalidations/track.go +0 -1073
  68. package/alpha/validationpkg/jsonvalidations/update.go +0 -3012
  69. package/alpha/validationpkg/main-validator.go +0 -196
  70. package/alpha/validationpkg/main-validator_test.go +0 -165
  71. package/alpha/validationpkg/storageutils/api_save_utils.go +0 -83
  72. package/alpha/validationpkg/storageutils/cancel.go +0 -30
  73. package/alpha/validationpkg/storageutils/confirm.go +0 -30
  74. package/alpha/validationpkg/storageutils/index.go +0 -132
  75. package/alpha/validationpkg/storageutils/init.go +0 -30
  76. package/alpha/validationpkg/storageutils/issue.go +0 -30
  77. package/alpha/validationpkg/storageutils/on_cancel.go +0 -30
  78. package/alpha/validationpkg/storageutils/on_confirm.go +0 -30
  79. package/alpha/validationpkg/storageutils/on_init.go +0 -30
  80. package/alpha/validationpkg/storageutils/on_issue.go +0 -30
  81. package/alpha/validationpkg/storageutils/on_issue_status.go +0 -30
  82. package/alpha/validationpkg/storageutils/on_search.go +0 -30
  83. package/alpha/validationpkg/storageutils/on_status.go +0 -30
  84. package/alpha/validationpkg/storageutils/on_track.go +0 -30
  85. package/alpha/validationpkg/storageutils/on_update.go +0 -30
  86. package/alpha/validationpkg/storageutils/save_utils.go +0 -75
  87. package/alpha/validationpkg/storageutils/search.go +0 -30
  88. package/alpha/validationpkg/storageutils/status.go +0 -30
  89. package/alpha/validationpkg/storageutils/track.go +0 -30
  90. package/alpha/validationpkg/storageutils/update.go +0 -30
  91. package/alpha/validationpkg/validationutils/json_normalizer.go +0 -152
  92. package/alpha/validationpkg/validationutils/json_path_utils.go +0 -173
  93. package/alpha/validationpkg/validationutils/storage-interface.go +0 -107
  94. package/alpha/validationpkg/validationutils/test-config.go +0 -69
  95. package/alpha/validationpkg/validationutils/validation_utils.go +0 -429
@@ -0,0 +1,164 @@
1
+ ---
2
+ action: on_confirm
3
+ codeName: L1validations
4
+ numTests: 146
5
+ generated: 2026-03-10
6
+ domain: -
7
+ version: -
8
+ ---
9
+
10
+ # L1validations — `on_confirm` Validations (Table View)
11
+
12
+ **109** leaf validation rule(s) applied to `on_confirm` in the **L1validations** flow.
13
+ Domain: `-`, Version: `-`
14
+ Group rows (GRP) list their immediate sub-tests. Leaf rows (LF) show the actual validation logic.
15
+
16
+ ---
17
+ | # | Type | Test Name | Group | Scope | Description | Skip If | Error Code |
18
+ | ---: | :---: | :--- | :--- | :--- | :--- | :--- | :---: |
19
+ | 1 | GRP | **ON_CONFIRM_CONTEXT** | — | — | Sub-tests: CONTEXT_REQUIRED, CONTEXT_ENUM, CONTEXT_REGEX | — | — |
20
+ | 2 | GRP | **CONTEXT_REQUIRED** | ON_CONFIRM_CONTEXT | — | Sub-tests: REQUIRED_CONTEXT_LOCATION_COUNTRY_CODE, REQUIRED_CONTEXT_LOCATION_CITY_CODE, REQUIRED_CONTEXT_DOMAIN, REQUIRED_CONTEXT_TIMESTAMP, REQUIRED_CONTEXT_BAP_ID, REQUIRED_CONTEXT_BAP_URI, REQUIRED_CONTEXT_TRANSACTION_ID, REQUIRED_CONTEXT_MESSAGE_ID, REQUIRED_CONTEXT_VERSION, REQUIRED_CONTEXT_TTL, REQUIRED_CONTEXT_BPP_ID, REQUIRED_CONTEXT_BPP_URI | — | — |
21
+ | 3 | LF | `REQUIRED_CONTEXT_LOCATION_COUNTRY_CODE` | ON_CONFIRM_CONTEXT > CONTEXT_REQUIRED | — | - $.context.location.country.code must be present in the payload | — | 30000 |
22
+ | 4 | LF | `REQUIRED_CONTEXT_LOCATION_CITY_CODE` | ON_CONFIRM_CONTEXT > CONTEXT_REQUIRED | — | - $.context.location.city.code must be present in the payload | — | 30000 |
23
+ | 5 | LF | `REQUIRED_CONTEXT_DOMAIN` | ON_CONFIRM_CONTEXT > CONTEXT_REQUIRED | — | - $.context.domain must be present in the payload | — | 30000 |
24
+ | 6 | LF | `REQUIRED_CONTEXT_TIMESTAMP` | ON_CONFIRM_CONTEXT > CONTEXT_REQUIRED | — | - $.context.timestamp must be present in the payload | — | 30000 |
25
+ | 7 | LF | `REQUIRED_CONTEXT_BAP_ID` | ON_CONFIRM_CONTEXT > CONTEXT_REQUIRED | — | - $.context.bap_id must be present in the payload | — | 30000 |
26
+ | 8 | LF | `REQUIRED_CONTEXT_BAP_URI` | ON_CONFIRM_CONTEXT > CONTEXT_REQUIRED | — | - $.context.bap_uri must be present in the payload | — | 30000 |
27
+ | 9 | LF | `REQUIRED_CONTEXT_TRANSACTION_ID` | ON_CONFIRM_CONTEXT > CONTEXT_REQUIRED | — | - $.context.transaction_id must be present in the payload | — | 30000 |
28
+ | 10 | LF | `REQUIRED_CONTEXT_MESSAGE_ID` | ON_CONFIRM_CONTEXT > CONTEXT_REQUIRED | — | - $.context.message_id must be present in the payload | — | 30000 |
29
+ | 11 | LF | `REQUIRED_CONTEXT_VERSION` | ON_CONFIRM_CONTEXT > CONTEXT_REQUIRED | — | - $.context.version must be present in the payload | — | 30000 |
30
+ | 12 | LF | `REQUIRED_CONTEXT_TTL` | ON_CONFIRM_CONTEXT > CONTEXT_REQUIRED | — | - $.context.ttl must be present in the payload | — | 30000 |
31
+ | 13 | LF | `REQUIRED_CONTEXT_BPP_ID` | ON_CONFIRM_CONTEXT > CONTEXT_REQUIRED | — | - $.context.bpp_id must be present in the payload | — | 30000 |
32
+ | 14 | LF | `REQUIRED_CONTEXT_BPP_URI` | ON_CONFIRM_CONTEXT > CONTEXT_REQUIRED | — | - $.context.bpp_uri must be present in the payload | — | 30000 |
33
+ | 15 | GRP | **CONTEXT_ENUM** | ON_CONFIRM_CONTEXT | — | Sub-tests: VALID_CONTEXT_LOCATION_COUNTRY_CODE, VALID_CONTEXT_DOMAIN | — | — |
34
+ | 16 | LF | `VALID_CONTEXT_LOCATION_COUNTRY_CODE` | ON_CONFIRM_CONTEXT > CONTEXT_ENUM | — | - All elements of $.context.location.country.code must be in ["IND"] | - $.context.location.country.code must **not** be present in the payload | 30000 |
35
+ | 17 | LF | `VALID_CONTEXT_DOMAIN` | ON_CONFIRM_CONTEXT > CONTEXT_ENUM | — | - All elements of $.context.domain must be in ["ONDC:FIS12"] | - $.context.domain must **not** be present in the payload | 30000 |
36
+ | 18 | GRP | **CONTEXT_REGEX** | ON_CONFIRM_CONTEXT | — | Sub-tests: REGEX_CONTEXT_LOCATION_CITY_CODE, REGEX_CONTEXT_TIMESTAMP_1, REGEX_CONTEXT_BAP_ID, REGEX_CONTEXT_BAP_URI, REQUIRED_CONTEXT_TTL, REGEX_CONTEXT_BPP_ID, REGEX_CONTEXT_BPP_URI | — | — |
37
+ | 19 | LF | `REGEX_CONTEXT_LOCATION_CITY_CODE` | ON_CONFIRM_CONTEXT > CONTEXT_REGEX | — | - All elements of $.context.location.city.code must follow every regex in ["(\\*)\|(^std\\:[0-9]{2,4}$)"] | - $.context.location.city.code must **not** be present in the payload | 30000 |
38
+ | 20 | LF | `REGEX_CONTEXT_TIMESTAMP_1` | ON_CONFIRM_CONTEXT > CONTEXT_REGEX | — | - All elements of $.context.timestamp must follow every regex in ["^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?(Z\|[+-]\\d{2}:\\d{2})$"] | - $.context.timestamp must **not** be present in the payload | 30000 |
39
+ | 21 | LF | `REGEX_CONTEXT_BAP_ID` | ON_CONFIRM_CONTEXT > CONTEXT_REGEX | — | - All elements of $.context.bap_id must follow every regex in ["^(?!.*\b(?:http\|https\|www)\b)[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+$"] | - $.context.bap_id must **not** be present in the payload | 30000 |
40
+ | 22 | LF | `REGEX_CONTEXT_BAP_URI` | ON_CONFIRM_CONTEXT > CONTEXT_REGEX | — | - All elements of $.context.bap_uri must follow every regex in ["^https:\/\/(www\.)?[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+(/)?$"] | - $.context.bap_uri must **not** be present in the payload | 30000 |
41
+ | 23 | LF | `REQUIRED_CONTEXT_TTL` | ON_CONFIRM_CONTEXT > CONTEXT_REGEX | — | - All elements of $.context.ttl must follow every regex in ["^P(?=\\d\|T\\d)(\\d+Y)?(\\d+M)?(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+S)?)?$"] | - $.context.ttl must **not** be present in the payload | 30000 |
42
+ | 24 | LF | `REGEX_CONTEXT_BPP_ID` | ON_CONFIRM_CONTEXT > CONTEXT_REGEX | — | - All elements of $.context.bpp_id must follow every regex in ["^(?!.*\b(?:http\|https\|www)\b)[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+$"] | - $.context.bpp_id must **not** be present in the payload | 30000 |
43
+ | 25 | LF | `REGEX_CONTEXT_BPP_URI` | ON_CONFIRM_CONTEXT > CONTEXT_REGEX | — | - All elements of $.context.bpp_uri must follow every regex in ["^https:\/\/(www\.)?[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+(/)?$"] | - $.context.bpp_uri must **not** be present in the payload | 30000 |
44
+ | 26 | GRP | **REQUIRED_ORDER_ITEMS** | — | — | Sub-tests: REQUIRED_ITEMS, VALID_ENUM_ITEMS | — | — |
45
+ | 27 | GRP | **REQUIRED_ITEMS** | REQUIRED_ORDER_ITEMS | — | Sub-tests: REQUIRED_ORDER_ID, REQUIRED_ORDER_STATUS, REQUIRED_ORDER_CREATED_AT, REQUIRED_ORDER_UPDATED_AT, CREATED_AT_UPDATED_AT_EQUALITY | — | — |
46
+ | 28 | LF | `REQUIRED_ORDER_ID` | REQUIRED_ORDER_ITEMS > REQUIRED_ITEMS | — | - $.message.order.id must be present in the payload | — | 30000 |
47
+ | 29 | LF | `REQUIRED_ORDER_STATUS` | REQUIRED_ORDER_ITEMS > REQUIRED_ITEMS | — | - $.message.order.status must be present in the payload | — | 30000 |
48
+ | 30 | LF | `REQUIRED_ORDER_CREATED_AT` | REQUIRED_ORDER_ITEMS > REQUIRED_ITEMS | — | - $.message.order.created_at must be present in the payload | — | 30000 |
49
+ | 31 | LF | `REQUIRED_ORDER_UPDATED_AT` | REQUIRED_ORDER_ITEMS > REQUIRED_ITEMS | — | - $.message.order.created_at must be present in the payload | — | 30000 |
50
+ | 32 | LF | `CREATED_AT_UPDATED_AT_EQUALITY` | REQUIRED_ORDER_ITEMS > REQUIRED_ITEMS | — | - $.message.order.created_at must equal $.message.order.updated_at | — | 30000 |
51
+ | 33 | GRP | **VALID_ENUM_ITEMS** | REQUIRED_ORDER_ITEMS | — | Sub-tests: VALID_ENUM_ORDER_STATUS, REGEX_ON_CONFIRM_CREATED_AT, REGEX_ON_CONFIRM_UPDATED_AT | — | — |
52
+ | 34 | LF | `VALID_ENUM_ORDER_STATUS` | REQUIRED_ORDER_ITEMS > VALID_ENUM_ITEMS | — | - At least one of $.message.order.status must be in ["ACTIVE", "COMPLETED", "CANCELLED"] | — | 30000 |
53
+ | 35 | LF | `REGEX_ON_CONFIRM_CREATED_AT` | REQUIRED_ORDER_ITEMS > VALID_ENUM_ITEMS | — | - All elements of $.message.order.created_at must follow every regex in ["^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?(Z\|[+-]\\d{2}:\\d{2})$"] | — | 30000 |
54
+ | 36 | LF | `REGEX_ON_CONFIRM_UPDATED_AT` | REQUIRED_ORDER_ITEMS > VALID_ENUM_ITEMS | — | - All elements of $.message.order.updated_at must follow every regex in ["^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?(Z\|[+-]\\d{2}:\\d{2})$"] | — | 30000 |
55
+ | 37 | GRP | **ON_SELECT_PROVIDER** | — | — | Sub-tests: ON_SELECT_PROVIDER_ID, ON_SELECT_PROVIDER_NAME, ON_SELECT_PROVIDER_IMAGES_URL, ON_SELECT_PROVIDER_IMAGES_SIZE_TYPE | - $.message.order.provider.id must **not** be present in the payload | — |
56
+ | 38 | LF | `ON_SELECT_PROVIDER_ID` | ON_SELECT_PROVIDER | — | - $.message.order.provider.id must be present in the payload | — | 30000 |
57
+ | 39 | LF | `ON_SELECT_PROVIDER_NAME` | ON_SELECT_PROVIDER | — | - $.message.order.provider.descriptor.name must be present in the payload | — | 30000 |
58
+ | 40 | LF | `ON_SELECT_PROVIDER_IMAGES_URL` | ON_SELECT_PROVIDER | — | - $.message.order.provider.descriptor.images[*].url must be present in the payload | — | 30000 |
59
+ | 41 | LF | `ON_SELECT_PROVIDER_IMAGES_SIZE_TYPE` | ON_SELECT_PROVIDER | — | - $.message.order.provider.descriptor.images[*].size_type must be present in the payload | — | 30000 |
60
+ | 42 | GRP | **ON_SELECT_PROVIDER_TAGS** | — | — | Sub-tests: VALID_PROVODER_TAGS, REQUIRED_CONTACT_INFO, REQUIRED_LSP_INFO | — | — |
61
+ | 43 | LF | `VALID_PROVODER_TAGS` | ON_SELECT_PROVIDER_TAGS | — | - All elements of $.message.order.provider.tags[*].descriptor.code must be in ["CONTACT_INFO", "LSP_INFO"] | - $.message.order.provider.tags[*].descriptor.code must **not** be present in the payload | 30000 |
62
+ | 44 | LF | `REQUIRED_CONTACT_INFO` | ON_SELECT_PROVIDER_TAGS | `$.message.order.provider.tags[?(@.descriptor.code == CONTACT_INFO)]` | - All elements of $.message.order.provider.tags[?(@.descriptor.code == CONTACT_INFO)].list[*].descriptor.code must be in ["GRO_NAME", "GRO_EMAIL", "GRO_CONTACT_NUMBER", "CUSTOMER_SUPPORT_LINK", "CUSTOMER_SUPPORT_CONTACT_NUMBER", "CUSTOMER_SUPPORT_CONTACT_NUMBER"] | — | 30000 |
63
+ | 45 | LF | `REQUIRED_LSP_INFO` | ON_SELECT_PROVIDER_TAGS | `$.message.order.provider.tags[?(@.descriptor.code == LSP_INFO)]` | - All elements of $.message.order.provider.tags[?(@.descriptor.code == LSP_INFO)].list[*].descriptor.code must be in ["LSP_NAME", "LSP_EMAIL", "LSP_CONTACT_NUMBER", "LSP_ADDRESS"] | — | 30000 |
64
+ | 46 | GRP | **ON_INIT_ITEMS** | — | — | Sub-tests: REQUIRED_ITEMS | — | — |
65
+ | 47 | GRP | **REQUIRED_ITEMS** | ON_INIT_ITEMS | — | Sub-tests: REQUIRED_ITEM_ID, REQUIRED_PARENT_ITEM_ID, REQUIRED_ITEM_DESCRIPTOR_CODE, REQUIRED_ITEM_CATEGORY_ID, ON_SEARCH_ITEM_PRICE_CURRENCY, ON_SEARCH_ITEM_PRICE_VALUE, ON_SELECT_ITEM_FULFILLMENT_IDS, REQUIRED_XINPUT_FIELDS | — | — |
66
+ | 48 | LF | `REQUIRED_ITEM_ID` | ON_INIT_ITEMS > REQUIRED_ITEMS | — | - $.message.order.items[*].id must be present in the payload | — | 30000 |
67
+ | 49 | LF | `REQUIRED_PARENT_ITEM_ID` | ON_INIT_ITEMS > REQUIRED_ITEMS | — | - $.message.order.items[*].parent_item_id must be present in the payload | — | 30000 |
68
+ | 50 | LF | `REQUIRED_ITEM_DESCRIPTOR_CODE` | ON_INIT_ITEMS > REQUIRED_ITEMS | — | - $.message.order.items[*].descriptor.code must be present in the payload | — | 30000 |
69
+ | 51 | LF | `REQUIRED_ITEM_CATEGORY_ID` | ON_INIT_ITEMS > REQUIRED_ITEMS | — | - $.message.order.items[*].category_ids[*] must be present in the payload | — | 30000 |
70
+ | 52 | LF | `ON_SEARCH_ITEM_PRICE_CURRENCY` | ON_INIT_ITEMS > REQUIRED_ITEMS | — | - $.message.order.items[*].price.currency must be present in the payload | — | 30000 |
71
+ | 53 | LF | `ON_SEARCH_ITEM_PRICE_VALUE` | ON_INIT_ITEMS > REQUIRED_ITEMS | — | - $.message.order.items[*].price.value must be present in the payload | — | 30000 |
72
+ | 54 | LF | `ON_SELECT_ITEM_FULFILLMENT_IDS` | ON_INIT_ITEMS > REQUIRED_ITEMS | — | - $.message.order.items[*].fulfillment_ids[*] must be present in the payload | — | 30000 |
73
+ | 55 | GRP | **REQUIRED_XINPUT_FIELDS** | ON_INIT_ITEMS > REQUIRED_ITEMS | — | Sub-tests: REQUIRED_XINPUT_ITEMS, VALID_XINPUT_FIELDS | - $.message.order.items[*].xinput.form.id must **not** be present in the payload | — |
74
+ | 56 | GRP | **REQUIRED_XINPUT_ITEMS** | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS | — | Sub-tests: REQUIRED_HEAD_CODE, REQUIRED_HEAD_NAME, REQUIRED_FORM_HEADINGS, REQUIRED_FORM_ID, REQUIRED_FORM_MIME_TYPE, REQUIRED_FORM_RESPONSE, REQUIRED_SUBMISSION_ID | — | — |
75
+ | 57 | LF | `REQUIRED_HEAD_CODE` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS | — | - $.message.order.items[*].xinput.head.descriptor.code must be present in the payload | - $.message.order.items[*].xinput.form_response.submission_id must be present in the payload | 30000 |
76
+ | 58 | LF | `REQUIRED_HEAD_NAME` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS | — | - $.message.order.items[*].xinput.head.descriptor.name must be present in the payload | - $.message.order.items[*].xinput.form_response.submission_id must be present in the payload | 30000 |
77
+ | 59 | LF | `REQUIRED_FORM_HEADINGS` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS | — | - $.message.order.items[*].xinput.head.headings[*] must be present in the payload | - $.message.order.items[*].xinput.form_response.submission_id must be present in the payload | 30000 |
78
+ | 60 | LF | `REQUIRED_FORM_ID` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS | — | - $.message.order.items[*].xinput.form.id must be present in the payload | — | 30000 |
79
+ | 61 | LF | `REQUIRED_FORM_MIME_TYPE` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS | — | - $.message.order.items[*].xinput.form.mime_type must be present in the payload | - $.message.order.items[*].xinput.form_response.submission_id must be present in the payload | 30000 |
80
+ | 62 | GRP | **REQUIRED_FORM_RESPONSE** | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS | — | Sub-tests: REQUIRED_FORM_STATUS, REQUIRED_FORM_SUBMISSION_ID | - $.message.order.items[*].xinput.form_response.submission_id must **not** be present in the payload | — |
81
+ | 63 | LF | `REQUIRED_FORM_STATUS` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS > REQUIRED_FORM_RESPONSE | — | - $.message.order.items[*].xinput.form_response.status must be present in the payload | — | 30000 |
82
+ | 64 | LF | `REQUIRED_FORM_SUBMISSION_ID` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS > REQUIRED_FORM_RESPONSE | — | - $.message.order.items[*].xinput.form_response.submission_id must be present in the payload | — | 30000 |
83
+ | 65 | LF | `REQUIRED_SUBMISSION_ID` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS | — | - $.message.order.items[*].xinput.form_response.submission_id must be present in the payload | - $.message.order.items[*].xinput.form_response.submission_id must **not** be present in the payload | 30000 |
84
+ | 66 | GRP | **VALID_XINPUT_FIELDS** | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS | — | Sub-tests: VALID_FORM_HEADINGS | — | — |
85
+ | 67 | LF | `VALID_FORM_HEADINGS` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > VALID_XINPUT_FIELDS | — | - All elements of $.message.order.items[*].xinput.head.headings[*] must be in ["KYC", "EMANDATE", "LOAN_AGREEMENT", "INDIVIDUAL_KYC", "ENTITY_KYC", "ENACH", "ESIGN"] | - $.message.order.items[*].xinput.form_response.submission_id must be present in the payload | 30000 |
86
+ | 68 | GRP | **ON_SELECT_ITEM_TAGS** | — | — | Sub-tests: REQUIRED_LOAN_INFO, REQUIRED_LOAN_OFFER | **All of the following must be true:** - $.message.order.items[*].tags[*].descriptor.code must **not** be present in the payload - Not all elements of $.message.order.items[*].tags[*].descriptor.code may be in ["LOAN_INFO", "LOAN_OFFER"] | — |
87
+ | 69 | LF | `REQUIRED_LOAN_INFO` | ON_SELECT_ITEM_TAGS | `$.message.order.items[*].tags[?(@.descriptor.code == LOAN_INFO)]` | - All elements of $.message.order.items[*].tags[?(@.descriptor.code == LOAN_INFO)].list[*].descriptor.code must be in ["INTEREST_RATE", "TERM", "INTEREST_RATE_TYPE", "APPLICATION_FEE", "FORECLOSURE_FEE", "INTEREST_RATE_CONVERSION_CHARGE", "DELAY_PENALTY_FEE", "OTHER_PENALTY_FEE", "ANNUAL_PERCENTAGE_RATE", "REPAYMENT_FREQUENCY", "NUMBER_OF_INSTALLMENTS", "TNC_LINK", "COOL_OFF_PERIOD", "INSTALLMENT_AMOUNT", "KFS_LINK", "INVOICE_NUMBER", "WORKING_CAPITAL_LIMIT", "INSURANCE_CHARGES", "RATE_ANNUALISED_PENAL_CHARGES", "KYC_MODE", "CO_APPLICANT"] | — | 30000 |
88
+ | 70 | LF | `REQUIRED_LOAN_OFFER` | ON_SELECT_ITEM_TAGS | `$.message.order.items[*].tags[?(@.descriptor.code == LOAN_OFFER)]` | - All elements of $.message.order.items[*].tags[?(@.descriptor.code == LOAN_OFFER)].list[*].descriptor.code must be in ["PRINCIPAL_AMOUNT", "INTEREST_AMOUNT", "PROCESSING_FEE", "OTHER_UPFRONT_CHARGES", "INSURANCE_CHARGES", "NET_DISBURSED_AMOUNT", "OTHER_CHARGES", "OFFER_VALIDITY", "WORKING_CAPITAL_LIMIT", "CURRENT_UTLIZATION"] | — | 30000 |
89
+ | 71 | GRP | **ON_INIT_FULFILLMENTS** | — | — | Sub-tests: REQUIRED_FULFILLMENT_ITEMS, VALID_FULFILLMENT_ITEMS, VALID_FULFILLMENT_TAGS | — | — |
90
+ | 72 | GRP | **REQUIRED_FULFILLMENT_ITEMS** | ON_INIT_FULFILLMENTS | — | Sub-tests: REQUIRED_FULFILLMENT_ID, REQUIRED_FULFILLMENT_TYPE, REQUIRED_CREDS, REQUIRED_CUSTOMER_NAME, REQUIRED_CUSTOMER_CONTACT_DETAILS, REQUIRED_CUSTOMER_ORG_DETAILS, REQUIRED_FULFILLMENT_STATE_CODE | — | — |
91
+ | 73 | LF | `REQUIRED_FULFILLMENT_ID` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS | — | - $.message.order.fulfillments[*].id must be present in the payload | — | 30000 |
92
+ | 74 | LF | `REQUIRED_FULFILLMENT_TYPE` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS | — | - $.message.order.fulfillments[*].type must be present in the payload | — | 30000 |
93
+ | 75 | GRP | **REQUIRED_CREDS** | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS | — | Sub-tests: REQUIRED_CUSTOMER_CREDS_ID, REQUIRED_CUSTOMER_CREDS_TYPE | - $.message.order.fulfillments[*].customer.person.creds[*].id must **not** be present in the payload | — |
94
+ | 76 | LF | `REQUIRED_CUSTOMER_CREDS_ID` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CREDS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.person.creds[*].id must be present in the payload | — | 30000 |
95
+ | 77 | LF | `REQUIRED_CUSTOMER_CREDS_TYPE` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CREDS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.person.creds[*].id must be present in the payload | — | 30000 |
96
+ | 78 | LF | `REQUIRED_CUSTOMER_NAME` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS | — | - $.message.order.fulfillments[*].customer.person.name must be present in the payload | - $.message.order.fulfillments[*].customer.person.name must **not** be present in the payload | 30000 |
97
+ | 79 | GRP | **REQUIRED_CUSTOMER_CONTACT_DETAILS** | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS | — | Sub-tests: REQUIRED_CUSTOMER_CONTACT_NUMBER, REQUIRED_CUSTOMER_CONTACT_EMAIL | - $.message.order.fulfillments[*].customer.contact.phone must **not** be present in the payload | — |
98
+ | 80 | LF | `REQUIRED_CUSTOMER_CONTACT_NUMBER` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_CONTACT_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.contact.phone must be present in the payload | — | 30000 |
99
+ | 81 | LF | `REQUIRED_CUSTOMER_CONTACT_EMAIL` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_CONTACT_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.contact.phone must be present in the payload | — | 30000 |
100
+ | 82 | GRP | **REQUIRED_CUSTOMER_ORG_DETAILS** | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS | — | Sub-tests: REQUIRED_ORG_ADDRESS, REQUIRED_ORG_STATE, REQUIRED_ORG_CITY, REQUIRED_ORG_CODE, REQUIRED_ORG_CONTACT_PHONE, REQUIRED_ORG_CONTACT_EMAIL | - $.message.order.fulfillments[*].customer.organization.address must **not** be present in the payload | — |
101
+ | 83 | LF | `REQUIRED_ORG_ADDRESS` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_ORG_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.organization.address must be present in the payload | — | 30000 |
102
+ | 84 | LF | `REQUIRED_ORG_STATE` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_ORG_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.organization.address must be present in the payload | — | 30000 |
103
+ | 85 | LF | `REQUIRED_ORG_CITY` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_ORG_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.organization.address must be present in the payload | — | 30000 |
104
+ | 86 | LF | `REQUIRED_ORG_CODE` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_ORG_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.organization.address must be present in the payload | — | 30000 |
105
+ | 87 | LF | `REQUIRED_ORG_CONTACT_PHONE` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_ORG_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.organization.address must be present in the payload | — | 30000 |
106
+ | 88 | LF | `REQUIRED_ORG_CONTACT_EMAIL` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_ORG_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.organization.address must be present in the payload | — | 30000 |
107
+ | 89 | LF | `REQUIRED_FULFILLMENT_STATE_CODE` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS | — | - $.message.order.fulfillments[*].state.descriptor.code must be present in the payload | — | 30000 |
108
+ | 90 | GRP | **VALID_FULFILLMENT_ITEMS** | ON_INIT_FULFILLMENTS | — | Sub-tests: VALID_FULFILLMENT_TYPE, VALID_FULFILLMENT_STATE_CODE | — | — |
109
+ | 91 | LF | `VALID_FULFILLMENT_TYPE` | ON_INIT_FULFILLMENTS > VALID_FULFILLMENT_ITEMS | — | - All elements of $.message.order.fulfillments[*].type must be in ["ONLINE", "SEMI_ONLINE"] | - $.message.order.fulfillments[*].type must **not** be present in the payload | 30000 |
110
+ | 92 | LF | `VALID_FULFILLMENT_STATE_CODE` | ON_INIT_FULFILLMENTS > VALID_FULFILLMENT_ITEMS | — | - All elements of $.message.order.fulfillments[*].state.descriptor.code must be in ["INITIATED", "SANCTIONED", "DISBURSED"] | - $.message.order.fulfillments[*].state.descriptor.code must **not** be present in the payload | 30000 |
111
+ | 93 | GRP | **VALID_FULFILLMENT_TAGS** | ON_INIT_FULFILLMENTS | — | Sub-tests: REQUIRED_FULFILLMENT_TAGS, REQUIRED_CHECKLISTS_ITEM | — | — |
112
+ | 94 | LF | `REQUIRED_FULFILLMENT_TAGS` | ON_INIT_FULFILLMENTS > VALID_FULFILLMENT_TAGS | — | - All elements of $.message.order.fulfillments[*].tags[*].descriptor.code must be in ["CHECKLISTS"] | - $.message.order.fulfillments[*].tags[*].descriptor.code must **not** be present in the payload | 30000 |
113
+ | 95 | LF | `REQUIRED_CHECKLISTS_ITEM` | ON_INIT_FULFILLMENTS > VALID_FULFILLMENT_TAGS | `$.message.order.fulfillments[*].tags[?(@.descriptor.code == CHECKLISTS)]` | - All elements of $.message.order.fulfillments[*].tags[?(@.descriptor.code == CHECKLISTS)].list[*].descriptor.code must be in ["PERSONAL_INFORMATION", "CONSENT_APPROVAL", "SET_LOAN_AMOUNT", "KYC", "KYC_OFFLINE", "EMANDATE", "LOAN_AGREEMENT", "ACCOUNT_MONITORING", "ORGANIZATION_INFORMATION", "INDIVIDUAL_KYC", "ENTITY_KYC", "MERCHANT_AND_PRDOUCT_DETAILS", "SET_DOWN_PAYMENT", "ESIGN", "BANK_STATEMENT_AND_GST_RETURNS", "BUSINESS_AND_FINANCIAL_DOCUMENTS", "BUSINESS_KYC", "PERSONAL_DISCUSSION", "PHYSICAL_VERIFICATION", "ENACH", "PROCESSING_FEE", "MANUAL_VERIFICATION", "LIEN_MARKING", "PERSONAL_INFORMATION_TERM", "PERSONAL_INFORMATION_LAMF", "PERSONAL_INFORMATION_TERM_GST"] | — | 30000 |
114
+ | 96 | GRP | **ON_SELECT_QUOTE** | — | — | Sub-tests: REQUIRED_COMMON_QUOTE_ITEMS, VALID_COMMON_QUOTE_ITEMS | - $.message.order.quote.id must **not** be present in the payload | — |
115
+ | 97 | GRP | **REQUIRED_COMMON_QUOTE_ITEMS** | ON_SELECT_QUOTE | — | Sub-tests: REQUIRED_QUOTE_ID, REQUIRED_QUOTE_PRICE_VALUE, REQUIRED_QUOTE_PRICE_CURRENCY, REQUIRED_BREAKUP_TITLE, REQUIRED_BREAKUP_PRICE_VALUE, REQUIRED_BREAKUP_PRICE_CURRENCY, REQUIRED_QUOTE_TTL | — | — |
116
+ | 98 | LF | `REQUIRED_QUOTE_ID` | ON_SELECT_QUOTE > REQUIRED_COMMON_QUOTE_ITEMS | — | - $.message.order.quote.id must be present in the payload | — | 30000 |
117
+ | 99 | LF | `REQUIRED_QUOTE_PRICE_VALUE` | ON_SELECT_QUOTE > REQUIRED_COMMON_QUOTE_ITEMS | — | - $.message.order.quote.price.value must be present in the payload | — | 30000 |
118
+ | 100 | LF | `REQUIRED_QUOTE_PRICE_CURRENCY` | ON_SELECT_QUOTE > REQUIRED_COMMON_QUOTE_ITEMS | — | - $.message.order.quote.price.currency must be present in the payload | — | 30000 |
119
+ | 101 | LF | `REQUIRED_BREAKUP_TITLE` | ON_SELECT_QUOTE > REQUIRED_COMMON_QUOTE_ITEMS | — | - $.message.order.quote.breakup[*].title must be present in the payload | — | 30000 |
120
+ | 102 | LF | `REQUIRED_BREAKUP_PRICE_VALUE` | ON_SELECT_QUOTE > REQUIRED_COMMON_QUOTE_ITEMS | — | - $.message.order.quote.breakup[*].price.value must be present in the payload | — | 30000 |
121
+ | 103 | LF | `REQUIRED_BREAKUP_PRICE_CURRENCY` | ON_SELECT_QUOTE > REQUIRED_COMMON_QUOTE_ITEMS | — | - $.message.order.quote.breakup[*].price.currency must be present in the payload | — | 30000 |
122
+ | 104 | LF | `REQUIRED_QUOTE_TTL` | ON_SELECT_QUOTE > REQUIRED_COMMON_QUOTE_ITEMS | — | - $.message.order.quote.ttl must be present in the payload | — | 30000 |
123
+ | 105 | GRP | **VALID_COMMON_QUOTE_ITEMS** | ON_SELECT_QUOTE | — | Sub-tests: VALID_ENUM_BREAKUP_PRICE_CURRENCY, VALID_ENUM_BREAKUP_TITLE | — | — |
124
+ | 106 | LF | `VALID_ENUM_BREAKUP_PRICE_CURRENCY` | ON_SELECT_QUOTE > VALID_COMMON_QUOTE_ITEMS | — | - At least one of $.message.order.quote.breakup[*].price.currency must be in ["INR"] | — | 30000 |
125
+ | 107 | LF | `VALID_ENUM_BREAKUP_TITLE` | ON_SELECT_QUOTE > VALID_COMMON_QUOTE_ITEMS | — | - At least one of $.message.order.quote.breakup[*].title must be in ["PRINCIPAL_AMOUNT", "INTEREST_AMOUNT", "PROCESSING_FEE", "OTHER_UPFRONT_CHARGES", "INSURANCE_CHARGES", "NET_DISBURSED_AMOUNT", "OTHER_CHARGES", "WORKING_CAPITAL_LIMIT", "CURRENT_UTLIZATION"] | — | 30000 |
126
+ | 108 | GRP | **ON_INIT_PAYMENTS** | — | — | Sub-tests: REQUIRED_PAYMENT_ITEMS | — | — |
127
+ | 109 | GRP | **REQUIRED_PAYMENT_ITEMS** | ON_INIT_PAYMENTS | — | Sub-tests: REQUIRED_PAYMENT_ITEMS, REQUIRED_PAYMENT_ID, REQUIRED_PAYMENT_STATUS, REQUIRED_PAYMENT_COLLECTED_BY, REQUIRED_PAYMENT_BANK_ACCOUNT_NUMBER, REQUIRED_PAYMENT_BANK_CODE, REQUIRED_PAYMENT_LABEL, REQUIRED_PARAMS_DETAILS, REQUIRED_PAYMENT_URL, REQUIRED_TIME_RANGE | — | — |
128
+ | 110 | LF | `REQUIRED_PAYMENT_ITEMS` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | - $.message.order.payments[*].type must be present in the payload | — | 30000 |
129
+ | 111 | LF | `REQUIRED_PAYMENT_ID` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | - $.message.order.payments[*].id must be present in the payload | — | 30000 |
130
+ | 112 | LF | `REQUIRED_PAYMENT_STATUS` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | - $.message.order.payments[*].status must be present in the payload | — | 30000 |
131
+ | 113 | LF | `REQUIRED_PAYMENT_COLLECTED_BY` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | - $.message.order.payments[*].collected_by must be present in the payload | - Not all elements of $.message.order.payments[*].time.label may be in ["LOAN_DISBURSMENT"] | 30000 |
132
+ | 114 | LF | `REQUIRED_PAYMENT_BANK_ACCOUNT_NUMBER` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | - $.message.order.payments[*].params.bank_account_number must be present in the payload | - Not all elements of $.message.order.payments[*].time.label may be in ["LOAN_DISBURSMENT"] | 30000 |
133
+ | 115 | LF | `REQUIRED_PAYMENT_BANK_CODE` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | - $.message.order.payments[*].params.bank_code must be present in the payload | - Not all elements of $.message.order.payments[*].time.label may be in ["LOAN_DISBURSMENT"] | 30000 |
134
+ | 116 | LF | `REQUIRED_PAYMENT_LABEL` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | - $.message.order.payments[*].time.label must be present in the payload | — | 30000 |
135
+ | 117 | GRP | **REQUIRED_PARAMS_DETAILS** | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | Sub-tests: REQUIRED_TRANSACTION_ID, REQUIRED_PAYMENTS_AMOUNT, REQUIRED_PAYMENTS_CURRENCY | - Not all elements of $.message.order.payments[*].status may be in ["PAID"] | — |
136
+ | 118 | LF | `REQUIRED_TRANSACTION_ID` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS > REQUIRED_PARAMS_DETAILS | — | - $.message.order.payments[*].params.transaction_id must be present in the payload | — | 30000 |
137
+ | 119 | LF | `REQUIRED_PAYMENTS_AMOUNT` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS > REQUIRED_PARAMS_DETAILS | — | - $.message.order.payments[*].params.amount must be present in the payload | — | 30000 |
138
+ | 120 | LF | `REQUIRED_PAYMENTS_CURRENCY` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS > REQUIRED_PARAMS_DETAILS | — | - $.message.order.payments[*].params.currency must be present in the payload | — | 30000 |
139
+ | 121 | GRP | **REQUIRED_PAYMENT_URL** | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | Sub-tests: REQUIRED_TIME_DURATION | - $.message.order.payments[*].url must **not** be present in the payload | — |
140
+ | 122 | LF | `REQUIRED_TIME_DURATION` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS > REQUIRED_PAYMENT_URL | — | - $.message.order.payments[*].time.duration must be present in the payload | — | 30000 |
141
+ | 123 | GRP | **REQUIRED_TIME_RANGE** | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | Sub-tests: REQUIRED_TIME_START_RANGE, REQUIRED_TIME_END_RANGE | - Not all elements of $.message.order.payments[*].time.label may be in ["INSTALLMENT"] | — |
142
+ | 124 | LF | `REQUIRED_TIME_START_RANGE` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS > REQUIRED_TIME_RANGE | — | - $.message.order.payments[*].time.range.start must be present in the payload | — | 30000 |
143
+ | 125 | LF | `REQUIRED_TIME_END_RANGE` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS > REQUIRED_TIME_RANGE | — | - $.message.order.payments[*].time.range.end must be present in the payload | — | 30000 |
144
+ | 126 | GRP | **ON_INIT_PAYMENT_TAGS** | — | — | Sub-tests: VALID_PAYMENT_TAGS, REQUIRED_ACCOUNT_DETAILS, REQUIRED_BREAKUP_DETAILS | — | — |
145
+ | 127 | LF | `VALID_PAYMENT_TAGS` | ON_INIT_PAYMENT_TAGS | — | - All elements of $.message.order.payments[*].tags[*].descriptor.code must be in ["ACCOUNT_DETAILS", "BREAKUP"] | - $.message.order.payments[*].tags[*].descriptor.code must **not** be present in the payload | 30000 |
146
+ | 128 | LF | `REQUIRED_ACCOUNT_DETAILS` | ON_INIT_PAYMENT_TAGS | `$.message.order.payments[*].tags[?(@.descriptor.code == ACCOUNT_DETAILS)]` | - All elements of $.message.order.payments[*].tags[?(@.descriptor.code == ACCOUNT_DETAILS)].list[*].descriptor.code must be in ["ACCOUNT_TYPE", "ACCOUNT_HOLDER_NAME"] | — | 30000 |
147
+ | 129 | LF | `REQUIRED_BREAKUP_DETAILS` | ON_INIT_PAYMENT_TAGS | `$.message.order.payments[*].tags[?(@.descriptor.code == BREAKUP)]` | - All elements of $.message.order.payments[*].tags[?(@.descriptor.code == BREAKUP)].list[*].descriptor.code must be in ["PRINCIPAL_AMOUNT", "INTEREST_AMOUNT"] | — | 30000 |
148
+ | 130 | GRP | **ON_INIT_CANCELLATION_TERMS** | — | — | Sub-tests: EXTERNAL_REF_TERMS, FULFILLMENT_STATE_TERMS | — | — |
149
+ | 131 | GRP | **EXTERNAL_REF_TERMS** | ON_INIT_CANCELLATION_TERMS | — | Sub-tests: REQUIRED_EXTERNAL_REF_MIME_TYPE, REQUIRED_EXTERNAL_REF_URL | - $.message.order.cancellation_terms[*].external_ref.mimetype must **not** be present in the payload | — |
150
+ | 132 | LF | `REQUIRED_EXTERNAL_REF_MIME_TYPE` | ON_INIT_CANCELLATION_TERMS > EXTERNAL_REF_TERMS | — | - $.message.order.cancellation_terms[*].external_ref.mimetype must be present in the payload | — | 30000 |
151
+ | 133 | LF | `REQUIRED_EXTERNAL_REF_URL` | ON_INIT_CANCELLATION_TERMS > EXTERNAL_REF_TERMS | — | - $.message.order.cancellation_terms[*].external_ref.url must be present in the payload | — | 30000 |
152
+ | 134 | GRP | **FULFILLMENT_STATE_TERMS** | ON_INIT_CANCELLATION_TERMS | — | Sub-tests: REQUIRED_FULFILLMENT_STATE_CODE, REQUIRED_CANCELLATION_FEE | - $.message.order.cancellation_terms[*].fulfillment_state.descriptor.code must **not** be present in the payload | — |
153
+ | 135 | LF | `REQUIRED_FULFILLMENT_STATE_CODE` | ON_INIT_CANCELLATION_TERMS > FULFILLMENT_STATE_TERMS | — | - $.message.order.cancellation_terms[*].fulfillment_state.descriptor.code must be present in the payload | — | 30000 |
154
+ | 136 | LF | `REQUIRED_CANCELLATION_FEE` | ON_INIT_CANCELLATION_TERMS > FULFILLMENT_STATE_TERMS | — | - $.message.order.cancellation_terms[*].cancellation_fee.percentage must be present in the payload | — | 30000 |
155
+ | 137 | GRP | **CONFIRM_TAGS** | — | — | Sub-tests: REQUIRED_PAYMENT_TAGS, REQUIRED_BAP_TERMS, REQUIRED_BPP_TERMS | — | — |
156
+ | 138 | LF | `REQUIRED_PAYMENT_TAGS` | CONFIRM_TAGS | — | - All elements of $.message.order.tags[*].descriptor.code must be in ["BAP_TERMS", "BPP_TERMS"] | - $.message.order.tags[*].descriptor.code must **not** be present in the payload | 30000 |
157
+ | 139 | LF | `REQUIRED_BAP_TERMS` | CONFIRM_TAGS | `$.message.order.tags[?(@.descriptor.code == BAP_TERMS)]` | - All elements of $.message.order.tags[?(@.descriptor.code == BAP_TERMS)].list[*].descriptor.code must be in ["STATIC_TERMS", "OFFLINE_CONTRACT"] | — | 30000 |
158
+ | 140 | LF | `REQUIRED_BPP_TERMS` | CONFIRM_TAGS | `$.message.order.tags[?(@.descriptor.code == BPP_TERMS)]` | - All elements of $.message.order.tags[?(@.descriptor.code == BPP_TERMS)].list[*].descriptor.code must be in ["STATIC_TERMS", "OFFLINE_CONTRACT"] | — | 30000 |
159
+ | 141 | GRP | **REQUIRED_ORDER_DOCUMENTS** | — | — | Sub-tests: REQUIRED_DOCUMENT_CODE, REQUIRED_DOCUMENT_NAME, REQUIRED_DOCUMENT_TYPE, REQUIRED_DOCUMENT_URL, VALID_DESCRIPTOR_CODE | — | — |
160
+ | 142 | LF | `REQUIRED_DOCUMENT_CODE` | REQUIRED_ORDER_DOCUMENTS | — | - $.message.order.documents[*].descriptor.code must be present in the payload | — | 30000 |
161
+ | 143 | LF | `REQUIRED_DOCUMENT_NAME` | REQUIRED_ORDER_DOCUMENTS | — | - $.message.order.documents[*].descriptor.name must be present in the payload | — | 30000 |
162
+ | 144 | LF | `REQUIRED_DOCUMENT_TYPE` | REQUIRED_ORDER_DOCUMENTS | — | - $.message.order.documents[*].mime_type must be present in the payload | — | 30000 |
163
+ | 145 | LF | `REQUIRED_DOCUMENT_URL` | REQUIRED_ORDER_DOCUMENTS | — | - $.message.order.documents[*].url must be present in the payload | — | 30000 |
164
+ | 146 | LF | `VALID_DESCRIPTOR_CODE` | REQUIRED_ORDER_DOCUMENTS | — | - All elements of $.message.order.documents[*].descriptor.code must be in ["LOAN_AGREEMENT", "LOAN_CANCELLATION"] | — | 30000 |
@@ -0,0 +1,146 @@
1
+ ---
2
+ action: on_init
3
+ codeName: L1validations
4
+ numTests: 128
5
+ generated: 2026-03-10
6
+ domain: -
7
+ version: -
8
+ ---
9
+
10
+ # L1validations — `on_init` Validations (Table View)
11
+
12
+ **95** leaf validation rule(s) applied to `on_init` in the **L1validations** flow.
13
+ Domain: `-`, Version: `-`
14
+ Group rows (GRP) list their immediate sub-tests. Leaf rows (LF) show the actual validation logic.
15
+
16
+ ---
17
+ | # | Type | Test Name | Group | Scope | Description | Skip If | Error Code |
18
+ | ---: | :---: | :--- | :--- | :--- | :--- | :--- | :---: |
19
+ | 1 | GRP | **ON_INIT_CONTEXT** | — | — | Sub-tests: CONTEXT_REQUIRED, CONTEXT_ENUM, CONTEXT_REGEX | — | — |
20
+ | 2 | GRP | **CONTEXT_REQUIRED** | ON_INIT_CONTEXT | — | Sub-tests: REQUIRED_CONTEXT_LOCATION_COUNTRY_CODE, REQUIRED_CONTEXT_LOCATION_CITY_CODE, REQUIRED_CONTEXT_DOMAIN, REQUIRED_CONTEXT_TIMESTAMP, REQUIRED_CONTEXT_BAP_ID, REQUIRED_CONTEXT_BAP_URI, REQUIRED_CONTEXT_TRANSACTION_ID, REQUIRED_CONTEXT_MESSAGE_ID, REQUIRED_CONTEXT_VERSION, REQUIRED_CONTEXT_TTL, REQUIRED_CONTEXT_BPP_ID, REQUIRED_CONTEXT_BPP_URI | — | — |
21
+ | 3 | LF | `REQUIRED_CONTEXT_LOCATION_COUNTRY_CODE` | ON_INIT_CONTEXT > CONTEXT_REQUIRED | — | - $.context.location.country.code must be present in the payload | — | 30000 |
22
+ | 4 | LF | `REQUIRED_CONTEXT_LOCATION_CITY_CODE` | ON_INIT_CONTEXT > CONTEXT_REQUIRED | — | - $.context.location.city.code must be present in the payload | — | 30000 |
23
+ | 5 | LF | `REQUIRED_CONTEXT_DOMAIN` | ON_INIT_CONTEXT > CONTEXT_REQUIRED | — | - $.context.domain must be present in the payload | — | 30000 |
24
+ | 6 | LF | `REQUIRED_CONTEXT_TIMESTAMP` | ON_INIT_CONTEXT > CONTEXT_REQUIRED | — | - $.context.timestamp must be present in the payload | — | 30000 |
25
+ | 7 | LF | `REQUIRED_CONTEXT_BAP_ID` | ON_INIT_CONTEXT > CONTEXT_REQUIRED | — | - $.context.bap_id must be present in the payload | — | 30000 |
26
+ | 8 | LF | `REQUIRED_CONTEXT_BAP_URI` | ON_INIT_CONTEXT > CONTEXT_REQUIRED | — | - $.context.bap_uri must be present in the payload | — | 30000 |
27
+ | 9 | LF | `REQUIRED_CONTEXT_TRANSACTION_ID` | ON_INIT_CONTEXT > CONTEXT_REQUIRED | — | - $.context.transaction_id must be present in the payload | — | 30000 |
28
+ | 10 | LF | `REQUIRED_CONTEXT_MESSAGE_ID` | ON_INIT_CONTEXT > CONTEXT_REQUIRED | — | - $.context.message_id must be present in the payload | — | 30000 |
29
+ | 11 | LF | `REQUIRED_CONTEXT_VERSION` | ON_INIT_CONTEXT > CONTEXT_REQUIRED | — | - $.context.version must be present in the payload | — | 30000 |
30
+ | 12 | LF | `REQUIRED_CONTEXT_TTL` | ON_INIT_CONTEXT > CONTEXT_REQUIRED | — | - $.context.ttl must be present in the payload | — | 30000 |
31
+ | 13 | LF | `REQUIRED_CONTEXT_BPP_ID` | ON_INIT_CONTEXT > CONTEXT_REQUIRED | — | - $.context.bpp_id must be present in the payload | — | 30000 |
32
+ | 14 | LF | `REQUIRED_CONTEXT_BPP_URI` | ON_INIT_CONTEXT > CONTEXT_REQUIRED | — | - $.context.bpp_uri must be present in the payload | — | 30000 |
33
+ | 15 | GRP | **CONTEXT_ENUM** | ON_INIT_CONTEXT | — | Sub-tests: VALID_CONTEXT_LOCATION_COUNTRY_CODE, VALID_CONTEXT_DOMAIN | — | — |
34
+ | 16 | LF | `VALID_CONTEXT_LOCATION_COUNTRY_CODE` | ON_INIT_CONTEXT > CONTEXT_ENUM | — | - All elements of $.context.location.country.code must be in ["IND"] | - $.context.location.country.code must **not** be present in the payload | 30000 |
35
+ | 17 | LF | `VALID_CONTEXT_DOMAIN` | ON_INIT_CONTEXT > CONTEXT_ENUM | — | - All elements of $.context.domain must be in ["ONDC:FIS12"] | - $.context.domain must **not** be present in the payload | 30000 |
36
+ | 18 | GRP | **CONTEXT_REGEX** | ON_INIT_CONTEXT | — | Sub-tests: REGEX_CONTEXT_LOCATION_CITY_CODE, REGEX_CONTEXT_TIMESTAMP_1, REGEX_CONTEXT_BAP_ID, REGEX_CONTEXT_BAP_URI, REQUIRED_CONTEXT_TTL, REGEX_CONTEXT_BPP_ID, REGEX_CONTEXT_BPP_URI | — | — |
37
+ | 19 | LF | `REGEX_CONTEXT_LOCATION_CITY_CODE` | ON_INIT_CONTEXT > CONTEXT_REGEX | — | - All elements of $.context.location.city.code must follow every regex in ["(\\*)\|(^std\\:[0-9]{2,4}$)"] | - $.context.location.city.code must **not** be present in the payload | 30000 |
38
+ | 20 | LF | `REGEX_CONTEXT_TIMESTAMP_1` | ON_INIT_CONTEXT > CONTEXT_REGEX | — | - All elements of $.context.timestamp must follow every regex in ["^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?(Z\|[+-]\\d{2}:\\d{2})$"] | - $.context.timestamp must **not** be present in the payload | 30000 |
39
+ | 21 | LF | `REGEX_CONTEXT_BAP_ID` | ON_INIT_CONTEXT > CONTEXT_REGEX | — | - All elements of $.context.bap_id must follow every regex in ["^(?!.*\b(?:http\|https\|www)\b)[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+$"] | - $.context.bap_id must **not** be present in the payload | 30000 |
40
+ | 22 | LF | `REGEX_CONTEXT_BAP_URI` | ON_INIT_CONTEXT > CONTEXT_REGEX | — | - All elements of $.context.bap_uri must follow every regex in ["^https:\/\/(www\.)?[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+(/)?$"] | - $.context.bap_uri must **not** be present in the payload | 30000 |
41
+ | 23 | LF | `REQUIRED_CONTEXT_TTL` | ON_INIT_CONTEXT > CONTEXT_REGEX | — | - All elements of $.context.ttl must follow every regex in ["^P(?=\\d\|T\\d)(\\d+Y)?(\\d+M)?(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+S)?)?$"] | - $.context.ttl must **not** be present in the payload | 30000 |
42
+ | 24 | LF | `REGEX_CONTEXT_BPP_ID` | ON_INIT_CONTEXT > CONTEXT_REGEX | — | - All elements of $.context.bpp_id must follow every regex in ["^(?!.*\b(?:http\|https\|www)\b)[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+$"] | - $.context.bpp_id must **not** be present in the payload | 30000 |
43
+ | 25 | LF | `REGEX_CONTEXT_BPP_URI` | ON_INIT_CONTEXT > CONTEXT_REGEX | — | - All elements of $.context.bpp_uri must follow every regex in ["^https:\/\/(www\.)?[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+(/)?$"] | - $.context.bpp_uri must **not** be present in the payload | 30000 |
44
+ | 26 | GRP | **ON_SELECT_PROVIDER** | — | — | Sub-tests: ON_SELECT_PROVIDER_ID, ON_SELECT_PROVIDER_NAME, ON_SELECT_PROVIDER_IMAGES_URL, ON_SELECT_PROVIDER_IMAGES_SIZE_TYPE | - $.message.order.provider.id must **not** be present in the payload | — |
45
+ | 27 | LF | `ON_SELECT_PROVIDER_ID` | ON_SELECT_PROVIDER | — | - $.message.order.provider.id must be present in the payload | — | 30000 |
46
+ | 28 | LF | `ON_SELECT_PROVIDER_NAME` | ON_SELECT_PROVIDER | — | - $.message.order.provider.descriptor.name must be present in the payload | — | 30000 |
47
+ | 29 | LF | `ON_SELECT_PROVIDER_IMAGES_URL` | ON_SELECT_PROVIDER | — | - $.message.order.provider.descriptor.images[*].url must be present in the payload | — | 30000 |
48
+ | 30 | LF | `ON_SELECT_PROVIDER_IMAGES_SIZE_TYPE` | ON_SELECT_PROVIDER | — | - $.message.order.provider.descriptor.images[*].size_type must be present in the payload | — | 30000 |
49
+ | 31 | GRP | **ON_SELECT_PROVIDER_TAGS** | — | — | Sub-tests: VALID_PROVODER_TAGS, REQUIRED_CONTACT_INFO, REQUIRED_LSP_INFO | — | — |
50
+ | 32 | LF | `VALID_PROVODER_TAGS` | ON_SELECT_PROVIDER_TAGS | — | - All elements of $.message.order.provider.tags[*].descriptor.code must be in ["CONTACT_INFO", "LSP_INFO"] | - $.message.order.provider.tags[*].descriptor.code must **not** be present in the payload | 30000 |
51
+ | 33 | LF | `REQUIRED_CONTACT_INFO` | ON_SELECT_PROVIDER_TAGS | `$.message.order.provider.tags[?(@.descriptor.code == CONTACT_INFO)]` | - All elements of $.message.order.provider.tags[?(@.descriptor.code == CONTACT_INFO)].list[*].descriptor.code must be in ["GRO_NAME", "GRO_EMAIL", "GRO_CONTACT_NUMBER", "CUSTOMER_SUPPORT_LINK", "CUSTOMER_SUPPORT_CONTACT_NUMBER", "CUSTOMER_SUPPORT_CONTACT_NUMBER"] | — | 30000 |
52
+ | 34 | LF | `REQUIRED_LSP_INFO` | ON_SELECT_PROVIDER_TAGS | `$.message.order.provider.tags[?(@.descriptor.code == LSP_INFO)]` | - All elements of $.message.order.provider.tags[?(@.descriptor.code == LSP_INFO)].list[*].descriptor.code must be in ["LSP_NAME", "LSP_EMAIL", "LSP_CONTACT_NUMBER", "LSP_ADDRESS"] | — | 30000 |
53
+ | 35 | GRP | **ON_INIT_ITEMS** | — | — | Sub-tests: REQUIRED_ITEMS | — | — |
54
+ | 36 | GRP | **REQUIRED_ITEMS** | ON_INIT_ITEMS | — | Sub-tests: REQUIRED_ITEM_ID, REQUIRED_PARENT_ITEM_ID, REQUIRED_ITEM_DESCRIPTOR_CODE, REQUIRED_ITEM_CATEGORY_ID, ON_SEARCH_ITEM_PRICE_CURRENCY, ON_SEARCH_ITEM_PRICE_VALUE, ON_SELECT_ITEM_FULFILLMENT_IDS, REQUIRED_XINPUT_FIELDS | — | — |
55
+ | 37 | LF | `REQUIRED_ITEM_ID` | ON_INIT_ITEMS > REQUIRED_ITEMS | — | - $.message.order.items[*].id must be present in the payload | — | 30000 |
56
+ | 38 | LF | `REQUIRED_PARENT_ITEM_ID` | ON_INIT_ITEMS > REQUIRED_ITEMS | — | - $.message.order.items[*].parent_item_id must be present in the payload | — | 30000 |
57
+ | 39 | LF | `REQUIRED_ITEM_DESCRIPTOR_CODE` | ON_INIT_ITEMS > REQUIRED_ITEMS | — | - $.message.order.items[*].descriptor.code must be present in the payload | — | 30000 |
58
+ | 40 | LF | `REQUIRED_ITEM_CATEGORY_ID` | ON_INIT_ITEMS > REQUIRED_ITEMS | — | - $.message.order.items[*].category_ids[*] must be present in the payload | — | 30000 |
59
+ | 41 | LF | `ON_SEARCH_ITEM_PRICE_CURRENCY` | ON_INIT_ITEMS > REQUIRED_ITEMS | — | - $.message.order.items[*].price.currency must be present in the payload | — | 30000 |
60
+ | 42 | LF | `ON_SEARCH_ITEM_PRICE_VALUE` | ON_INIT_ITEMS > REQUIRED_ITEMS | — | - $.message.order.items[*].price.value must be present in the payload | — | 30000 |
61
+ | 43 | LF | `ON_SELECT_ITEM_FULFILLMENT_IDS` | ON_INIT_ITEMS > REQUIRED_ITEMS | — | - $.message.order.items[*].fulfillment_ids[*] must be present in the payload | — | 30000 |
62
+ | 44 | GRP | **REQUIRED_XINPUT_FIELDS** | ON_INIT_ITEMS > REQUIRED_ITEMS | — | Sub-tests: REQUIRED_XINPUT_ITEMS, VALID_XINPUT_FIELDS | - $.message.order.items[*].xinput.form.id must **not** be present in the payload | — |
63
+ | 45 | GRP | **REQUIRED_XINPUT_ITEMS** | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS | — | Sub-tests: REQUIRED_HEAD_CODE, REQUIRED_HEAD_NAME, REQUIRED_FORM_HEADINGS, REQUIRED_FORM_ID, REQUIRED_FORM_MIME_TYPE, REQUIRED_FORM_RESPONSE, REQUIRED_SUBMISSION_ID | — | — |
64
+ | 46 | LF | `REQUIRED_HEAD_CODE` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS | — | - $.message.order.items[*].xinput.head.descriptor.code must be present in the payload | - $.message.order.items[*].xinput.form_response.submission_id must be present in the payload | 30000 |
65
+ | 47 | LF | `REQUIRED_HEAD_NAME` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS | — | - $.message.order.items[*].xinput.head.descriptor.name must be present in the payload | - $.message.order.items[*].xinput.form_response.submission_id must be present in the payload | 30000 |
66
+ | 48 | LF | `REQUIRED_FORM_HEADINGS` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS | — | - $.message.order.items[*].xinput.head.headings[*] must be present in the payload | - $.message.order.items[*].xinput.form_response.submission_id must be present in the payload | 30000 |
67
+ | 49 | LF | `REQUIRED_FORM_ID` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS | — | - $.message.order.items[*].xinput.form.id must be present in the payload | — | 30000 |
68
+ | 50 | LF | `REQUIRED_FORM_MIME_TYPE` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS | — | - $.message.order.items[*].xinput.form.mime_type must be present in the payload | - $.message.order.items[*].xinput.form_response.submission_id must be present in the payload | 30000 |
69
+ | 51 | GRP | **REQUIRED_FORM_RESPONSE** | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS | — | Sub-tests: REQUIRED_FORM_STATUS, REQUIRED_FORM_SUBMISSION_ID | - $.message.order.items[*].xinput.form_response.submission_id must **not** be present in the payload | — |
70
+ | 52 | LF | `REQUIRED_FORM_STATUS` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS > REQUIRED_FORM_RESPONSE | — | - $.message.order.items[*].xinput.form_response.status must be present in the payload | — | 30000 |
71
+ | 53 | LF | `REQUIRED_FORM_SUBMISSION_ID` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS > REQUIRED_FORM_RESPONSE | — | - $.message.order.items[*].xinput.form_response.submission_id must be present in the payload | — | 30000 |
72
+ | 54 | LF | `REQUIRED_SUBMISSION_ID` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > REQUIRED_XINPUT_ITEMS | — | - $.message.order.items[*].xinput.form_response.submission_id must be present in the payload | - $.message.order.items[*].xinput.form_response.submission_id must **not** be present in the payload | 30000 |
73
+ | 55 | GRP | **VALID_XINPUT_FIELDS** | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS | — | Sub-tests: VALID_FORM_HEADINGS | — | — |
74
+ | 56 | LF | `VALID_FORM_HEADINGS` | ON_INIT_ITEMS > REQUIRED_ITEMS > REQUIRED_XINPUT_FIELDS > VALID_XINPUT_FIELDS | — | - All elements of $.message.order.items[*].xinput.head.headings[*] must be in ["KYC", "EMANDATE", "LOAN_AGREEMENT", "INDIVIDUAL_KYC", "ENTITY_KYC", "ENACH", "ESIGN"] | - $.message.order.items[*].xinput.form_response.submission_id must be present in the payload | 30000 |
75
+ | 57 | GRP | **ON_SELECT_ITEM_TAGS** | — | — | Sub-tests: REQUIRED_LOAN_INFO, REQUIRED_LOAN_OFFER | **All of the following must be true:** - $.message.order.items[*].tags[*].descriptor.code must **not** be present in the payload - Not all elements of $.message.order.items[*].tags[*].descriptor.code may be in ["LOAN_INFO", "LOAN_OFFER"] | — |
76
+ | 58 | LF | `REQUIRED_LOAN_INFO` | ON_SELECT_ITEM_TAGS | `$.message.order.items[*].tags[?(@.descriptor.code == LOAN_INFO)]` | - All elements of $.message.order.items[*].tags[?(@.descriptor.code == LOAN_INFO)].list[*].descriptor.code must be in ["INTEREST_RATE", "TERM", "INTEREST_RATE_TYPE", "APPLICATION_FEE", "FORECLOSURE_FEE", "INTEREST_RATE_CONVERSION_CHARGE", "DELAY_PENALTY_FEE", "OTHER_PENALTY_FEE", "ANNUAL_PERCENTAGE_RATE", "REPAYMENT_FREQUENCY", "NUMBER_OF_INSTALLMENTS", "TNC_LINK", "COOL_OFF_PERIOD", "INSTALLMENT_AMOUNT", "KFS_LINK", "INVOICE_NUMBER", "WORKING_CAPITAL_LIMIT", "INSURANCE_CHARGES", "RATE_ANNUALISED_PENAL_CHARGES", "KYC_MODE", "CO_APPLICANT"] | — | 30000 |
77
+ | 59 | LF | `REQUIRED_LOAN_OFFER` | ON_SELECT_ITEM_TAGS | `$.message.order.items[*].tags[?(@.descriptor.code == LOAN_OFFER)]` | - All elements of $.message.order.items[*].tags[?(@.descriptor.code == LOAN_OFFER)].list[*].descriptor.code must be in ["PRINCIPAL_AMOUNT", "INTEREST_AMOUNT", "PROCESSING_FEE", "OTHER_UPFRONT_CHARGES", "INSURANCE_CHARGES", "NET_DISBURSED_AMOUNT", "OTHER_CHARGES", "OFFER_VALIDITY", "WORKING_CAPITAL_LIMIT", "CURRENT_UTLIZATION"] | — | 30000 |
78
+ | 60 | GRP | **ON_INIT_FULFILLMENTS** | — | — | Sub-tests: REQUIRED_FULFILLMENT_ITEMS, VALID_FULFILLMENT_ITEMS, VALID_FULFILLMENT_TAGS | — | — |
79
+ | 61 | GRP | **REQUIRED_FULFILLMENT_ITEMS** | ON_INIT_FULFILLMENTS | — | Sub-tests: REQUIRED_FULFILLMENT_ID, REQUIRED_FULFILLMENT_TYPE, REQUIRED_CREDS, REQUIRED_CUSTOMER_NAME, REQUIRED_CUSTOMER_CONTACT_DETAILS, REQUIRED_CUSTOMER_ORG_DETAILS, REQUIRED_FULFILLMENT_STATE_CODE | — | — |
80
+ | 62 | LF | `REQUIRED_FULFILLMENT_ID` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS | — | - $.message.order.fulfillments[*].id must be present in the payload | — | 30000 |
81
+ | 63 | LF | `REQUIRED_FULFILLMENT_TYPE` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS | — | - $.message.order.fulfillments[*].type must be present in the payload | — | 30000 |
82
+ | 64 | GRP | **REQUIRED_CREDS** | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS | — | Sub-tests: REQUIRED_CUSTOMER_CREDS_ID, REQUIRED_CUSTOMER_CREDS_TYPE | - $.message.order.fulfillments[*].customer.person.creds[*].id must **not** be present in the payload | — |
83
+ | 65 | LF | `REQUIRED_CUSTOMER_CREDS_ID` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CREDS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.person.creds[*].id must be present in the payload | — | 30000 |
84
+ | 66 | LF | `REQUIRED_CUSTOMER_CREDS_TYPE` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CREDS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.person.creds[*].id must be present in the payload | — | 30000 |
85
+ | 67 | LF | `REQUIRED_CUSTOMER_NAME` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS | — | - $.message.order.fulfillments[*].customer.person.name must be present in the payload | - $.message.order.fulfillments[*].customer.person.name must **not** be present in the payload | 30000 |
86
+ | 68 | GRP | **REQUIRED_CUSTOMER_CONTACT_DETAILS** | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS | — | Sub-tests: REQUIRED_CUSTOMER_CONTACT_NUMBER, REQUIRED_CUSTOMER_CONTACT_EMAIL | - $.message.order.fulfillments[*].customer.contact.phone must **not** be present in the payload | — |
87
+ | 69 | LF | `REQUIRED_CUSTOMER_CONTACT_NUMBER` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_CONTACT_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.contact.phone must be present in the payload | — | 30000 |
88
+ | 70 | LF | `REQUIRED_CUSTOMER_CONTACT_EMAIL` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_CONTACT_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.contact.phone must be present in the payload | — | 30000 |
89
+ | 71 | GRP | **REQUIRED_CUSTOMER_ORG_DETAILS** | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS | — | Sub-tests: REQUIRED_ORG_ADDRESS, REQUIRED_ORG_STATE, REQUIRED_ORG_CITY, REQUIRED_ORG_CODE, REQUIRED_ORG_CONTACT_PHONE, REQUIRED_ORG_CONTACT_EMAIL | - $.message.order.fulfillments[*].customer.organization.address must **not** be present in the payload | — |
90
+ | 72 | LF | `REQUIRED_ORG_ADDRESS` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_ORG_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.organization.address must be present in the payload | — | 30000 |
91
+ | 73 | LF | `REQUIRED_ORG_STATE` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_ORG_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.organization.address must be present in the payload | — | 30000 |
92
+ | 74 | LF | `REQUIRED_ORG_CITY` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_ORG_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.organization.address must be present in the payload | — | 30000 |
93
+ | 75 | LF | `REQUIRED_ORG_CODE` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_ORG_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.organization.address must be present in the payload | — | 30000 |
94
+ | 76 | LF | `REQUIRED_ORG_CONTACT_PHONE` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_ORG_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.organization.address must be present in the payload | — | 30000 |
95
+ | 77 | LF | `REQUIRED_ORG_CONTACT_EMAIL` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS > REQUIRED_CUSTOMER_ORG_DETAILS | — | - $._EXTERNAL._SELF.message.order.fulfillments[*].customer.organization.address must be present in the payload | — | 30000 |
96
+ | 78 | LF | `REQUIRED_FULFILLMENT_STATE_CODE` | ON_INIT_FULFILLMENTS > REQUIRED_FULFILLMENT_ITEMS | — | - $.message.order.fulfillments[*].state.descriptor.code must be present in the payload | — | 30000 |
97
+ | 79 | GRP | **VALID_FULFILLMENT_ITEMS** | ON_INIT_FULFILLMENTS | — | Sub-tests: VALID_FULFILLMENT_TYPE, VALID_FULFILLMENT_STATE_CODE | — | — |
98
+ | 80 | LF | `VALID_FULFILLMENT_TYPE` | ON_INIT_FULFILLMENTS > VALID_FULFILLMENT_ITEMS | — | - All elements of $.message.order.fulfillments[*].type must be in ["ONLINE", "SEMI_ONLINE"] | - $.message.order.fulfillments[*].type must **not** be present in the payload | 30000 |
99
+ | 81 | LF | `VALID_FULFILLMENT_STATE_CODE` | ON_INIT_FULFILLMENTS > VALID_FULFILLMENT_ITEMS | — | - All elements of $.message.order.fulfillments[*].state.descriptor.code must be in ["INITIATED", "SANCTIONED", "DISBURSED"] | - $.message.order.fulfillments[*].state.descriptor.code must **not** be present in the payload | 30000 |
100
+ | 82 | GRP | **VALID_FULFILLMENT_TAGS** | ON_INIT_FULFILLMENTS | — | Sub-tests: REQUIRED_FULFILLMENT_TAGS, REQUIRED_CHECKLISTS_ITEM | — | — |
101
+ | 83 | LF | `REQUIRED_FULFILLMENT_TAGS` | ON_INIT_FULFILLMENTS > VALID_FULFILLMENT_TAGS | — | - All elements of $.message.order.fulfillments[*].tags[*].descriptor.code must be in ["CHECKLISTS"] | - $.message.order.fulfillments[*].tags[*].descriptor.code must **not** be present in the payload | 30000 |
102
+ | 84 | LF | `REQUIRED_CHECKLISTS_ITEM` | ON_INIT_FULFILLMENTS > VALID_FULFILLMENT_TAGS | `$.message.order.fulfillments[*].tags[?(@.descriptor.code == CHECKLISTS)]` | - All elements of $.message.order.fulfillments[*].tags[?(@.descriptor.code == CHECKLISTS)].list[*].descriptor.code must be in ["PERSONAL_INFORMATION", "CONSENT_APPROVAL", "SET_LOAN_AMOUNT", "KYC", "KYC_OFFLINE", "EMANDATE", "LOAN_AGREEMENT", "ACCOUNT_MONITORING", "ORGANIZATION_INFORMATION", "INDIVIDUAL_KYC", "ENTITY_KYC", "MERCHANT_AND_PRDOUCT_DETAILS", "SET_DOWN_PAYMENT", "ESIGN", "BANK_STATEMENT_AND_GST_RETURNS", "BUSINESS_AND_FINANCIAL_DOCUMENTS", "BUSINESS_KYC", "PERSONAL_DISCUSSION", "PHYSICAL_VERIFICATION", "ENACH", "PROCESSING_FEE", "MANUAL_VERIFICATION", "LIEN_MARKING", "PERSONAL_INFORMATION_TERM", "PERSONAL_INFORMATION_LAMF", "PERSONAL_INFORMATION_TERM_GST"] | — | 30000 |
103
+ | 85 | GRP | **ON_SELECT_QUOTE** | — | — | Sub-tests: REQUIRED_COMMON_QUOTE_ITEMS, VALID_COMMON_QUOTE_ITEMS | - $.message.order.quote.id must **not** be present in the payload | — |
104
+ | 86 | GRP | **REQUIRED_COMMON_QUOTE_ITEMS** | ON_SELECT_QUOTE | — | Sub-tests: REQUIRED_QUOTE_ID, REQUIRED_QUOTE_PRICE_VALUE, REQUIRED_QUOTE_PRICE_CURRENCY, REQUIRED_BREAKUP_TITLE, REQUIRED_BREAKUP_PRICE_VALUE, REQUIRED_BREAKUP_PRICE_CURRENCY, REQUIRED_QUOTE_TTL | — | — |
105
+ | 87 | LF | `REQUIRED_QUOTE_ID` | ON_SELECT_QUOTE > REQUIRED_COMMON_QUOTE_ITEMS | — | - $.message.order.quote.id must be present in the payload | — | 30000 |
106
+ | 88 | LF | `REQUIRED_QUOTE_PRICE_VALUE` | ON_SELECT_QUOTE > REQUIRED_COMMON_QUOTE_ITEMS | — | - $.message.order.quote.price.value must be present in the payload | — | 30000 |
107
+ | 89 | LF | `REQUIRED_QUOTE_PRICE_CURRENCY` | ON_SELECT_QUOTE > REQUIRED_COMMON_QUOTE_ITEMS | — | - $.message.order.quote.price.currency must be present in the payload | — | 30000 |
108
+ | 90 | LF | `REQUIRED_BREAKUP_TITLE` | ON_SELECT_QUOTE > REQUIRED_COMMON_QUOTE_ITEMS | — | - $.message.order.quote.breakup[*].title must be present in the payload | — | 30000 |
109
+ | 91 | LF | `REQUIRED_BREAKUP_PRICE_VALUE` | ON_SELECT_QUOTE > REQUIRED_COMMON_QUOTE_ITEMS | — | - $.message.order.quote.breakup[*].price.value must be present in the payload | — | 30000 |
110
+ | 92 | LF | `REQUIRED_BREAKUP_PRICE_CURRENCY` | ON_SELECT_QUOTE > REQUIRED_COMMON_QUOTE_ITEMS | — | - $.message.order.quote.breakup[*].price.currency must be present in the payload | — | 30000 |
111
+ | 93 | LF | `REQUIRED_QUOTE_TTL` | ON_SELECT_QUOTE > REQUIRED_COMMON_QUOTE_ITEMS | — | - $.message.order.quote.ttl must be present in the payload | — | 30000 |
112
+ | 94 | GRP | **VALID_COMMON_QUOTE_ITEMS** | ON_SELECT_QUOTE | — | Sub-tests: VALID_ENUM_BREAKUP_PRICE_CURRENCY, VALID_ENUM_BREAKUP_TITLE | — | — |
113
+ | 95 | LF | `VALID_ENUM_BREAKUP_PRICE_CURRENCY` | ON_SELECT_QUOTE > VALID_COMMON_QUOTE_ITEMS | — | - At least one of $.message.order.quote.breakup[*].price.currency must be in ["INR"] | — | 30000 |
114
+ | 96 | LF | `VALID_ENUM_BREAKUP_TITLE` | ON_SELECT_QUOTE > VALID_COMMON_QUOTE_ITEMS | — | - At least one of $.message.order.quote.breakup[*].title must be in ["PRINCIPAL_AMOUNT", "INTEREST_AMOUNT", "PROCESSING_FEE", "OTHER_UPFRONT_CHARGES", "INSURANCE_CHARGES", "NET_DISBURSED_AMOUNT", "OTHER_CHARGES", "WORKING_CAPITAL_LIMIT", "CURRENT_UTLIZATION"] | — | 30000 |
115
+ | 97 | GRP | **ON_INIT_PAYMENTS** | — | — | Sub-tests: REQUIRED_PAYMENT_ITEMS | — | — |
116
+ | 98 | GRP | **REQUIRED_PAYMENT_ITEMS** | ON_INIT_PAYMENTS | — | Sub-tests: REQUIRED_PAYMENT_ITEMS, REQUIRED_PAYMENT_ID, REQUIRED_PAYMENT_STATUS, REQUIRED_PAYMENT_COLLECTED_BY, REQUIRED_PAYMENT_BANK_ACCOUNT_NUMBER, REQUIRED_PAYMENT_BANK_CODE, REQUIRED_PAYMENT_LABEL, REQUIRED_PARAMS_DETAILS, REQUIRED_PAYMENT_URL, REQUIRED_TIME_RANGE | — | — |
117
+ | 99 | LF | `REQUIRED_PAYMENT_ITEMS` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | - $.message.order.payments[*].type must be present in the payload | — | 30000 |
118
+ | 100 | LF | `REQUIRED_PAYMENT_ID` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | - $.message.order.payments[*].id must be present in the payload | — | 30000 |
119
+ | 101 | LF | `REQUIRED_PAYMENT_STATUS` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | - $.message.order.payments[*].status must be present in the payload | — | 30000 |
120
+ | 102 | LF | `REQUIRED_PAYMENT_COLLECTED_BY` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | - $.message.order.payments[*].collected_by must be present in the payload | - Not all elements of $.message.order.payments[*].time.label may be in ["LOAN_DISBURSMENT"] | 30000 |
121
+ | 103 | LF | `REQUIRED_PAYMENT_BANK_ACCOUNT_NUMBER` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | - $.message.order.payments[*].params.bank_account_number must be present in the payload | - Not all elements of $.message.order.payments[*].time.label may be in ["LOAN_DISBURSMENT"] | 30000 |
122
+ | 104 | LF | `REQUIRED_PAYMENT_BANK_CODE` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | - $.message.order.payments[*].params.bank_code must be present in the payload | - Not all elements of $.message.order.payments[*].time.label may be in ["LOAN_DISBURSMENT"] | 30000 |
123
+ | 105 | LF | `REQUIRED_PAYMENT_LABEL` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | - $.message.order.payments[*].time.label must be present in the payload | — | 30000 |
124
+ | 106 | GRP | **REQUIRED_PARAMS_DETAILS** | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | Sub-tests: REQUIRED_TRANSACTION_ID, REQUIRED_PAYMENTS_AMOUNT, REQUIRED_PAYMENTS_CURRENCY | - Not all elements of $.message.order.payments[*].status may be in ["PAID"] | — |
125
+ | 107 | LF | `REQUIRED_TRANSACTION_ID` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS > REQUIRED_PARAMS_DETAILS | — | - $.message.order.payments[*].params.transaction_id must be present in the payload | — | 30000 |
126
+ | 108 | LF | `REQUIRED_PAYMENTS_AMOUNT` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS > REQUIRED_PARAMS_DETAILS | — | - $.message.order.payments[*].params.amount must be present in the payload | — | 30000 |
127
+ | 109 | LF | `REQUIRED_PAYMENTS_CURRENCY` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS > REQUIRED_PARAMS_DETAILS | — | - $.message.order.payments[*].params.currency must be present in the payload | — | 30000 |
128
+ | 110 | GRP | **REQUIRED_PAYMENT_URL** | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | Sub-tests: REQUIRED_TIME_DURATION | - $.message.order.payments[*].url must **not** be present in the payload | — |
129
+ | 111 | LF | `REQUIRED_TIME_DURATION` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS > REQUIRED_PAYMENT_URL | — | - $.message.order.payments[*].time.duration must be present in the payload | — | 30000 |
130
+ | 112 | GRP | **REQUIRED_TIME_RANGE** | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS | — | Sub-tests: REQUIRED_TIME_START_RANGE, REQUIRED_TIME_END_RANGE | - Not all elements of $.message.order.payments[*].time.label may be in ["INSTALLMENT"] | — |
131
+ | 113 | LF | `REQUIRED_TIME_START_RANGE` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS > REQUIRED_TIME_RANGE | — | - $.message.order.payments[*].time.range.start must be present in the payload | — | 30000 |
132
+ | 114 | LF | `REQUIRED_TIME_END_RANGE` | ON_INIT_PAYMENTS > REQUIRED_PAYMENT_ITEMS > REQUIRED_TIME_RANGE | — | - $.message.order.payments[*].time.range.end must be present in the payload | — | 30000 |
133
+ | 115 | GRP | **ON_INIT_PAYMENT_TAGS** | — | — | Sub-tests: VALID_PAYMENT_TAGS, REQUIRED_ACCOUNT_DETAILS, REQUIRED_BREAKUP_DETAILS | — | — |
134
+ | 116 | LF | `VALID_PAYMENT_TAGS` | ON_INIT_PAYMENT_TAGS | — | - All elements of $.message.order.payments[*].tags[*].descriptor.code must be in ["ACCOUNT_DETAILS", "BREAKUP"] | - $.message.order.payments[*].tags[*].descriptor.code must **not** be present in the payload | 30000 |
135
+ | 117 | LF | `REQUIRED_ACCOUNT_DETAILS` | ON_INIT_PAYMENT_TAGS | `$.message.order.payments[*].tags[?(@.descriptor.code == ACCOUNT_DETAILS)]` | - All elements of $.message.order.payments[*].tags[?(@.descriptor.code == ACCOUNT_DETAILS)].list[*].descriptor.code must be in ["ACCOUNT_TYPE", "ACCOUNT_HOLDER_NAME"] | — | 30000 |
136
+ | 118 | LF | `REQUIRED_BREAKUP_DETAILS` | ON_INIT_PAYMENT_TAGS | `$.message.order.payments[*].tags[?(@.descriptor.code == BREAKUP)]` | - All elements of $.message.order.payments[*].tags[?(@.descriptor.code == BREAKUP)].list[*].descriptor.code must be in ["PRINCIPAL_AMOUNT", "INTEREST_AMOUNT"] | — | 30000 |
137
+ | 119 | GRP | **ON_INIT_CANCELLATION_TERMS** | — | — | Sub-tests: EXTERNAL_REF_TERMS, FULFILLMENT_STATE_TERMS | — | — |
138
+ | 120 | GRP | **EXTERNAL_REF_TERMS** | ON_INIT_CANCELLATION_TERMS | — | Sub-tests: REQUIRED_EXTERNAL_REF_MIME_TYPE, REQUIRED_EXTERNAL_REF_URL | - $.message.order.cancellation_terms[*].external_ref.mimetype must **not** be present in the payload | — |
139
+ | 121 | LF | `REQUIRED_EXTERNAL_REF_MIME_TYPE` | ON_INIT_CANCELLATION_TERMS > EXTERNAL_REF_TERMS | — | - $.message.order.cancellation_terms[*].external_ref.mimetype must be present in the payload | — | 30000 |
140
+ | 122 | LF | `REQUIRED_EXTERNAL_REF_URL` | ON_INIT_CANCELLATION_TERMS > EXTERNAL_REF_TERMS | — | - $.message.order.cancellation_terms[*].external_ref.url must be present in the payload | — | 30000 |
141
+ | 123 | GRP | **FULFILLMENT_STATE_TERMS** | ON_INIT_CANCELLATION_TERMS | — | Sub-tests: REQUIRED_FULFILLMENT_STATE_CODE, REQUIRED_CANCELLATION_FEE | - $.message.order.cancellation_terms[*].fulfillment_state.descriptor.code must **not** be present in the payload | — |
142
+ | 124 | LF | `REQUIRED_FULFILLMENT_STATE_CODE` | ON_INIT_CANCELLATION_TERMS > FULFILLMENT_STATE_TERMS | — | - $.message.order.cancellation_terms[*].fulfillment_state.descriptor.code must be present in the payload | — | 30000 |
143
+ | 125 | LF | `REQUIRED_CANCELLATION_FEE` | ON_INIT_CANCELLATION_TERMS > FULFILLMENT_STATE_TERMS | — | - $.message.order.cancellation_terms[*].cancellation_fee.percentage must be present in the payload | — | 30000 |
144
+ | 126 | GRP | **ON_INIT_TAGS** | — | — | Sub-tests: REQUIRED_PAYMENT_TAGS, REQUIRED_BPP_TERMS | — | — |
145
+ | 127 | LF | `REQUIRED_PAYMENT_TAGS` | ON_INIT_TAGS | — | - All elements of $.message.order.tags[*].descriptor.code must be in ["BAP_TERMS", "BPP_TERMS"] | - $.message.order.tags[*].descriptor.code must **not** be present in the payload | 30000 |
146
+ | 128 | LF | `REQUIRED_BPP_TERMS` | ON_INIT_TAGS | `$.message.order.tags[?(@.descriptor.code == BPP_TERMS)]` | - All elements of $.message.order.tags[?(@.descriptor.code == BPP_TERMS)].list[*].descriptor.code must be in ["STATIC_TERMS", "OFFLINE_CONTRACT"] | — | 30000 |