Skip to content

Commit c5d80f4

Browse files
Merge pull request #16 from gvonness-apolitical/feature/academic-extension
Add academic extension for scientific documents
2 parents aaa3a1f + 5fdea5d commit c5d80f4

4 files changed

Lines changed: 1425 additions & 0 deletions

File tree

schemas/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ This directory contains JSON Schema definitions for validating Codex document co
1717
| `annotations.schema.json` | Core annotations | `security/annotations.json` |
1818
| `phantoms.schema.json` | Phantom clusters | `phantoms/clusters.json` |
1919

20+
### Extension Schemas
21+
22+
| Schema | Purpose | Validates |
23+
|--------|---------|-----------|
24+
| `semantic.schema.json` | Semantic extension | `semantic:*` blocks and marks |
25+
| `academic.schema.json` | Academic extension | `academic:*` blocks and marks |
26+
2027
## Schema Dependencies
2128

2229
Some schemas reference definitions from other schema files:

0 commit comments

Comments
 (0)