Research-Stack/6-Documentation/conformance/w3c_did_vc_schema.json
allaun 475f6319ea chore(repo): push local 768-commit branch state onto clean remote baseline
This squashes all local history (768 commits) onto the scrubbed PR #90
baseline. Individual commits were lost during filter-repo corruption;
the working tree content is preserved intact.

Build: N/A (working tree state only)
2026-06-15 22:46:50 -05:00

70 lines
2.9 KiB
JSON

{
"@context": [
"https://www.w3.org/2018/credentials/v1",
{
"GCCLRepReceipt": {
"@id": "https://schema.researchstack.info/gccl-rep#GCCLRepReceipt",
"@context": {
"id": "@id",
"type": "@type",
"receiptType": {
"@id": "https://schema.researchstack.info/gccl-rep#receiptType",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"receiptSha256": {
"@id": "https://schema.researchstack.info/gccl-rep#receiptSha256",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"verifiedSteps": {
"@id": "https://schema.researchstack.info/gccl-rep#verifiedSteps",
"@type": "http://www.w3.org/2001/XMLSchema#integer"
},
"cramerWeightsQ16": {
"@id": "https://schema.researchstack.info/gccl-rep#cramerWeightsQ16",
"@container": "@list",
"@type": "http://www.w3.org/2001/XMLSchema#integer"
},
"underverseLedger": {
"@id": "https://schema.researchstack.info/gccl-rep#underverseLedger",
"@context": {
"totalBleedPaymentQ16": {
"@id": "https://schema.researchstack.info/gccl-rep#totalBleedPaymentQ16",
"@type": "http://www.w3.org/2001/XMLSchema#integer"
},
"discardedPressureQ16": {
"@id": "https://schema.researchstack.info/gccl-rep#discardedPressureQ16",
"@type": "http://www.w3.org/2001/XMLSchema#integer"
},
"entropyAccQ16": {
"@id": "https://schema.researchstack.info/gccl-rep#entropyAccQ16",
"@type": "http://www.w3.org/2001/XMLSchema#integer"
},
"finalSurvivingFrontNodes": {
"@id": "https://schema.researchstack.info/gccl-rep#finalSurvivingFrontNodes",
"@type": "http://www.w3.org/2001/XMLSchema#integer"
}
}
},
"formalCompliance": {
"@id": "https://schema.researchstack.info/gccl-rep#formalCompliance",
"@context": {
"lakeBuildStatus": {
"@id": "https://schema.researchstack.info/gccl-rep#lakeBuildStatus",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"verifiedTheorems": {
"@id": "https://schema.researchstack.info/gccl-rep#verifiedTheorems",
"@container": "@list",
"@type": "http://www.w3.org/2001/XMLSchema#string"
}
}
}
}
}
}
],
"id": "https://schema.researchstack.info/gccl-rep/v1",
"type": "CredentialDefinition",
"name": "GCCL-Rep Verifiable Simulation Receipt Schema",
"description": "JSON-LD context schema for verifying BraidShock, Burgers, and formal Lean proof artifacts in the Research Stack."
}