-
Notifications
You must be signed in to change notification settings - Fork 0
/
lme_auth_user.jsonld
60 lines (60 loc) · 1.71 KB
/
lme_auth_user.jsonld
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
{
"@context": [
{
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"Lme_auth_user": {
"@id": "https://raw.githubusercontent.com/zumikavvayi/ssi_schema/main/lme_auth_user.jsonld#Lme_auth_user",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"vocab": "https://raw.githubusercontent.com/zumikavvayi/ssi_schema/main/lme_id_vocab.md#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"employeeid": {
"@id": "vocab:employeeid",
"@type": "xsd:integer"
},
"name": {
"@id": "vocab:name",
"@type": "xsd:string"
},
"company": {
"@id": "vocab:company",
"@type": "xsd:integer"
}
}
},
"Lme_user": {
"@id": "https://raw.githubusercontent.com/zumikavvayi/ssi_schema/main/lme_auth_user.jsonld#Lme_user",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"vocab": "https://raw.githubusercontent.com/zumikavvayi/ssi_schema/main/lme_id_vocab.md#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"employeeid": {
"@id": "vocab:employeeid",
"@type": "xsd:integer"
},
"name": {
"@id": "vocab:name",
"@type": "xsd:string"
},
"company": {
"@id": "vocab:company",
"@type": "xsd:integer"
},
"idexpiry": {
"@id": "vocab:idexpiry",
"@type": "xsd:string"
}
}
}
}
]
}