-
Notifications
You must be signed in to change notification settings - Fork 0
/
role.json-ld
37 lines (37 loc) · 1.03 KB
/
role.json-ld
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
{
"@context": [
{
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"GuildCredential": {
"@id": "https://raw.githubusercontent.com/agoraxyz/polygon-id-schema/main/role.json-ld#GuildCredential",
"@context": {
"vocab": "https://github.com/agoraxyz/polygon-id-schema/blob/main/role.md#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"joinDate": {
"@id": "vocab:joinDate",
"@type": "xsd:dateTime"
},
"guildName": {
"@id": "vocab:guildName",
"@type": "xsd:string"
},
"guildId": {
"@id": "vocab:guildId",
"@type": "xsd:integer"
},
"roleName": {
"@id": "vocab:roleName",
"@type": "xsd:string"
},
"roleId": {
"@id": "vocab:roleId",
"@type": "xsd:integer"
}
}
}
}
]
}