UNPKG
@tradle/models
Version:
latest (4.10.13)
4.10.13
4.10.12
4.10.10
4.10.9
4.10.8
4.10.7
4.10.6
4.10.5
4.10.4
4.10.3
4.10.2
4.10.1
4.10.0
4.9.4
4.9.3
4.9.2
4.9.1
4.9.0
4.8.6
4.8.5
4.8.4
4.8.3
4.8.2
4.8.1
4.8.0
4.7.8
4.7.7
4.7.6
4.7.5
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
4.6.1
4.6.0
4.5.1
4.5.0
4.4.0
4.3.0
4.2.0
4.1.2
4.1.1
4.1.0
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.3.2
1.3.1
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
models for tradle apps
github.com/tradle/models
tradle/models
@tradle/models
/
models
/
tradle.FinancialProduct.json
18 lines
(17 loc)
•
300 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"id"
:
"tradle.FinancialProduct"
,
"type"
:
"tradle.Model"
,
"title"
:
"Financial Product"
,
"abstract"
:
true
,
"properties"
:
{
"organization"
:
{
"type"
:
"object"
,
"readOnly"
:
true
,
"ref"
:
"tradle.Organization"
}
}
,
"viewCols"
:
[
"_t"
,
"organization"
]
}