Skip to content

Commit 2b1ca91

Browse files
committed
docs: SchemaStore PR merged — drop staging dir, point $schema at canonical URL
- Remove schemastore/ submission staging tree (merged upstream as #5762) - README: schema is now published on SchemaStore (not 'being submitted') - Point all $schema refs at https://www.schemastore.org/yap.json
1 parent 70fb4fc commit 2b1ca91

9 files changed

Lines changed: 6 additions & 277 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,15 +186,15 @@ inline validation in editors that support JSON Schema:
186186

187187
```json
188188
{
189-
"$schema": "https://raw.githubusercontent.com/M0Rf30/yap/main/yap.schema.json",
189+
"$schema": "https://www.schemastore.org/yap.json",
190190
"name": "My Multi-Package Project",
191191
"...": "..."
192192
}
193193
```
194194

195-
The schema is also being submitted to [SchemaStore](https://www.schemastore.org)
196-
so editors validate any `yap.json` by filename automatically — no `$schema`
197-
line required.
195+
The schema is published on [SchemaStore](https://www.schemastore.org/json/),
196+
so editors (VS Code, JetBrains, Neovim, …) validate any `yap.json` by filename
197+
automatically — no `$schema` line required.
198198

199199
## PKGBUILD extensions
200200

examples/circular-deps/yap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/M0Rf30/yap/main/yap.schema.json",
2+
"$schema": "https://www.schemastore.org/yap.json",
33
"name": "circular-dependency-test",
44
"description": "Example demonstrating YAP's circular dependency detection and error handling",
55
"buildDir": "/tmp/yap-circular-deps",

examples/dependency-orchestration/yap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/M0Rf30/yap/main/yap.schema.json",
2+
"$schema": "https://www.schemastore.org/yap.json",
33
"name": "dependency-orchestration-example",
44
"description": "Comprehensive example demonstrating YAP's automatic dependency resolution and installation orchestration",
55
"buildDir": "/tmp/yap-dependency-example",

schemastore/README.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

schemastore/catalog-entry.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

schemastore/src/negative_test/yap/missing-required.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

schemastore/src/schemas/json/yap.json

Lines changed: 0 additions & 170 deletions
This file was deleted.

schemastore/src/test/yap/full.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

schemastore/src/test/yap/minimal.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)