forked from adobe/xdm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile-other-work-details.schema.json
More file actions
155 lines (155 loc) · 7.7 KB
/
profile-other-work-details.schema.json
File metadata and controls
155 lines (155 loc) · 7.7 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"meta:license": [
"Copyright 2020 Adobe Systems Incorporated. All rights reserved.",
"This work is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license",
"you may not use this file except in compliance with the License. You may obtain a copy",
"of the License at https://creativecommons.org/licenses/by/4.0/"
],
"$id": "https://ns.adobe.com/xdm/context/profile-other-work-details",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Profile Other Work Details",
"type": "object",
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": [
"https://ns.adobe.com/xdm/context/profile"
],
"description": "Captures information regarding additional/other work-related details of the individual such as work address, work email, work phone number, and organizations to which the profile belongs.",
"definitions": {
"profile-other-work-details": {
"properties": {
"xdm:otherAddress": {
"title": "Other Address",
"$ref": "https://ns.adobe.com/xdm/common/address",
"description": "Other/Alternate postal address of the person.",
"meta:titleId": "profile-other-work-details##xdm:otherAddress##title##76831",
"meta:descriptionId": "profile-other-work-details##xdm:otherAddress##description##11581"
},
"xdm:otherPhone": {
"title": "Other Phone",
"$ref": "https://ns.adobe.com/xdm/context/phonenumber",
"description": "Other/Alternate phone number of the person.",
"meta:titleId": "profile-other-work-details##xdm:otherPhone##title##93741",
"meta:descriptionId": "profile-other-work-details##xdm:otherPhone##description##65191"
},
"xdm:extendedWorkDetails": {
"type": "object",
"title": "Some Additional Person Work Details",
"properties": {
"xdm:assistantDetails": {
"type": "object",
"title": "Assitant Details",
"properties": {
"xdm:name": {
"title": "Assistant Name",
"$ref": "https://ns.adobe.com/xdm/context/person-name",
"description": "Person's assistant full name.",
"meta:titleId": "profile-other-work-details##xdm:name##title##82441",
"meta:descriptionId": "profile-other-work-details##xdm:name##description##33621"
},
"xdm:phone": {
"title": "Assistant Phone",
"$ref": "https://ns.adobe.com/xdm/context/phonenumber",
"description": "Person's assistant phone number.",
"meta:titleId": "profile-other-work-details##xdm:phone##title##53781",
"meta:descriptionId": "profile-other-work-details##xdm:phone##description##81491"
}
},
"meta:titleId": "profile-other-work-details##xdm:assistantDetails##title##67001"
},
"xdm:reportsToID": {
"title": "Reports To Id",
"description": "Identifier of the Reporting Manager.",
"type": "string",
"meta:titleId": "profile-other-work-details##xdm:reportsToID##title##46931",
"meta:descriptionId": "profile-other-work-details##xdm:reportsToID##description##11481"
},
"xdm:departments": {
"title": "Department Name",
"description": "Department name where the person works.",
"type": "array",
"items": {
"type": "string"
},
"meta:titleId": "profile-other-work-details##xdm:departments##title##70181",
"meta:descriptionId": "profile-other-work-details##xdm:departments##description##66861"
},
"xdm:jobTitle": {
"title": "Job Title",
"description": "Job title of the person.",
"type": "string",
"meta:titleId": "profile-other-work-details##xdm:jobTitle##title##53071",
"meta:descriptionId": "profile-other-work-details##xdm:jobTitle##description##68711"
},
"xdm:photoUrl": {
"title": "Photo Url",
"description": "Photo url of the person.",
"type": "string",
"format": "uri",
"meta:titleId": "profile-other-work-details##xdm:photoUrl##title##73701",
"meta:descriptionId": "profile-other-work-details##xdm:photoUrl##description##32771"
}
},
"meta:titleId": "profile-other-work-details##xdm:extendedWorkDetails##title##87751"
}
}
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/profile-other-work-details"
}
],
"meta:status": "experimental",
"meta:createdDate": "2020-08-18",
"meta:titleId": "profile-other-work-details##title##39711",
"meta:descriptionId": "profile-other-work-details##description##90111",
"examples": [
{
"xdm:otherAddress": {
"@id": "https://data.adobe.io/entities/address/234",
"xdm:primary": false,
"xdm:street1": "100 Park Ave",
"xdm:city": "San Jose",
"xdm:stateProvince": "US-CA",
"xdm:postalCode": "95110",
"xdm:country": "United States",
"xdm:countryCode": "US",
"schema:latitude": 37.3382,
"schema:longitude": -121.8863,
"xdm:status": "active",
"xdm:lastVerifiedDate": "2018-01-02"
},
"xdm:otherPhone": {
"xdm:primary": true,
"xdm:number": "1-408-888-7777",
"xdm:status": "active"
},
"xdm:extendedWorkDetails": {
"xdm:assistantDetails": {
"xdm:name": {
"xdm:firstName": "John",
"xdm:middleName": "S",
"xdm:lastName": "Doe",
"xdm:fullName": "John S. Doe"
},
"xdm:phone": {
"xdm:primary": true,
"xdm:number": "1-408-888-7777",
"xdm:status": "active"
}
},
"xdm:reportsToID": "RPT10000",
"xdm:departments": [
"Finance",
"Marketing"
],
"xdm:jobTitle": "",
"xdm:photoUrl": "https://PersonOrg.com/personPhoto.jpg"
}
}
]
}