11[
22 {
33 "@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+ }
1024 ]
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- }
2225 }
23- ]
26+ ]
0 commit comments