1
1
[
2
2
{
3
3
"@context" : " http://schema.org" ,
4
- "@type" : " Organization" ,
5
- "url" : " https://gchq.github.io/CyberChef/" ,
6
- "logo" : " https://gchq.github.io/CyberChef/images/cyberchef-128x128.png" ,
7
- "sameAs" : [
8
- " https://github.com/gchq/CyberChef" ,
9
- " https://www.npmjs.com/package/cyberchef"
4
+ "@graph" : [
5
+ {
6
+ "@type" : " Organization" ,
7
+ "url" : " https://gchq.github.io/CyberChef/" ,
8
+ "logo" : " https://gchq.github.io/CyberChef/images/cyberchef-128x128.png" ,
9
+ "sameAs" : [
10
+ " https://github.com/gchq/CyberChef" ,
11
+ " https://www.npmjs.com/package/cyberchef"
12
+ ]
13
+ },
14
+ {
15
+ "@type" : " WebSite" ,
16
+ "url" : " https://gchq.github.io/CyberChef/" ,
17
+ "name" : " CyberChef" ,
18
+ "potentialAction" : {
19
+ "@type" : " SearchAction" ,
20
+ "target" : " https://gchq.github.io/CyberChef/?op={operation_search_term}" ,
21
+ "query-input" : " required name=operation_search_term"
22
+ }
23
+ }
10
24
]
11
- },
12
- {
13
- "@context" : " http://schema.org" ,
14
- "@type" : " WebSite" ,
15
- "url" : " https://gchq.github.io/CyberChef/" ,
16
- "name" : " CyberChef" ,
17
- "potentialAction" : {
18
- "@type" : " SearchAction" ,
19
- "target" : " https://gchq.github.io/CyberChef/?op={operation_search_term}" ,
20
- "query-input" : " required name=operation_search_term"
21
- }
22
25
}
23
- ]
26
+ ]
0 commit comments