Datasets:
Publish snapshot-2026-03-15-generator-0.1.0
#1
by Aptlantis - opened
- README.md +101 -0
- STATS.md +22 -0
- data/jsonl/crate_lifecycles.jsonl.zst +3 -0
- data/jsonl/crate_versions.jsonl.zst +3 -0
- data/jsonl/dependency_edges.jsonl.zst +3 -0
- data/jsonl/feature_edges.jsonl.zst +3 -0
- data/jsonl/manifest_patterns.jsonl.zst +3 -0
- data/jsonl/release_transitions.jsonl.zst +3 -0
- data/jsonl/yank_replacements.jsonl.zst +3 -0
- data/jsonl/yanked_versions.jsonl.zst +3 -0
- data/parquet/crate_lifecycles.parquet +3 -0
- data/parquet/crate_versions.parquet +3 -0
- data/parquet/dependency_edges.parquet +3 -0
- data/parquet/feature_edges.parquet +3 -0
- data/parquet/manifest_patterns.parquet +3 -0
- data/parquet/release_transitions.parquet +3 -0
- data/parquet/yank_replacements.parquet +3 -0
- data/parquet/yanked_versions.parquet +3 -0
- metadata/DISTRIBUTION.md +16 -0
- metadata/SHA256SUMS.txt +31 -0
- metadata/publication-manifest.json +160 -0
- metadata/source-manifest.json +9 -0
- metadata/validation-record.json +26 -0
- quality/rejected_records.jsonl +0 -0
- schemas/crate_lifecycles.schema.json +35 -0
- schemas/crate_versions.schema.json +35 -0
- schemas/dependency_edges.schema.json +35 -0
- schemas/feature_edges.schema.json +35 -0
- schemas/manifest_patterns.schema.json +35 -0
- schemas/release_transitions.schema.json +35 -0
- schemas/yank_replacements.schema.json +35 -0
- schemas/yanked_versions.schema.json +35 -0
README.md
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: CratesDataset
|
| 3 |
+
license: "other"
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- rust
|
| 8 |
+
- crates.io
|
| 9 |
+
- package-registry
|
| 10 |
+
- dependency-graph
|
| 11 |
+
configs:
|
| 12 |
+
- config_name: crate_versions
|
| 13 |
+
data_files:
|
| 14 |
+
- split: train
|
| 15 |
+
path: data/parquet/crate_versions.parquet
|
| 16 |
+
- config_name: crate_lifecycles
|
| 17 |
+
data_files:
|
| 18 |
+
- split: train
|
| 19 |
+
path: data/parquet/crate_lifecycles.parquet
|
| 20 |
+
- config_name: dependency_edges
|
| 21 |
+
data_files:
|
| 22 |
+
- split: train
|
| 23 |
+
path: data/parquet/dependency_edges.parquet
|
| 24 |
+
- config_name: feature_edges
|
| 25 |
+
data_files:
|
| 26 |
+
- split: train
|
| 27 |
+
path: data/parquet/feature_edges.parquet
|
| 28 |
+
- config_name: release_transitions
|
| 29 |
+
data_files:
|
| 30 |
+
- split: train
|
| 31 |
+
path: data/parquet/release_transitions.parquet
|
| 32 |
+
- config_name: yanked_versions
|
| 33 |
+
data_files:
|
| 34 |
+
- split: train
|
| 35 |
+
path: data/parquet/yanked_versions.parquet
|
| 36 |
+
- config_name: yank_replacements
|
| 37 |
+
data_files:
|
| 38 |
+
- split: train
|
| 39 |
+
path: data/parquet/yank_replacements.parquet
|
| 40 |
+
- config_name: manifest_patterns
|
| 41 |
+
data_files:
|
| 42 |
+
- split: train
|
| 43 |
+
path: data/parquet/manifest_patterns.parquet
|
| 44 |
+
---
|
| 45 |
+
|
| 46 |
+
# CratesDataset
|
| 47 |
+
|
| 48 |
+
This revision publishes the immutable crates.io metadata snapshot `2026-03-15` generated by CratesDataset `0.1.0`. It contains eight extractive or deterministic analytical tables.
|
| 49 |
+
|
| 50 |
+
## Load a table
|
| 51 |
+
|
| 52 |
+
```python
|
| 53 |
+
from datasets import load_dataset
|
| 54 |
+
|
| 55 |
+
versions = load_dataset(
|
| 56 |
+
"Aptlantis/crates-dataset", "crate_versions", split="train"
|
| 57 |
+
)
|
| 58 |
+
```
|
| 59 |
+
|
| 60 |
+
Parquet is the configured Hub representation used by the dataset viewer. Matching JSONL-Zstandard files are available under `data/jsonl/` as direct downloads; they are intentionally excluded from `configs` to prevent duplicate rows.
|
| 61 |
+
|
| 62 |
+
## Dataset catalog
|
| 63 |
+
|
| 64 |
+
| Configuration | Grain | Rows |
|
| 65 |
+
| --- | --- | ---: |
|
| 66 |
+
| `crate_versions` | one crate version | 2071078 |
|
| 67 |
+
| `crate_lifecycles` | one crate | 238012 |
|
| 68 |
+
| `dependency_edges` | one dependency declaration | 22509262 |
|
| 69 |
+
| `feature_edges` | one feature activation/member relationship | 9862492 |
|
| 70 |
+
| `release_transitions` | one adjacent release pair | 1833066 |
|
| 71 |
+
| `yanked_versions` | one yanked version | 95933 |
|
| 72 |
+
| `yank_replacements` | one yanked version and deterministic replacement candidate | 95933 |
|
| 73 |
+
| `manifest_patterns` | one rule match | 1711976 |
|
| 74 |
+
|
| 75 |
+
## Provenance
|
| 76 |
+
|
| 77 |
+
- Snapshot: `2026-03-15`
|
| 78 |
+
- Source rows: 2071078
|
| 79 |
+
- Rejected rows: 0
|
| 80 |
+
- Source SHA-256: `246a702719f3bff603db92782a48d706138dd88c0f3570f60a613a5427df7907`
|
| 81 |
+
- Generator: `0.1.0`
|
| 82 |
+
- DuckDB: `v1.5.5 (Variegata) d8cdaa33fd`
|
| 83 |
+
- Derivation: `extractive+deterministic`
|
| 84 |
+
|
| 85 |
+
The exact file hashes, validation evidence, source identity, schemas, and distribution basis are included in `metadata/` and `schemas/`.
|
| 86 |
+
|
| 87 |
+
## Limitations
|
| 88 |
+
|
| 89 |
+
- The source snapshot contains yank state but no yank-event timestamp.
|
| 90 |
+
- Yank replacement records are deterministic candidates, not authoritative maintainer intent.
|
| 91 |
+
- Manifest patterns are reproducible signals and do not establish maliciousness.
|
| 92 |
+
|
| 93 |
+
`yank_replacements` contains deterministic candidate replacements. They are not maintainer-confirmed replacements or authoritative explanations for a yank.
|
| 94 |
+
|
| 95 |
+
Manifest-pattern matches are reproducible signals, not evidence of maliciousness, vulnerability, or abandonment.
|
| 96 |
+
|
| 97 |
+
## Attribution and distribution
|
| 98 |
+
|
| 99 |
+
Derived from crates.io registry index metadata. crates.io, the Rust project, the Rust Foundation, and crate authors do not endorse this dataset.
|
| 100 |
+
|
| 101 |
+
See `metadata/DISTRIBUTION.md` for the recorded distribution basis and scope. The dataset-content license is distinct from the MIT license of the CratesDataset generator source code.
|
STATS.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CratesDataset 0.1.0 Statistics
|
| 2 |
+
|
| 3 |
+
- Snapshot: `2026-03-15`
|
| 4 |
+
- Source rows: 2071078
|
| 5 |
+
- Rejected rows: 0
|
| 6 |
+
- Source SHA-256: `246a702719f3bff603db92782a48d706138dd88c0f3570f60a613a5427df7907`
|
| 7 |
+
- Generator: `0.1.0`
|
| 8 |
+
- DuckDB: `v1.5.5 (Variegata) d8cdaa33fd`
|
| 9 |
+
- Elapsed seconds: 481.542
|
| 10 |
+
|
| 11 |
+
## Dataset rows
|
| 12 |
+
|
| 13 |
+
| Dataset | Rows |
|
| 14 |
+
| --- | ---: |
|
| 15 |
+
| `crate_lifecycles` | 238012 |
|
| 16 |
+
| `crate_versions` | 2071078 |
|
| 17 |
+
| `dependency_edges` | 22509262 |
|
| 18 |
+
| `feature_edges` | 9862492 |
|
| 19 |
+
| `manifest_patterns` | 1711976 |
|
| 20 |
+
| `release_transitions` | 1833066 |
|
| 21 |
+
| `yank_replacements` | 95933 |
|
| 22 |
+
| `yanked_versions` | 95933 |
|
data/jsonl/crate_lifecycles.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ba933e062ddc8f4215f18169ab09adca048aa70d4ece609e76b450675965553
|
| 3 |
+
size 10584909
|
data/jsonl/crate_versions.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1233089b5423b62efb67c9e72e404fd045860eb310892ffea566e1b10fdaaf90
|
| 3 |
+
size 209580171
|
data/jsonl/dependency_edges.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2163175661549ad65f8fbce2da3bf70393fead85c2cf41d7401333e34e6bf6e9
|
| 3 |
+
size 227005939
|
data/jsonl/feature_edges.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6c03a203dba6a9de59a4f13179edeff542ca742c540ef656a8193c301d47ac0
|
| 3 |
+
size 62189999
|
data/jsonl/manifest_patterns.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56daf2cbf4397e5270e4860d68af298b11d228f2db1dd1a4830716974b666e46
|
| 3 |
+
size 14777233
|
data/jsonl/release_transitions.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aabb04590efa0d552ba196ca5e57b394b6910ed02b2aac9e75ef26b95a8bd94c
|
| 3 |
+
size 91589967
|
data/jsonl/yank_replacements.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e695b207850e97f6073fe720dbb70bdf3fd45229779be7987b6f1dd5b9e4c10d
|
| 3 |
+
size 2116080
|
data/jsonl/yanked_versions.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dded8fc3569a554e16aafa03bd1bc70a2dc3f6403be36d3c72a633093276891a
|
| 3 |
+
size 5759996
|
data/parquet/crate_lifecycles.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82f90286e6db7ae2504fe5f9ec76a2ff0ef9f663afefd7a93b96bcceac0081c4
|
| 3 |
+
size 6994898
|
data/parquet/crate_versions.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b35408cbe21a9b39dee84f9b23cf42a5f92b47900e5b4b1ba43cf14132970928
|
| 3 |
+
size 177252552
|
data/parquet/dependency_edges.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e4052414b8f35488f9e0c69d5614970b3b8a116569952f8d1e341d8b8f3a38e
|
| 3 |
+
size 91118885
|
data/parquet/feature_edges.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:380ef28a2efb527ad7cc8b608a93b52f8d0ef0a553b8ec799f9a4aa044762367
|
| 3 |
+
size 30989512
|
data/parquet/manifest_patterns.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8beacf8f8bd81b9ecee0cf8f2364fc9d223ef7f3c3390cc296f10f2c602701a
|
| 3 |
+
size 9147576
|
data/parquet/release_transitions.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04bb80de544541d4a75dcc0afb1c1b67372cdec4016a869f92de2eb8a83f44c0
|
| 3 |
+
size 79684114
|
data/parquet/yank_replacements.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:436c0c8da6ab18f81a63740d9157d1bcb4d48961d1cecc21c045109ac8fcb56e
|
| 3 |
+
size 1357964
|
data/parquet/yanked_versions.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67a7691af2d97733d84864d6d6bf34880e7710b56e21f14d607296e6bf65b60d
|
| 3 |
+
size 4633313
|
metadata/DISTRIBUTION.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Distribution Record
|
| 2 |
+
|
| 3 |
+
- Status: `private-staging-approved`
|
| 4 |
+
- Basis: Private Hugging Face staging authorized by the CratesDataset maintainer on 2026-07-25. Public redistribution remains blocked pending an authoritative response to rust-lang/crates.io Discussion #14348.
|
| 5 |
+
- Approving authority: Herb (CratesDataset maintainer; private staging only)
|
| 6 |
+
- Reviewed: `2026-07-25`
|
| 7 |
+
- Expires: `not specified`
|
| 8 |
+
- Scope: `crates.io-index-metadata, derived-datasets`
|
| 9 |
+
- Hugging Face license identifier: `other`
|
| 10 |
+
- Accepted release: `2026-03-15` / generator `0.1.0`
|
| 11 |
+
- Acceptance authority: Herb (CratesDataset maintainer)
|
| 12 |
+
- Source SHA-256: `246a702719f3bff603db92782a48d706138dd88c0f3570f60a613a5427df7907`
|
| 13 |
+
|
| 14 |
+
## Attribution
|
| 15 |
+
|
| 16 |
+
Derived from crates.io registry index metadata. crates.io, the Rust project, the Rust Foundation, and crate authors do not endorse this dataset.
|
metadata/SHA256SUMS.txt
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
3cd6cad6ee1d90e0a5c03129a1264d27a119816e1daed141a75ac0e0d3d76ab2 README.md
|
| 2 |
+
65f79d08d60c1e8a4291ae4ce5e3c78cfdd3369861b16957e4afc4107e8405a3 STATS.md
|
| 3 |
+
3ba933e062ddc8f4215f18169ab09adca048aa70d4ece609e76b450675965553 data/jsonl/crate_lifecycles.jsonl.zst
|
| 4 |
+
1233089b5423b62efb67c9e72e404fd045860eb310892ffea566e1b10fdaaf90 data/jsonl/crate_versions.jsonl.zst
|
| 5 |
+
2163175661549ad65f8fbce2da3bf70393fead85c2cf41d7401333e34e6bf6e9 data/jsonl/dependency_edges.jsonl.zst
|
| 6 |
+
a6c03a203dba6a9de59a4f13179edeff542ca742c540ef656a8193c301d47ac0 data/jsonl/feature_edges.jsonl.zst
|
| 7 |
+
56daf2cbf4397e5270e4860d68af298b11d228f2db1dd1a4830716974b666e46 data/jsonl/manifest_patterns.jsonl.zst
|
| 8 |
+
aabb04590efa0d552ba196ca5e57b394b6910ed02b2aac9e75ef26b95a8bd94c data/jsonl/release_transitions.jsonl.zst
|
| 9 |
+
e695b207850e97f6073fe720dbb70bdf3fd45229779be7987b6f1dd5b9e4c10d data/jsonl/yank_replacements.jsonl.zst
|
| 10 |
+
dded8fc3569a554e16aafa03bd1bc70a2dc3f6403be36d3c72a633093276891a data/jsonl/yanked_versions.jsonl.zst
|
| 11 |
+
82f90286e6db7ae2504fe5f9ec76a2ff0ef9f663afefd7a93b96bcceac0081c4 data/parquet/crate_lifecycles.parquet
|
| 12 |
+
b35408cbe21a9b39dee84f9b23cf42a5f92b47900e5b4b1ba43cf14132970928 data/parquet/crate_versions.parquet
|
| 13 |
+
4e4052414b8f35488f9e0c69d5614970b3b8a116569952f8d1e341d8b8f3a38e data/parquet/dependency_edges.parquet
|
| 14 |
+
380ef28a2efb527ad7cc8b608a93b52f8d0ef0a553b8ec799f9a4aa044762367 data/parquet/feature_edges.parquet
|
| 15 |
+
c8beacf8f8bd81b9ecee0cf8f2364fc9d223ef7f3c3390cc296f10f2c602701a data/parquet/manifest_patterns.parquet
|
| 16 |
+
04bb80de544541d4a75dcc0afb1c1b67372cdec4016a869f92de2eb8a83f44c0 data/parquet/release_transitions.parquet
|
| 17 |
+
436c0c8da6ab18f81a63740d9157d1bcb4d48961d1cecc21c045109ac8fcb56e data/parquet/yank_replacements.parquet
|
| 18 |
+
67a7691af2d97733d84864d6d6bf34880e7710b56e21f14d607296e6bf65b60d data/parquet/yanked_versions.parquet
|
| 19 |
+
58ed1fcebfa290e7872d81f97012ac058222501632feafb740776026e3762168 metadata/DISTRIBUTION.md
|
| 20 |
+
f162ddb702019696649e56645411627153827ee4cf27307e7c771ee53ec7e335 metadata/publication-manifest.json
|
| 21 |
+
14b98ade5a85f92ed6b66ed79b10707989c024db447086ada5ee71cb78681aef metadata/source-manifest.json
|
| 22 |
+
a37a9a6d6025d039ac5148996b96a373155760751ef5d723409816213bc1c016 metadata/validation-record.json
|
| 23 |
+
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 quality/rejected_records.jsonl
|
| 24 |
+
dde0c4c1381693899cb7e9562cb5fcc5f165a0b9bb064b694e8d9a01c011b062 schemas/crate_lifecycles.schema.json
|
| 25 |
+
102745134bdb43bec787f0a34c13798c1bcae60c5e4957307a886c9a0637fd7a schemas/crate_versions.schema.json
|
| 26 |
+
cb5245e1cb3b7f98dbd051f35b346aa84790e201d8603263d64a4f052f1e36f9 schemas/dependency_edges.schema.json
|
| 27 |
+
a9f5e5ef00437e38e0f352f989b78f034d8205c22d9ed73f75223f7e6facc090 schemas/feature_edges.schema.json
|
| 28 |
+
85b54e14257dcbf3ba70d03b1a1f3ac7406d3ebfd2bc0df4096daec9e6dbff80 schemas/manifest_patterns.schema.json
|
| 29 |
+
c5749812851052b63b36e8578ff4c48246aa0cef9da5c5152ff72c92d1e37a1c schemas/release_transitions.schema.json
|
| 30 |
+
3f7135b49741d58e1f10d6cb8dbba7ff86352572e08275aee7ac4ed186aa6653 schemas/yank_replacements.schema.json
|
| 31 |
+
73962abccf2e48744ab2b5b6b4b78cd392ff958c0b7da4acee5deabe1400aab4 schemas/yanked_versions.schema.json
|
metadata/publication-manifest.json
ADDED
|
@@ -0,0 +1,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema": "aptlantis.crates.hub-publication-manifest.v1",
|
| 3 |
+
"repo_id": "Aptlantis/crates-dataset",
|
| 4 |
+
"visibility": "private",
|
| 5 |
+
"snapshot_id": "2026-03-15",
|
| 6 |
+
"generator_version": "0.1.0",
|
| 7 |
+
"source_bytes": 3854134386,
|
| 8 |
+
"source_sha256": "246a702719f3bff603db92782a48d706138dd88c0f3570f60a613a5427df7907",
|
| 9 |
+
"source_rows": 2071078,
|
| 10 |
+
"rejected_rows": 0,
|
| 11 |
+
"derivation": "extractive+deterministic",
|
| 12 |
+
"created_at": "2026-07-25T09:10:56.170340100+00:00",
|
| 13 |
+
"duckdb_version": "v1.5.5 (Variegata) d8cdaa33fd",
|
| 14 |
+
"partitions": 256,
|
| 15 |
+
"datasets": {
|
| 16 |
+
"crate_lifecycles": 238012,
|
| 17 |
+
"crate_versions": 2071078,
|
| 18 |
+
"dependency_edges": 22509262,
|
| 19 |
+
"feature_edges": 9862492,
|
| 20 |
+
"manifest_patterns": 1711976,
|
| 21 |
+
"release_transitions": 1833066,
|
| 22 |
+
"yank_replacements": 95933,
|
| 23 |
+
"yanked_versions": 95933
|
| 24 |
+
},
|
| 25 |
+
"artifacts": [
|
| 26 |
+
{
|
| 27 |
+
"dataset": "crate_lifecycles",
|
| 28 |
+
"format": "jsonl.zst",
|
| 29 |
+
"path": "data/jsonl/crate_lifecycles.jsonl.zst",
|
| 30 |
+
"rows": 238012,
|
| 31 |
+
"bytes": 10584909,
|
| 32 |
+
"sha256": "3ba933e062ddc8f4215f18169ab09adca048aa70d4ece609e76b450675965553"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"dataset": "crate_lifecycles",
|
| 36 |
+
"format": "parquet",
|
| 37 |
+
"path": "data/parquet/crate_lifecycles.parquet",
|
| 38 |
+
"rows": 238012,
|
| 39 |
+
"bytes": 6994898,
|
| 40 |
+
"sha256": "82f90286e6db7ae2504fe5f9ec76a2ff0ef9f663afefd7a93b96bcceac0081c4"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"dataset": "crate_versions",
|
| 44 |
+
"format": "jsonl.zst",
|
| 45 |
+
"path": "data/jsonl/crate_versions.jsonl.zst",
|
| 46 |
+
"rows": 2071078,
|
| 47 |
+
"bytes": 209580171,
|
| 48 |
+
"sha256": "1233089b5423b62efb67c9e72e404fd045860eb310892ffea566e1b10fdaaf90"
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"dataset": "crate_versions",
|
| 52 |
+
"format": "parquet",
|
| 53 |
+
"path": "data/parquet/crate_versions.parquet",
|
| 54 |
+
"rows": 2071078,
|
| 55 |
+
"bytes": 177252552,
|
| 56 |
+
"sha256": "b35408cbe21a9b39dee84f9b23cf42a5f92b47900e5b4b1ba43cf14132970928"
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"dataset": "dependency_edges",
|
| 60 |
+
"format": "jsonl.zst",
|
| 61 |
+
"path": "data/jsonl/dependency_edges.jsonl.zst",
|
| 62 |
+
"rows": 22509262,
|
| 63 |
+
"bytes": 227005939,
|
| 64 |
+
"sha256": "2163175661549ad65f8fbce2da3bf70393fead85c2cf41d7401333e34e6bf6e9"
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"dataset": "dependency_edges",
|
| 68 |
+
"format": "parquet",
|
| 69 |
+
"path": "data/parquet/dependency_edges.parquet",
|
| 70 |
+
"rows": 22509262,
|
| 71 |
+
"bytes": 91118885,
|
| 72 |
+
"sha256": "4e4052414b8f35488f9e0c69d5614970b3b8a116569952f8d1e341d8b8f3a38e"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"dataset": "feature_edges",
|
| 76 |
+
"format": "jsonl.zst",
|
| 77 |
+
"path": "data/jsonl/feature_edges.jsonl.zst",
|
| 78 |
+
"rows": 9862492,
|
| 79 |
+
"bytes": 62189999,
|
| 80 |
+
"sha256": "a6c03a203dba6a9de59a4f13179edeff542ca742c540ef656a8193c301d47ac0"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"dataset": "feature_edges",
|
| 84 |
+
"format": "parquet",
|
| 85 |
+
"path": "data/parquet/feature_edges.parquet",
|
| 86 |
+
"rows": 9862492,
|
| 87 |
+
"bytes": 30989512,
|
| 88 |
+
"sha256": "380ef28a2efb527ad7cc8b608a93b52f8d0ef0a553b8ec799f9a4aa044762367"
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"dataset": "manifest_patterns",
|
| 92 |
+
"format": "jsonl.zst",
|
| 93 |
+
"path": "data/jsonl/manifest_patterns.jsonl.zst",
|
| 94 |
+
"rows": 1711976,
|
| 95 |
+
"bytes": 14777233,
|
| 96 |
+
"sha256": "56daf2cbf4397e5270e4860d68af298b11d228f2db1dd1a4830716974b666e46"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"dataset": "manifest_patterns",
|
| 100 |
+
"format": "parquet",
|
| 101 |
+
"path": "data/parquet/manifest_patterns.parquet",
|
| 102 |
+
"rows": 1711976,
|
| 103 |
+
"bytes": 9147576,
|
| 104 |
+
"sha256": "c8beacf8f8bd81b9ecee0cf8f2364fc9d223ef7f3c3390cc296f10f2c602701a"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"dataset": "release_transitions",
|
| 108 |
+
"format": "jsonl.zst",
|
| 109 |
+
"path": "data/jsonl/release_transitions.jsonl.zst",
|
| 110 |
+
"rows": 1833066,
|
| 111 |
+
"bytes": 91589967,
|
| 112 |
+
"sha256": "aabb04590efa0d552ba196ca5e57b394b6910ed02b2aac9e75ef26b95a8bd94c"
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"dataset": "release_transitions",
|
| 116 |
+
"format": "parquet",
|
| 117 |
+
"path": "data/parquet/release_transitions.parquet",
|
| 118 |
+
"rows": 1833066,
|
| 119 |
+
"bytes": 79684114,
|
| 120 |
+
"sha256": "04bb80de544541d4a75dcc0afb1c1b67372cdec4016a869f92de2eb8a83f44c0"
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"dataset": "yank_replacements",
|
| 124 |
+
"format": "jsonl.zst",
|
| 125 |
+
"path": "data/jsonl/yank_replacements.jsonl.zst",
|
| 126 |
+
"rows": 95933,
|
| 127 |
+
"bytes": 2116080,
|
| 128 |
+
"sha256": "e695b207850e97f6073fe720dbb70bdf3fd45229779be7987b6f1dd5b9e4c10d"
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"dataset": "yank_replacements",
|
| 132 |
+
"format": "parquet",
|
| 133 |
+
"path": "data/parquet/yank_replacements.parquet",
|
| 134 |
+
"rows": 95933,
|
| 135 |
+
"bytes": 1357964,
|
| 136 |
+
"sha256": "436c0c8da6ab18f81a63740d9157d1bcb4d48961d1cecc21c045109ac8fcb56e"
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"dataset": "yanked_versions",
|
| 140 |
+
"format": "jsonl.zst",
|
| 141 |
+
"path": "data/jsonl/yanked_versions.jsonl.zst",
|
| 142 |
+
"rows": 95933,
|
| 143 |
+
"bytes": 5759996,
|
| 144 |
+
"sha256": "dded8fc3569a554e16aafa03bd1bc70a2dc3f6403be36d3c72a633093276891a"
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"dataset": "yanked_versions",
|
| 148 |
+
"format": "parquet",
|
| 149 |
+
"path": "data/parquet/yanked_versions.parquet",
|
| 150 |
+
"rows": 95933,
|
| 151 |
+
"bytes": 4633313,
|
| 152 |
+
"sha256": "67a7691af2d97733d84864d6d6bf34880e7710b56e21f14d607296e6bf65b60d"
|
| 153 |
+
}
|
| 154 |
+
],
|
| 155 |
+
"known_limitations": [
|
| 156 |
+
"The source snapshot contains yank state but no yank-event timestamp.",
|
| 157 |
+
"Yank replacement records are deterministic candidates, not authoritative maintainer intent.",
|
| 158 |
+
"Manifest patterns are reproducible signals and do not establish maliciousness."
|
| 159 |
+
]
|
| 160 |
+
}
|
metadata/source-manifest.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bytes": 3854134386,
|
| 3 |
+
"immutable": true,
|
| 4 |
+
"rejected_rows": 0,
|
| 5 |
+
"schema": "aptlantis.crates.public-source-manifest.v1",
|
| 6 |
+
"sha256": "246a702719f3bff603db92782a48d706138dd88c0f3570f60a613a5427df7907",
|
| 7 |
+
"snapshot_id": "2026-03-15",
|
| 8 |
+
"valid_rows": 2071078
|
| 9 |
+
}
|
metadata/validation-record.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"acceptance": {
|
| 3 |
+
"authority": "Herb (CratesDataset maintainer)",
|
| 4 |
+
"deterministic_rebuild_verified": true,
|
| 5 |
+
"generator_version": "0.1.0",
|
| 6 |
+
"recorded_at": "2026-07-25T13:56:08.8622731Z",
|
| 7 |
+
"schema": "aptlantis.crates.acceptance-record.v1",
|
| 8 |
+
"snapshot_id": "2026-03-15",
|
| 9 |
+
"source_sha256": "246a702719f3bff603db92782a48d706138dd88c0f3570f60a613a5427df7907",
|
| 10 |
+
"status": "accepted",
|
| 11 |
+
"validation_passed": true
|
| 12 |
+
},
|
| 13 |
+
"generator_version": "0.1.0",
|
| 14 |
+
"release_validation": {
|
| 15 |
+
"artifacts_checked": 16,
|
| 16 |
+
"datasets_checked": 8,
|
| 17 |
+
"rejected_rows": 0,
|
| 18 |
+
"schema": "aptlantis.crates.validation-summary.v1",
|
| 19 |
+
"snapshot_id": "2026-03-15",
|
| 20 |
+
"source_rows": 2071078,
|
| 21 |
+
"status": "valid"
|
| 22 |
+
},
|
| 23 |
+
"schema": "aptlantis.crates.hub-validation-record.v1",
|
| 24 |
+
"snapshot_id": "2026-03-15",
|
| 25 |
+
"source_sha256": "246a702719f3bff603db92782a48d706138dd88c0f3570f60a613a5427df7907"
|
| 26 |
+
}
|
quality/rejected_records.jsonl
ADDED
|
File without changes
|
schemas/crate_lifecycles.schema.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$id": "https://aptlantis.net/schemas/crates/crate_lifecycles.v1.schema.json",
|
| 3 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 4 |
+
"additionalProperties": true,
|
| 5 |
+
"properties": {
|
| 6 |
+
"dataset_schema": {
|
| 7 |
+
"type": "string"
|
| 8 |
+
},
|
| 9 |
+
"derivation": {
|
| 10 |
+
"enum": [
|
| 11 |
+
"extractive",
|
| 12 |
+
"deterministic",
|
| 13 |
+
"extractive+deterministic_context",
|
| 14 |
+
"deterministic_candidate"
|
| 15 |
+
],
|
| 16 |
+
"type": "string"
|
| 17 |
+
},
|
| 18 |
+
"generator_version": {
|
| 19 |
+
"type": "string"
|
| 20 |
+
},
|
| 21 |
+
"snapshot_id": {
|
| 22 |
+
"type": "string"
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"required": [
|
| 26 |
+
"dataset_schema",
|
| 27 |
+
"snapshot_id",
|
| 28 |
+
"generator_version",
|
| 29 |
+
"derivation"
|
| 30 |
+
],
|
| 31 |
+
"title": "crate_lifecycles",
|
| 32 |
+
"type": "object",
|
| 33 |
+
"x-aptlantis-dataset": "crate_lifecycles",
|
| 34 |
+
"x-grain": "one crate"
|
| 35 |
+
}
|
schemas/crate_versions.schema.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$id": "https://aptlantis.net/schemas/crates/crate_versions.v1.schema.json",
|
| 3 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 4 |
+
"additionalProperties": true,
|
| 5 |
+
"properties": {
|
| 6 |
+
"dataset_schema": {
|
| 7 |
+
"type": "string"
|
| 8 |
+
},
|
| 9 |
+
"derivation": {
|
| 10 |
+
"enum": [
|
| 11 |
+
"extractive",
|
| 12 |
+
"deterministic",
|
| 13 |
+
"extractive+deterministic_context",
|
| 14 |
+
"deterministic_candidate"
|
| 15 |
+
],
|
| 16 |
+
"type": "string"
|
| 17 |
+
},
|
| 18 |
+
"generator_version": {
|
| 19 |
+
"type": "string"
|
| 20 |
+
},
|
| 21 |
+
"snapshot_id": {
|
| 22 |
+
"type": "string"
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"required": [
|
| 26 |
+
"dataset_schema",
|
| 27 |
+
"snapshot_id",
|
| 28 |
+
"generator_version",
|
| 29 |
+
"derivation"
|
| 30 |
+
],
|
| 31 |
+
"title": "crate_versions",
|
| 32 |
+
"type": "object",
|
| 33 |
+
"x-aptlantis-dataset": "crate_versions",
|
| 34 |
+
"x-grain": "one crate version"
|
| 35 |
+
}
|
schemas/dependency_edges.schema.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$id": "https://aptlantis.net/schemas/crates/dependency_edges.v1.schema.json",
|
| 3 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 4 |
+
"additionalProperties": true,
|
| 5 |
+
"properties": {
|
| 6 |
+
"dataset_schema": {
|
| 7 |
+
"type": "string"
|
| 8 |
+
},
|
| 9 |
+
"derivation": {
|
| 10 |
+
"enum": [
|
| 11 |
+
"extractive",
|
| 12 |
+
"deterministic",
|
| 13 |
+
"extractive+deterministic_context",
|
| 14 |
+
"deterministic_candidate"
|
| 15 |
+
],
|
| 16 |
+
"type": "string"
|
| 17 |
+
},
|
| 18 |
+
"generator_version": {
|
| 19 |
+
"type": "string"
|
| 20 |
+
},
|
| 21 |
+
"snapshot_id": {
|
| 22 |
+
"type": "string"
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"required": [
|
| 26 |
+
"dataset_schema",
|
| 27 |
+
"snapshot_id",
|
| 28 |
+
"generator_version",
|
| 29 |
+
"derivation"
|
| 30 |
+
],
|
| 31 |
+
"title": "dependency_edges",
|
| 32 |
+
"type": "object",
|
| 33 |
+
"x-aptlantis-dataset": "dependency_edges",
|
| 34 |
+
"x-grain": "one dependency declaration"
|
| 35 |
+
}
|
schemas/feature_edges.schema.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$id": "https://aptlantis.net/schemas/crates/feature_edges.v1.schema.json",
|
| 3 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 4 |
+
"additionalProperties": true,
|
| 5 |
+
"properties": {
|
| 6 |
+
"dataset_schema": {
|
| 7 |
+
"type": "string"
|
| 8 |
+
},
|
| 9 |
+
"derivation": {
|
| 10 |
+
"enum": [
|
| 11 |
+
"extractive",
|
| 12 |
+
"deterministic",
|
| 13 |
+
"extractive+deterministic_context",
|
| 14 |
+
"deterministic_candidate"
|
| 15 |
+
],
|
| 16 |
+
"type": "string"
|
| 17 |
+
},
|
| 18 |
+
"generator_version": {
|
| 19 |
+
"type": "string"
|
| 20 |
+
},
|
| 21 |
+
"snapshot_id": {
|
| 22 |
+
"type": "string"
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"required": [
|
| 26 |
+
"dataset_schema",
|
| 27 |
+
"snapshot_id",
|
| 28 |
+
"generator_version",
|
| 29 |
+
"derivation"
|
| 30 |
+
],
|
| 31 |
+
"title": "feature_edges",
|
| 32 |
+
"type": "object",
|
| 33 |
+
"x-aptlantis-dataset": "feature_edges",
|
| 34 |
+
"x-grain": "one feature activation/member relationship"
|
| 35 |
+
}
|
schemas/manifest_patterns.schema.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$id": "https://aptlantis.net/schemas/crates/manifest_patterns.v1.schema.json",
|
| 3 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 4 |
+
"additionalProperties": true,
|
| 5 |
+
"properties": {
|
| 6 |
+
"dataset_schema": {
|
| 7 |
+
"type": "string"
|
| 8 |
+
},
|
| 9 |
+
"derivation": {
|
| 10 |
+
"enum": [
|
| 11 |
+
"extractive",
|
| 12 |
+
"deterministic",
|
| 13 |
+
"extractive+deterministic_context",
|
| 14 |
+
"deterministic_candidate"
|
| 15 |
+
],
|
| 16 |
+
"type": "string"
|
| 17 |
+
},
|
| 18 |
+
"generator_version": {
|
| 19 |
+
"type": "string"
|
| 20 |
+
},
|
| 21 |
+
"snapshot_id": {
|
| 22 |
+
"type": "string"
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"required": [
|
| 26 |
+
"dataset_schema",
|
| 27 |
+
"snapshot_id",
|
| 28 |
+
"generator_version",
|
| 29 |
+
"derivation"
|
| 30 |
+
],
|
| 31 |
+
"title": "manifest_patterns",
|
| 32 |
+
"type": "object",
|
| 33 |
+
"x-aptlantis-dataset": "manifest_patterns",
|
| 34 |
+
"x-grain": "one rule match"
|
| 35 |
+
}
|
schemas/release_transitions.schema.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$id": "https://aptlantis.net/schemas/crates/release_transitions.v1.schema.json",
|
| 3 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 4 |
+
"additionalProperties": true,
|
| 5 |
+
"properties": {
|
| 6 |
+
"dataset_schema": {
|
| 7 |
+
"type": "string"
|
| 8 |
+
},
|
| 9 |
+
"derivation": {
|
| 10 |
+
"enum": [
|
| 11 |
+
"extractive",
|
| 12 |
+
"deterministic",
|
| 13 |
+
"extractive+deterministic_context",
|
| 14 |
+
"deterministic_candidate"
|
| 15 |
+
],
|
| 16 |
+
"type": "string"
|
| 17 |
+
},
|
| 18 |
+
"generator_version": {
|
| 19 |
+
"type": "string"
|
| 20 |
+
},
|
| 21 |
+
"snapshot_id": {
|
| 22 |
+
"type": "string"
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"required": [
|
| 26 |
+
"dataset_schema",
|
| 27 |
+
"snapshot_id",
|
| 28 |
+
"generator_version",
|
| 29 |
+
"derivation"
|
| 30 |
+
],
|
| 31 |
+
"title": "release_transitions",
|
| 32 |
+
"type": "object",
|
| 33 |
+
"x-aptlantis-dataset": "release_transitions",
|
| 34 |
+
"x-grain": "one adjacent release pair"
|
| 35 |
+
}
|
schemas/yank_replacements.schema.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$id": "https://aptlantis.net/schemas/crates/yank_replacements.v1.schema.json",
|
| 3 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 4 |
+
"additionalProperties": true,
|
| 5 |
+
"properties": {
|
| 6 |
+
"dataset_schema": {
|
| 7 |
+
"type": "string"
|
| 8 |
+
},
|
| 9 |
+
"derivation": {
|
| 10 |
+
"enum": [
|
| 11 |
+
"extractive",
|
| 12 |
+
"deterministic",
|
| 13 |
+
"extractive+deterministic_context",
|
| 14 |
+
"deterministic_candidate"
|
| 15 |
+
],
|
| 16 |
+
"type": "string"
|
| 17 |
+
},
|
| 18 |
+
"generator_version": {
|
| 19 |
+
"type": "string"
|
| 20 |
+
},
|
| 21 |
+
"snapshot_id": {
|
| 22 |
+
"type": "string"
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"required": [
|
| 26 |
+
"dataset_schema",
|
| 27 |
+
"snapshot_id",
|
| 28 |
+
"generator_version",
|
| 29 |
+
"derivation"
|
| 30 |
+
],
|
| 31 |
+
"title": "yank_replacements",
|
| 32 |
+
"type": "object",
|
| 33 |
+
"x-aptlantis-dataset": "yank_replacements",
|
| 34 |
+
"x-grain": "one yanked version and deterministic replacement candidate"
|
| 35 |
+
}
|
schemas/yanked_versions.schema.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$id": "https://aptlantis.net/schemas/crates/yanked_versions.v1.schema.json",
|
| 3 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 4 |
+
"additionalProperties": true,
|
| 5 |
+
"properties": {
|
| 6 |
+
"dataset_schema": {
|
| 7 |
+
"type": "string"
|
| 8 |
+
},
|
| 9 |
+
"derivation": {
|
| 10 |
+
"enum": [
|
| 11 |
+
"extractive",
|
| 12 |
+
"deterministic",
|
| 13 |
+
"extractive+deterministic_context",
|
| 14 |
+
"deterministic_candidate"
|
| 15 |
+
],
|
| 16 |
+
"type": "string"
|
| 17 |
+
},
|
| 18 |
+
"generator_version": {
|
| 19 |
+
"type": "string"
|
| 20 |
+
},
|
| 21 |
+
"snapshot_id": {
|
| 22 |
+
"type": "string"
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"required": [
|
| 26 |
+
"dataset_schema",
|
| 27 |
+
"snapshot_id",
|
| 28 |
+
"generator_version",
|
| 29 |
+
"derivation"
|
| 30 |
+
],
|
| 31 |
+
"title": "yanked_versions",
|
| 32 |
+
"type": "object",
|
| 33 |
+
"x-aptlantis-dataset": "yanked_versions",
|
| 34 |
+
"x-grain": "one yanked version"
|
| 35 |
+
}
|