-
Notifications
You must be signed in to change notification settings - Fork 7
/
UseCaseVC.json
40 lines (40 loc) · 1.03 KB
/
UseCaseVC.json
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
{
"@context": {
"@version": 1.1,
"@protected": true,
"BpnCredential": {
"@id": "https://raw.githubusercontent.com/catenax-ng/product-core-schemas/main/businessPartnerData#BpnCredential",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"bpn": "http://schema.org/identifier"
}
}
},
"UsecaseAgreement":{
"@id": "https://raw.githubusercontent.com/catenax-ng/product-core-schemas/main/UserCaseVC#UsecaseAgreement",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"value": {
"@id": "ex:value",
"@type": "https://schema.org/Text"
},
"contract-template":{
"@id": "ex:contract-template",
"@type": "https://schema.org/Text"
},
"contract-version":{
"@id": "ex:contract-version",
"@type": "https://schema.org/Float"
},
"holderIdentifier": {
"@id": "ctx:holderIdentifier"
}
}
}
}