research/ClaimSet
0 records · yaml · accepts undeclared fields
no records found at /Users/eshao/.config/mnt/data/autoresearch-reproduction/claim-sets/*.yaml
Fields
| Field | Type | Required | Meaning |
|---|---|---|---|
slug |
string matching /^[a-z0-9][a-z0-9-]*$/ | required | Paper slug, shared one-to-one with the referenced Paper. |
stub |
exactly true | optional | Marks a thin record: hidden from default listings and search, but still served at its own URL. |
renderings |
list of object (additional keys allowed) | optional | Generated human-facing pages built from this record; regenerate them rather than editing them. |
↳ path |
non-empty string | optional | On-disk location of the generated page, omitted when it is rendered on demand. |
↳ published |
string | required | Public URL where the generated page is served. |
↳ kind |
non-empty string | required | Which kind of generated page this is. |
provenance |
any shape (not yet constrained by the schema) | optional | How this record was captured, including caveats that must survive into its renderings. |
edges |
list of object (additional keys allowed) | optional | Typed graph links from this record to other records. |
↳ name |
non-empty string | required | Display name of the entity at the far end of this link. |
↳ openalexId |
non-empty string | optional | OpenAlex identifier that disambiguates the linked entity. |
↳ kind |
non-empty string | required | What kind of relationship this link represents. |
↳ provenance |
any shape (not yet constrained by the schema) | optional | How this link was established. |
paper |
reference to paper paper | required | The paper whose claims this ClaimSet owns. |
↳ id |
string matching /^paper\/[a-z0-9][a-z0-9-]*$/ | required | |
claims |
non-empty list of object (additional keys allowed) | required | Stable append-only claims shared by every reproduction of this paper. |
↳ id |
non-empty string | required | Stable record-local claim id used by reproduction verdict rows. |
↳ statement |
non-empty string | required | Precisely located paper claim shared by every reproduction. |
Rules
claimSetSlugMatchesPaperclaimSetClaimIdsAreUniqueclaimSetTrimmedStringsRule
Defects
No defects in the 0 record(s) checked.
Example record
This store has no records to show.
Where it lives
| Declared in | /Users/eshao/.config/mnt/mdr/skills/research-records/assets/schemas/claim-set.ts |
|---|---|
| Binding | claimSetDataStore |
| Directory | /Users/eshao/.config/mnt/data/autoresearch-reproduction/claim-sets |
| Files | *.yaml |