Advertisement
ariswb22

Counterparties-Sinks

Oct 25th, 2021
905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.88 KB | None | 0 0
  1. {
  2.     "properties": [
  3.         {
  4.             "property": "CounterpartyId",
  5.             "type": "Guid",
  6.             "sampleValue": null,
  7.             "comments": null
  8.         },
  9.         {
  10.             "property": "ReportingDate",
  11.             "type": "Date",
  12.             "sampleValue": null,
  13.             "comments": null
  14.         },
  15.         {
  16.             "property": "Name",
  17.             "type": "String",
  18.             "sampleValue": null,
  19.             "comments": null
  20.         },
  21.         {
  22.             "property": "OriginCounterpartyId",
  23.             "type": "String",
  24.             "sampleValue": null,
  25.             "comments": null
  26.         },
  27.         {
  28.             "property": "OriginSystemId",
  29.             "type": "String",
  30.             "sampleValue": null,
  31.             "comments": null
  32.         },
  33.         {
  34.             "property": "CounterpartyType",
  35.             "type": "String",
  36.             "sampleValue": null,
  37.             "comments": null
  38.         },
  39.         {
  40.             "property": "BusinessUnit",
  41.             "type": "String",
  42.             "sampleValue": null,
  43.             "comments": null
  44.         }
  45.     ],
  46.     "additionalProperties": [
  47.         {
  48.             "property": "EnterpriseSize",
  49.             "type": "String"
  50.         }
  51.     ]
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement