Files
thinkloom-openai-hackathon/schemas/provenance/v1/registries/assertion-confidence-dimensions.json
T

57 lines
1.4 KiB
JSON

{
"registry_version": "1.0",
"provenance_schema_version": "1.0",
"application_version": "0.4.0",
"introduced_in_application_version": "0.4.0",
"compatible_application_versions": [
"0.4.0",
"0.5.0",
"0.5.1",
"0.5.2",
"0.5.3",
"0.5.4",
"0.5.5",
"0.5.6",
"0.5.7",
"0.5.8",
"0.5.9",
"0.5.10",
"0.5.11",
"0.6.0"
],
"name": "assertion-confidence-dimensions",
"description": "Independent non-numeric confidence dimensions.",
"values": [
"exact",
"degraded",
"unverified",
"not_applicable"
],
"entries": [
{
"code": "integrity",
"meaning": "Whether canonical bytes, digests, and chain bindings validate."
},
{
"code": "identity",
"meaning": "Whether referenced subjects, objects, producers, and evidence identities resolve."
},
{
"code": "chronology",
"meaning": "Whether ordering and generation coordinates are complete and consistent."
},
{
"code": "derivation",
"meaning": "Whether the asserted transformation or relationship is supported by evidence."
},
{
"code": "authorship",
"meaning": "Whether the claimed actor relationship is supported without percentage attribution."
},
{
"code": "completeness",
"meaning": "Whether all evidence required for the asserted scope was evaluated."
}
]
}