-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathariba-sourcing-external-approval-api-context.jsonld
More file actions
107 lines (107 loc) · 2.63 KB
/
Copy pathariba-sourcing-external-approval-api-context.jsonld
File metadata and controls
107 lines (107 loc) · 2.63 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"@context": {
"@version": 1.1,
"ariba": "https://openapi.ariba.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"ApprovalChangesResponse": "ariba:ApprovalChangesResponse",
"changes": {
"@id": "ariba:changes",
"@container": "@set",
"@type": "xsd:string"
},
"ApprovalChange": "ariba:ApprovalChange",
"changeSequenceId": {
"@id": "ariba:changeSequenceId",
"@type": "xsd:string"
},
"taskId": {
"@id": "ariba:taskId",
"@type": "xsd:string"
},
"documentType": {
"@id": "ariba:documentType",
"@type": "xsd:string"
},
"documentId": {
"@id": "ariba:documentId",
"@type": "xsd:string"
},
"status": {
"@id": "ariba:status",
"@type": "xsd:string"
},
"fullURL": {
"@id": "ariba:fullURL",
"@type": "xsd:string"
},
"PendingApprovablesResponse": "ariba:PendingApprovablesResponse",
"tasks": {
"@id": "ariba:tasks",
"@container": "@set",
"@type": "xsd:string"
},
"PendingApprovalTask": "ariba:PendingApprovalTask",
"assignedTo": {
"@id": "ariba:assignedTo",
"@type": "xsd:string"
},
"ApprovalTask": "ariba:ApprovalTask",
"approvalRequests": {
"@id": "ariba:approvalRequests",
"@container": "@set",
"@type": "xsd:string"
},
"ApprovalRequest": "ariba:ApprovalRequest",
"approvers": {
"@id": "ariba:approvers",
"@container": "@set",
"@type": "xsd:string"
},
"Approver": "ariba:Approver",
"userId": {
"@id": "ariba:userId",
"@type": "xsd:string"
},
"name": "schema:name",
"ApprovableDocument": "ariba:ApprovableDocument",
"id": {
"@id": "ariba:id",
"@type": "xsd:string"
},
"type": {
"@id": "ariba:type",
"@type": "xsd:string"
},
"title": {
"@id": "ariba:title",
"@type": "xsd:string"
},
"realm": {
"@id": "ariba:realm",
"@type": "xsd:string"
},
"ApprovalActionRequest": "ariba:ApprovalActionRequest",
"action": {
"@id": "ariba:action",
"@type": "xsd:string"
},
"comment": {
"@id": "ariba:comment",
"@type": "xsd:string"
},
"ApprovalActionResponse": "ariba:ApprovalActionResponse",
"GroupMembersResponse": "ariba:GroupMembersResponse",
"groupId": {
"@id": "ariba:groupId",
"@type": "xsd:string"
},
"members": {
"@id": "ariba:members",
"@container": "@set",
"@type": "xsd:string"
},
"GroupMember": "ariba:GroupMember"
}
}