$schema string | $id string | title string | description string | type string | additionalProperties bool | required list | properties dict |
|---|---|---|---|---|---|---|---|
https://json-schema.org/draft/2020-12/schema | https://shar-production-open-tools.pages.dev/evidence-records/schemas/supplier-bid-evaluation.schema.json | SHAR Production Supplier bid evaluation evidence record | Records criteria, bid reference and review decision. | object | true | [
"record_id",
"created_at",
"project_id",
"status",
"bid_reference"
] | {
"record_id": {
"type": "string"
},
"created_at": {
"type": "string"
},
"project_id": {
"type": "string"
},
"status": {
"type": "string"
},
"bid_reference": {
"type": "string"
}
} |
SHAR Production Evidence Records
Twenty-five bilingual machine-readable production evidence record contracts and clearly synthetic valid examples by SHAR Production.
The collection covers approvals, rights, permits, technical reports, quality control, localization, delivery, archive, provenance, supplier review, incidents and final release gates. synthetic-examples.jsonl contains invented records only. It contains no client, talent, supplier or project data.
Dataset and synthetic examples: CC-BY-4.0. Schemas and source code in the GitHub repository: MIT.
AI assistance was used for drafting and implementation under SHAR Production responsibility. The records are technical templates, not legal advice or empirical claims.
- Downloads last month
- 49