a few tweaks

This commit is contained in:
2026-03-04 17:36:42 -05:00
parent 8d0369c672
commit 2d1fca599b
6 changed files with 12 additions and 12 deletions

View File

@ -71,7 +71,7 @@ JSPG implements specific extensions to the Draft 2020-12 standard to support the
### 1. Polymorphism & Referencing (`$ref`, `$family`, and Native Types)
JSPG replaces the complex, dynamic reference resolution logic of standard JSON Schema (e.g., `$defs`, relative URIs, `$dynamicRef`, `$dynamicAnchor`, `if/then/else`) with a strict, explicitly structured global `$id` system. This powers predictable code generation and blazing-fast runtime validation.
JSPG replaces the complex, dynamic reference resolution logic of standard JSON Schema (e.g., `$defs`, relative URIs, `$dynamicRef`, `$dynamicAnchor`, `anyOf`) with a strict, explicitly structured global `$id` system. This powers predictable code generation and blazing-fast runtime validation.
#### A. Global `$id` Conventions & Schema Buckets
Every schema is part of a flat, globally addressable namespace. However, where a schema is defined in the database determines its physical boundaries: