-
Notifications
You must be signed in to change notification settings - Fork 329
/
Copy pathschema.pug
71 lines (70 loc) · 2.62 KB
/
schema.pug
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
script(type="application/ld+json").
[{
"@context": "http://www.schema.org",
"@type": "WebSite",
"name": "JSON Web Tokens - jwt.io",
"url": "https://jwt.io",
"description": "Decode, verify and generate JSON Web Tokens with our online debugger.",
"image": "https://jwt.io/img/pic_logo.svg",
"publisher": {
"@type": "Organization",
"name": "Auth0",
"legalName": "Auth0 Inc.",
"url": "https://auth0.com/",
"logo": "https://cdn.auth0.com/website/assets/pages/press/img/resources/auth0-logo-main-6001cece68.svg",
"foundingDate": "2013",
"sameAs": [
"https://twitter.com/auth0",
"https://www.facebook.com/getauth0/",
"https://www.linkedin.com/company/auth0"
]
}
}, {
"@context": "https://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "jwt.io",
"item": "https://jwt.io",
"description": "JWT.IO allows you to decode, verify and generate JWT."
}, {
"@type": "ListItem",
"position": 2,
"name": "Debugger",
"item": "https://jwt.io/#debugger-io",
"description": "Decode, verify and generate JSON Web Tokens with our online debugger."
}]
}, {
"@context": "https://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "jwt.io",
"item": "https://jwt.io",
"description": "JWT.IO allows you to decode, verify and generate JWT."
},{
"@type": "ListItem",
"position": 2,
"name": "Libraries",
"item": "https://jwt.io/#libraries-io",
"description": "An overview of Libraries for Token Signing/Verification in a variety of different programming languages."
}]
}, {
"@context": "https://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "jwt.io",
"item": "https://jwt.io",
"description": "JWT.IO allows you to decode, verify and generate JWT."
},{
"@type": "ListItem",
"position": 2,
"name": "Introduction",
"item": "https://jwt.io/introduction/",
"description": "An introduction to JSON Web Tokens."
}]
}]