-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutput.json
More file actions
78 lines (78 loc) · 2.09 KB
/
output.json
File metadata and controls
78 lines (78 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"model_id": "c5455ea5-0ce8-42ff-88e8-3feebcb5dd7f",
"classes": [
{
"id": "2937d766-9dde-44e5-85dd-92f1e64d85f4",
"label": "Invoice",
"elements": [
{
"id": "cb878887-67d2-4e1d-af2c-703212691851",
"label": "Invoice ID",
"data_type": "Text",
"is_pk": false
},
{
"id": "0cfe92fc-328e-4b9d-a459-812d707d0ff7",
"label": "Total Net Amount",
"data_type": "Decimal",
"is_pk": false
},
{
"id": "7a4524c8-781b-4e8c-b6ec-fc6b578e34f5",
"label": "Total Tax Amount",
"data_type": "Decimal",
"is_pk": false
},
{
"id": "6ec3c7ed-931f-4534-b2b2-8fcc6c47b1bf",
"label": "Currency Code",
"data_type": "Text",
"is_pk": false
}
],
"links": [
{
"id": "fba2cb28-717c-47f7-bab0-069bc4fb7a05",
"source_id": "2937d766-9dde-44e5-85dd-92f1e64d85f4",
"target_id": "00e1ebb3-ac45-4113-b5a0-280b05e83dab"
},
{
"id": "ee77408b-24b2-4868-a872-1654d62e506f",
"source_id": "2937d766-9dde-44e5-85dd-92f1e64d85f4",
"target_id": "85208589-886b-496d-9cb6-5d5869063799"
}
]
},
{
"id": "00e1ebb3-ac45-4113-b5a0-280b05e83dab",
"label": "InvoiceLineItem",
"elements": [
{
"id": "cd73d9f2-b0b3-455f-9965-fdea146265d3",
"label": "InvoiceLineItem Key",
"data_type": "Text",
"is_pk": true
},
{
"id": "4e3e4720-2a57-4a57-aa47-45742e40d99c",
"label": "InvoiceLineItem ID",
"data_type": "Number",
"is_pk": false
},
{
"id": "b3bad8d4-6c53-429b-b3ca-46df7e64cd45",
"label": "Net Cost",
"data_type": "Decimal",
"is_pk": false
},
{
"id": "add0d6c4-aec3-4d8c-9d04-752a95bf8187",
"label": "Tax amount",
"data_type": "Decimal",
"is_pk": false
}
],
"links": []
}
]
}