Skip to content

Commit 034a199

Browse files
committed
Add Lattice PublicationArtifact example
1 parent fba7e5c commit 034a199

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

examples/publication_artifact.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"id": "urn:srcos:publication-artifact:community_truth_demo_report",
3+
"type": "PublicationArtifact",
4+
"specVersion": "2.0.0",
5+
"title": "Community Truth Demo Reproducible Report",
6+
"abstract": "Synthetic reproducible report package for the Lattice Studio/Data/GovernAI vertical slice.",
7+
"authorRefs": ["urn:srcos:user:demo-author"],
8+
"artifactRefs": {
9+
"dataProductRefs": ["urn:srcos:data-product:community_truth_demo"],
10+
"runtimeRefs": ["urn:srcos:runtime:lattice-python-ml-demo"],
11+
"notebookRefs": ["urn:srcos:notebook-session:community_truth_demo"],
12+
"modelRefs": ["urn:srcos:model:community_truth_demo_candidate"],
13+
"promptRefs": []
14+
},
15+
"reproduction": {
16+
"recipeRef": "urn:srcos:recipe:community_truth_demo_report",
17+
"attemptRefs": ["urn:srcos:reproduction-attempt:community_truth_demo_report_001"],
18+
"score": 0.74
19+
},
20+
"review": {
21+
"state": "under-review",
22+
"reviewThreadRefs": ["urn:srcos:review-thread:community_truth_demo_report"],
23+
"decisionRef": null
24+
},
25+
"policyRefs": ["urn:srcos:policy:publication-review-demo"],
26+
"evidenceRefs": ["urn:srcos:evidence:community_truth_demo_report"]
27+
}

0 commit comments

Comments
 (0)