diff --git a/components/Layout.tsx b/components/Layout.tsx
index 3e5e338470..85ad4262a6 100644
--- a/components/Layout.tsx
+++ b/components/Layout.tsx
@@ -104,14 +104,10 @@ export default function Layout({
- {showMobileNav ? (
-
-
- {children}
-
- ) : (
- {children}
- )}
+
+ {showMobileNav && }
+ {children}
+
diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml
index 0055f93219..091c8eaf7b 100644
--- a/data/tooling-data.yaml
+++ b/data/tooling-data.yaml
@@ -353,9 +353,9 @@
license: 'MIT'
source: 'https://github.com/erosb/json-sKema'
supportedDialects:
- draft: ['2019-09']
+ draft: ['2020-12']
toolingListingNotes: 'Successor of the everit-org/json-schema library'
- lastUpdated: '2023-04-10'
+ lastUpdated: '2024-09-21'
- name: Snow
description: 'Snow, a full-featured JSON Schema validator'
@@ -2409,3 +2409,32 @@
supportedDialects:
draft: ['4', '6', '7']
lastUpdated: '2024-09-03'
+
+- name: justinrainbow/json-schema
+ description: 'A PHP Implementation for validating JSON Structures against a given Schema with support for Schemas of Draft-3 or Draft-4.'
+ toolingTypes: ['validator']
+ languages: ['PHP']
+ toolingListingNotes: 'PHP >= 7.2'
+ maintainers:
+ - name: 'Erayd'
+ username: 'erayd'
+ platform: 'github'
+ - name: 'David Porter'
+ username: 'bighappyface'
+ platform: 'github'
+ - name: 'Jordi Boggiano'
+ username: 'Seldaek'
+ platform: 'github'
+ - name: 'Danny van der Sluijs'
+ username: 'DannyvdSluijs'
+ platform: 'github'
+ license: 'MIT'
+ source: 'https://github.com/jsonrainbow/json-schema'
+ homepage: 'https://github.com/jsonrainbow/json-schema'
+ supportedDialects:
+ draft: ['3', '4']
+ landscape:
+ logo: 'justinrainbow-json-schema.png'
+ bowtie:
+ identifier: 'php-justinrainbow-json-schema'
+ lastUpdated: '2024-10-01'
\ No newline at end of file
diff --git a/pages/specification/json-hyper-schema/_index.md b/pages/specification/json-hyper-schema/_index.md
index b116253a75..c610e84aa1 100644
--- a/pages/specification/json-hyper-schema/_index.md
+++ b/pages/specification/json-hyper-schema/_index.md
@@ -13,18 +13,17 @@ In essence:
- JSON Hyper-Schema is helpful in complex APIs where clients need to define and explicitly understand the relationships between resources and actions, especially when navigating resources without prior knowledge of the API structure.
- It helps create more discoverable and self-documenting APIs, making it easier for clients to interact with them.
-### Hyper Schema Documents
+### Hyper Schema Specification
-- Hyper-Schema: [jsonschema-hyperschema.xml](https://github.com/json-schema-org/json-hyperschema-spec/blob/main/jsonschema-hyperschema.xml)
-- Relative JSON Pointer: [relative-json-pointer.xml](https://github.com/json-schema-org/json-schema-spec/blob/master/relative-json-pointer.xml)
+- Hyper-Schema: [draft-handrews-json-schema-hyperschema-02](/draft/2019-09/draft-handrews-json-schema-hyperschema-02.html)
+- Relative JSON Pointer: [draft-bhutton-relative-json-pointer-00](https://datatracker.ietf.org/doc/html/draft-bhutton-relative-json-pointer-00.html)
-**Other documents:**
+**Schemas:**
-- [JSON Schema meta-schema](https://github.com/json-schema-org/json-schema-spec/blob/master/schema.json)
-- [JSON Hyper-Schema meta-schema](https://github.com/json-schema-org/json-hyperschema-spec/blob/main/hyper-schema.json)
-- [JSON Hyper-Schema Link Description Object meta-schema](https://github.com/json-schema-org/json-hyperschema-spec/blob/main/links.json)
-- [JSON Schema Vocabulary meta-schemas](https://github.com/json-schema-org/json-hyperschema-spec/tree/main/meta/)
-- [JSON Schema Output schemas and examples](https://github.com/json-schema-org/json-hyperschema-spec/tree/main/output/)
+- [JSON Hyper-Schema meta-schema](/draft/2020-12/hyper-schema)
+- [JSON Hyper-Schema vocabulary schema](/draft/2020-12/meta/hyper-schema)
+- [JSON Hyper-Schema Link Description Object meta-schema](/draft/2020-12/links)
+- [JSON Schema Output schemas and examples](/draft/2019-09/output/hyper-schema)
### Release Notes
diff --git a/public/img/tools/logos/justinrainbow-json-schema.png b/public/img/tools/logos/justinrainbow-json-schema.png
new file mode 100644
index 0000000000..b9ec96404e
Binary files /dev/null and b/public/img/tools/logos/justinrainbow-json-schema.png differ