Advertisement
bodlosh

Untitled

Jan 28th, 2022
1,065
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.98 KB | None | 0 0
  1. [
  2.   {
  3.     "field": "user",
  4.     "label": "clientform.user",
  5.     "type": "object",
  6.     "entries": [
  7.       {
  8.         "field": "email",
  9.         "label": "clientform.email",
  10.         "type": "email"
  11.       },
  12.       {
  13.         "field": "phone",
  14.         "label": "clientform.phone",
  15.         "type": "text"
  16.       },
  17.       {
  18.         "field": "person_type",
  19.         "label": "clientform.person_type",
  20.         "type": "select",
  21.         "enum": "TYPOS"
  22.       },
  23.       {
  24.         "field": "birth_number",
  25.         "label": "clientform.birth_number",
  26.         "type": "number"
  27.       },
  28.       {
  29.         "field": "first_name",
  30.         "label": "clientform.first_name",
  31.         "type": "text"
  32.       },
  33.       {
  34.         "field": "last_name",
  35.         "label": "clientform.last_name",
  36.         "type": "text"
  37.       },
  38.       {
  39.         "field": "degree_prefix",
  40.         "label": "clientform.degree_prefix",
  41.         "type": "text"
  42.       },
  43.       {
  44.         "field": "degree_suffix",
  45.         "label": "clientform.degree_suffix",
  46.         "type": "text"
  47.       },
  48.       {
  49.         "field": "ident_number",
  50.         "label": "clientform.ident_number",
  51.         "type": "number"
  52.       },
  53.       {
  54.         "field": "company",
  55.         "label": "clientform.company",
  56.         "type": "text"
  57.       },
  58.       {
  59.         "field": "company_type",
  60.         "label": "clientform.company_type",
  61.         "type": "select",
  62.         "enum": "PRFOR"
  63.       },
  64.       {
  65.         "field": "vat_payer",
  66.         "label": "clientform.vat_payer",
  67.         "type": "bool"
  68.       },
  69.       {
  70.         "field": "aml_person",
  71.         "label": "clientform.aml_person",
  72.         "type": "bool"
  73.       },
  74.       {
  75.         "field": "acting_first_name",
  76.         "label": "clientform.acting_first_name",
  77.         "type": "text"
  78.       },
  79.       {
  80.         "field": "acting_last_name",
  81.         "label": "clientform.acting_last_name",
  82.         "type": "text"
  83.       },
  84.       {
  85.         "field": "written_at",
  86.         "label": "clientform.written_at",
  87.         "type": "text"
  88.       },
  89.       {
  90.         "field": "written_section",
  91.         "label": "clientform.written_section",
  92.         "type": "text"
  93.       },
  94.       {
  95.         "field": "written_insertion",
  96.         "label": "clientform.written_insertion",
  97.         "type": "text"
  98.       },
  99.       {
  100.         "field": "home_address",
  101.         "label": "clientform.home_address",
  102.         "type": "object",
  103.         "entries": [
  104.           {
  105.             "field": "street",
  106.             "label": "clientform.street",
  107.             "type": "text"
  108.           },
  109.           {
  110.             "field": "cp",
  111.             "label": "clientform.cp",
  112.             "type": "text"
  113.           },
  114.           {
  115.             "field": "co",
  116.             "label": "clientform.co",
  117.             "type": "text"
  118.           },
  119.           {
  120.             "field": "city",
  121.             "label": "clientform.city",
  122.             "type": "text"
  123.           },
  124.           {
  125.             "field": "zip",
  126.             "label": "clientform.zip",
  127.             "type": "text"
  128.           },
  129.           {
  130.             "field": "apartment_number",
  131.             "label": "clientform.apartment_number",
  132.             "type": "text"
  133.           }
  134.         ]
  135.       },
  136.       {
  137.         "field": "corresp_address_same",
  138.         "label": "clientform.corresp_address_same",
  139.         "type": "bool"
  140.       },
  141.       {
  142.         "field": "corresp_address",
  143.         "label": "clientform.corresp_address",
  144.         "type": "object",
  145.         "entries": [
  146.           {
  147.             "field": "street",
  148.             "label": "clientform.street",
  149.             "type": "text"
  150.           },
  151.           {
  152.             "field": "cp",
  153.             "label": "clientform.cp",
  154.             "type": "text"
  155.           },
  156.           {
  157.             "field": "co",
  158.             "label": "clientform.co",
  159.             "type": "text"
  160.           },
  161.           {
  162.             "field": "city",
  163.             "label": "clientform.city",
  164.             "type": "text"
  165.           },
  166.           {
  167.             "field": "zip",
  168.             "label": "clientform.zip",
  169.             "type": "text"
  170.           },
  171.           {
  172.             "field": "apartment_number",
  173.             "label": "clientform.apartment_number",
  174.             "type": "text"
  175.           }
  176.         ]
  177.       },
  178.       {
  179.         "field": "identification_cards",
  180.         "label": "clientform.identification_cards",
  181.         "type": "array",
  182.         "min": 1,
  183.         "max": 3,
  184.         "entries": [
  185.           {
  186.             "field": "type",
  187.             "label": "clientform.type",
  188.             "type": "text"
  189.           },
  190.           {
  191.             "field": "number",
  192.             "label": "clientform.number",
  193.             "type": "text"
  194.           },
  195.           {
  196.             "field": "valid_from",
  197.             "label": "clientform.valid_from",
  198.             "type": "date"
  199.           },
  200.           {
  201.             "field": "valid_until",
  202.             "label": "clientform.valid_until",
  203.             "type": "date"
  204.           }
  205.         ]
  206.       }
  207.     ]
  208.   }
  209. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement