percolation-inversion-compiler-ts 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +152 -0
- package/NOTICE +21 -0
- package/README.md +255 -0
- package/dist/agent/messages.d.ts +23 -0
- package/dist/agent/messages.js +457 -0
- package/dist/cli/main.d.ts +1 -0
- package/dist/cli/main.js +2646 -0
- package/dist/index.d.ts +91 -0
- package/dist/index.js +983 -0
- package/dist/io/schema.d.ts +16 -0
- package/dist/io/schema.js +153 -0
- package/dist/packet/index.d.ts +10 -0
- package/dist/packet/index.js +385 -0
- package/fixtures/portability_conformance/README.md +17 -0
- package/fixtures/portability_conformance/agent_check_report.json +1251 -0
- package/fixtures/portability_conformance/agent_intake_report.json +1169 -0
- package/fixtures/portability_conformance/agent_message_delivery_report.json +124 -0
- package/fixtures/portability_conformance/agent_relay_readiness_report.json +40 -0
- package/fixtures/portability_conformance/alt_admission_decision.json +16 -0
- package/fixtures/portability_conformance/bottleneck_witness_report.json +23 -0
- package/fixtures/portability_conformance/collective_phase_certificate.json +330 -0
- package/fixtures/portability_conformance/frontier_debt_report.json +24 -0
- package/fixtures/portability_conformance/manifest.json +113 -0
- package/fixtures/portability_conformance/negative/checksum_mismatch.json +4 -0
- package/fixtures/portability_conformance/negative/schema_invalid_agent_check.json +3 -0
- package/fixtures/portability_conformance/negative/unknown_schema.json +3 -0
- package/fixtures/portability_conformance/phase_acceleration_benchmark_report.json +21 -0
- package/fixtures/portability_conformance/phase_acceleration_plan.json +72 -0
- package/fixtures/portability_conformance/phase_control_audit_summary.json +16 -0
- package/fixtures/portability_conformance/relay_inbox.json +37 -0
- package/fixtures/portability_conformance/runtime_step_report.json +1384 -0
- package/fixtures/portability_conformance/salience_schedule_report.json +100 -0
- package/fixtures/portability_conformance/theory_fidelity_report.json +53 -0
- package/fixtures/portability_conformance/value_bridge_report.json +17 -0
- package/fixtures/python_v044_cli/adoption_packet.json +131 -0
- package/fixtures/python_v044_cli/adoption_request.json +60 -0
- package/fixtures/python_v044_cli/agent_autonomy_audit.json +254 -0
- package/fixtures/python_v044_cli/agent_check_compact.json +80 -0
- package/fixtures/python_v044_cli/agent_check_full.json +1265 -0
- package/fixtures/python_v044_cli/agent_communication_guide.json +426 -0
- package/fixtures/python_v044_cli/agent_intake.json +1175 -0
- package/fixtures/python_v044_cli/agent_manifest.json +373 -0
- package/fixtures/python_v044_cli/agent_runbook.json +115 -0
- package/fixtures/python_v044_cli/demo_installed_smoke.json +1367 -0
- package/fixtures/python_v044_cli/doctor_development.json +264 -0
- package/fixtures/python_v044_cli/identity_explain_profile_production.json +39 -0
- package/fixtures/python_v044_cli/phase_benchmark.json +42 -0
- package/fixtures/python_v044_cli/phase_benchmark_suite.json +428 -0
- package/fixtures/python_v044_cli/phase_dashboard.json +173 -0
- package/fixtures/python_v044_cli/phase_gap.json +119 -0
- package/fixtures/python_v044_cli/phase_observe.json +203 -0
- package/fixtures/python_v044_cli/phase_plan_compact.json +384 -0
- package/fixtures/python_v044_cli/phase_plan_full.json +2020 -0
- package/fixtures/python_v044_cli/phase_runbook.json +66 -0
- package/fixtures/python_v044_cli/routes_bindings.json +716 -0
- package/fixtures/python_v044_cli/routes_explain_replay_trc_physical_trace.json +57 -0
- package/fixtures/python_v044_cli/runtime_step_demo.json +1384 -0
- package/fixtures/python_v044_cli/snapshot_list.json +112 -0
- package/fixtures/python_v044_cli/snapshot_routes.json +926 -0
- package/fixtures/python_v044_cli/snapshot_show_alt.json +6830 -0
- package/fixtures/python_v044_cli/snapshot_show_bit.json +594 -0
- package/fixtures/python_v044_cli/snapshot_show_ecpt.json +2894 -0
- package/fixtures/python_v044_cli/snapshot_show_sqot.json +2392 -0
- package/fixtures/python_v044_cli/snapshot_show_trc.json +3037 -0
- package/fixtures/python_v044_cli/snapshot_verify_alt.json +10 -0
- package/fixtures/python_v044_cli/snapshot_verify_bit.json +10 -0
- package/fixtures/python_v044_cli/snapshot_verify_ecpt.json +10 -0
- package/fixtures/python_v044_cli/snapshot_verify_sqot.json +10 -0
- package/fixtures/python_v044_cli/snapshot_verify_trc.json +10 -0
- package/fixtures/python_v044_demo/agent_inbox.json +26 -0
- package/fixtures/python_v044_demo/agent_message.json +19 -0
- package/fixtures/python_v044_demo/agent_output.txt +1 -0
- package/fixtures/python_v044_demo/alt_admission_packet.json +208 -0
- package/fixtures/python_v044_demo/asi_proxy_phase_request.json +47 -0
- package/fixtures/python_v044_demo/general_intake_policy.json +58 -0
- package/fixtures/python_v044_demo/manifest.json +78 -0
- package/fixtures/python_v044_demo/packet_envelope.json +1463 -0
- package/fixtures/python_v044_demo/phase_dashboard.json +175 -0
- package/fixtures/python_v044_demo/runtime_state.json +143 -0
- package/fixtures/python_v044_demo/runtime_step_input.json +8 -0
- package/fixtures/python_v044_demo/runtime_step_report.json +1384 -0
- package/fixtures/python_v044_snapshots/alt.json +6830 -0
- package/fixtures/python_v044_snapshots/bit.json +543 -0
- package/fixtures/python_v044_snapshots/ecpt.json +2741 -0
- package/fixtures/python_v044_snapshots/sqot.json +2134 -0
- package/fixtures/python_v044_snapshots/trc.json +2880 -0
- package/package.json +129 -0
- package/schemas/ALTAccelerationCertificate.schema.json +169 -0
- package/schemas/ALTAdmissionDecision.schema.json +199 -0
- package/schemas/ALTCARACertificate.schema.json +285 -0
- package/schemas/ALTDeprecationRecord.schema.json +171 -0
- package/schemas/ALTKernelTransitionReport.schema.json +185 -0
- package/schemas/ALTResurrectionRecord.schema.json +171 -0
- package/schemas/ASIProxyTargetContract.schema.json +52 -0
- package/schemas/AbstractionToken.schema.json +281 -0
- package/schemas/AccelerationCertificate.schema.json +225 -0
- package/schemas/AccelerationExperimentSuite.schema.json +3731 -0
- package/schemas/AcceptedPacketPath.schema.json +148 -0
- package/schemas/ActionCommit.schema.json +67 -0
- package/schemas/ActionGrammar.schema.json +36 -0
- package/schemas/ActionabilityVector.schema.json +33 -0
- package/schemas/ActivationThresholdCertificate.schema.json +185 -0
- package/schemas/AdapterRouteSpec.schema.json +110 -0
- package/schemas/AdoptionFirstRunCommand.schema.json +44 -0
- package/schemas/AdoptionReviewChecklist.schema.json +36 -0
- package/schemas/AdoptionSafetyBoundary.schema.json +104 -0
- package/schemas/AgentAutonomyAuditReport.schema.json +213 -0
- package/schemas/AgentCheckReport.schema.json +3494 -0
- package/schemas/AgentCommandInvocation.schema.json +63 -0
- package/schemas/AgentCommunicationGuide.schema.json +213 -0
- package/schemas/AgentCommunicationPolicy.schema.json +73 -0
- package/schemas/AgentCommunicationStep.schema.json +85 -0
- package/schemas/AgentConnectorSpec.schema.json +89 -0
- package/schemas/AgentFeatureReadinessReport.schema.json +206 -0
- package/schemas/AgentIdentityAttestation.schema.json +99 -0
- package/schemas/AgentIdentityCheckReport.schema.json +225 -0
- package/schemas/AgentInboxRecord.schema.json +319 -0
- package/schemas/AgentIntakeReport.schema.json +3373 -0
- package/schemas/AgentIntakeRequest.schema.json +2250 -0
- package/schemas/AgentMessageContractReport.schema.json +195 -0
- package/schemas/AgentMessageDeliveryReport.schema.json +630 -0
- package/schemas/AgentMessageEnvelope.schema.json +201 -0
- package/schemas/AgentMessageNonceLedger.schema.json +45 -0
- package/schemas/AgentMessageVerificationContext.schema.json +60 -0
- package/schemas/AgentNetworkReadinessReport.schema.json +109 -0
- package/schemas/AgentNextActionReport.schema.json +83 -0
- package/schemas/AgentPacketExchangeReport.schema.json +519 -0
- package/schemas/AgentPeerRecord.schema.json +85 -0
- package/schemas/AgentPolicyIdentity.schema.json +79 -0
- package/schemas/AgentPopulationState.schema.json +2523 -0
- package/schemas/AgentRelayReadinessReport.schema.json +125 -0
- package/schemas/AgentRunbookReport.schema.json +100 -0
- package/schemas/AgentRuntimeConfig.schema.json +78 -0
- package/schemas/AgentTask.schema.json +101 -0
- package/schemas/AgentToOperatorRequest.schema.json +222 -0
- package/schemas/AgentWorkflowGuide.schema.json +128 -0
- package/schemas/AgentWorkflowStep.schema.json +59 -0
- package/schemas/AlgebraLawCertificate.schema.json +101 -0
- package/schemas/AttestationRecord.schema.json +63 -0
- package/schemas/AutocatalyticClosureWitness.schema.json +187 -0
- package/schemas/BaselineRefreshCertificate.schema.json +178 -0
- package/schemas/BasinReachabilityReport.schema.json +244 -0
- package/schemas/BottleneckCandidate.schema.json +105 -0
- package/schemas/BottleneckIntervention.schema.json +157 -0
- package/schemas/BottleneckInversionPlan.schema.json +212 -0
- package/schemas/BottleneckWitnessReport.schema.json +128 -0
- package/schemas/BoundaryGeneratorRecord.schema.json +57 -0
- package/schemas/BoundaryScriptRecord.schema.json +30 -0
- package/schemas/BudgetedToleranceScheduler.schema.json +59 -0
- package/schemas/CalibrationCertificate.schema.json +252 -0
- package/schemas/CanonicalImplementationReadinessReport.schema.json +298 -0
- package/schemas/CanonicalManifest.schema.json +80 -0
- package/schemas/CanonicalManifestRecord.schema.json +54 -0
- package/schemas/CanonicalTheorySnapshotSummary.schema.json +102 -0
- package/schemas/CapabilityBasinContract.schema.json +59 -0
- package/schemas/CapabilityPacketCandidate.schema.json +247 -0
- package/schemas/CapabilityPacketRegistry.schema.json +442 -0
- package/schemas/CapabilityStateVector.schema.json +169 -0
- package/schemas/CascadeResidualPotential.schema.json +32 -0
- package/schemas/CertificateCompilerRecord.schema.json +81 -0
- package/schemas/CertificateFamily.schema.json +376 -0
- package/schemas/CertificateRoute.schema.json +128 -0
- package/schemas/CertifiedAbstractionCapital.schema.json +161 -0
- package/schemas/CheckResult.schema.json +369 -0
- package/schemas/CheckerContext.schema.json +255 -0
- package/schemas/ClosedLoopAgentIteration.schema.json +1045 -0
- package/schemas/CollectivePhaseCertificate.schema.json +1377 -0
- package/schemas/CommercialReadinessSummary.schema.json +134 -0
- package/schemas/ConfidenceLedger.schema.json +26 -0
- package/schemas/ContentAddressedEvidenceRef.schema.json +48 -0
- package/schemas/ControlledTransition.schema.json +90 -0
- package/schemas/CryptographicAgentIdentity.schema.json +192 -0
- package/schemas/DKWCertificate.schema.json +31 -0
- package/schemas/DiagnosticReservePolicy.schema.json +22 -0
- package/schemas/DischargeRouteBinding.schema.json +93 -0
- package/schemas/DomainTypedSemiring.schema.json +55 -0
- package/schemas/DominanceWitness.schema.json +31 -0
- package/schemas/EProcessCertificate.schema.json +22 -0
- package/schemas/EdgeRelationVerificationReport.schema.json +161 -0
- package/schemas/EdgeRelationVerifierSpec.schema.json +62 -0
- package/schemas/EdgeWitness.schema.json +73 -0
- package/schemas/EdgeWitnessCertificate.schema.json +192 -0
- package/schemas/EvidenceArtifact.schema.json +112 -0
- package/schemas/EvidenceEnvelopeStoreRecord.schema.json +100 -0
- package/schemas/EvidencePolicy.schema.json +57 -0
- package/schemas/EvidenceResolutionBatch.schema.json +347 -0
- package/schemas/EvidenceVerificationProfile.schema.json +74 -0
- package/schemas/ExecutableALTCertificatePacket.schema.json +1512 -0
- package/schemas/ExecutableTraceNormalForm.schema.json +659 -0
- package/schemas/ExecutionAvailablePathCertificate.schema.json +204 -0
- package/schemas/ExternalCandidateClassification.schema.json +10 -0
- package/schemas/ExternalObligationCatalog.schema.json +238 -0
- package/schemas/ExternalVerifierHook.schema.json +174 -0
- package/schemas/FiniteOrder.schema.json +34 -0
- package/schemas/FinitePhaseControlCertificate.schema.json +100 -0
- package/schemas/FiniteTraceLaw.schema.json +30 -0
- package/schemas/FixedPopulationLedger.schema.json +255 -0
- package/schemas/FormationCostLedger.schema.json +91 -0
- package/schemas/FoundryControlDashboard.schema.json +198 -0
- package/schemas/FoundryState.schema.json +1819 -0
- package/schemas/FrontierDebtReport.schema.json +115 -0
- package/schemas/FunctorLawCertificate.schema.json +82 -0
- package/schemas/FusedGeometricComparisonCertificate.schema.json +79 -0
- package/schemas/FutureFreedomVector.schema.json +84 -0
- package/schemas/GeneralIntakePolicy.schema.json +255 -0
- package/schemas/GeneralIntakePolicyDecision.schema.json +85 -0
- package/schemas/GeneralIntakeProfile.schema.json +11 -0
- package/schemas/GeneralIntakeReport.schema.json +861 -0
- package/schemas/GeneralIntakeRuntimeBridgeReport.schema.json +761 -0
- package/schemas/GeneralIntakeSource.schema.json +57 -0
- package/schemas/GoodTuringCertificate.schema.json +27 -0
- package/schemas/HazardEnvelopeCertificate.schema.json +192 -0
- package/schemas/HiddenCapabilityInjectionReport.schema.json +212 -0
- package/schemas/IdentityContributionStatus.schema.json +11 -0
- package/schemas/IdentityTrustProfile.schema.json +12 -0
- package/schemas/ImplementationMaturity.schema.json +27 -0
- package/schemas/IndependenceCertificate.schema.json +42 -0
- package/schemas/InnerViabilityKernel.schema.json +45 -0
- package/schemas/IntakeProvenanceRecord.schema.json +192 -0
- package/schemas/InterventionCandidate.schema.json +266 -0
- package/schemas/Judgment.schema.json +351 -0
- package/schemas/LatticeWitness.schema.json +63 -0
- package/schemas/LedgerCoordinate.schema.json +79 -0
- package/schemas/LifecycleCostBounds.schema.json +65 -0
- package/schemas/LiquidityCertificate.schema.json +1094 -0
- package/schemas/MartingaleBlockResidual.schema.json +32 -0
- package/schemas/MartingaleDeficiencyCertificate.schema.json +76 -0
- package/schemas/MechanismCubeCertificate.schema.json +92 -0
- package/schemas/MissionValidityCertificate.schema.json +153 -0
- package/schemas/MonoidRecord.schema.json +30 -0
- package/schemas/MonotoneMap.schema.json +61 -0
- package/schemas/NegativeLiquidityCertificate.schema.json +176 -0
- package/schemas/NonPromotionPolicy.schema.json +39 -0
- package/schemas/ObligationRule.schema.json +54 -0
- package/schemas/ObligationSet.schema.json +230 -0
- package/schemas/ObligationTrace.schema.json +156 -0
- package/schemas/ObservationWindow.schema.json +48 -0
- package/schemas/ObservedTraceProjection.schema.json +57 -0
- package/schemas/OccupationLedger.schema.json +33 -0
- package/schemas/OperationalCheck.schema.json +29 -0
- package/schemas/OperationalReadinessReport.schema.json +216 -0
- package/schemas/OperatorAdoptionPacket.schema.json +303 -0
- package/schemas/OpportunityMeasureContract.schema.json +165 -0
- package/schemas/OrderedPotentialCone.schema.json +125 -0
- package/schemas/PacketCapitalLineage.schema.json +90 -0
- package/schemas/PacketExchangeEnvelope.schema.json +213 -0
- package/schemas/PacketImportInspectionReport.schema.json +68 -0
- package/schemas/PacketIngestionReport.schema.json +655 -0
- package/schemas/PacketLineageDigest.schema.json +70 -0
- package/schemas/PacketMergeReport.schema.json +286 -0
- package/schemas/PacketPromotionPolicy.schema.json +47 -0
- package/schemas/PacketPromotionReport.schema.json +354 -0
- package/schemas/PacketRejection.schema.json +158 -0
- package/schemas/PhaseAccelerationBenchmarkReport.schema.json +103 -0
- package/schemas/PhaseAccelerationPlan.schema.json +4449 -0
- package/schemas/PhaseAccelerationRequest.schema.json +5333 -0
- package/schemas/PhaseAccelerationScore.schema.json +66 -0
- package/schemas/PhaseBenchmarkCaseResult.schema.json +164 -0
- package/schemas/PhaseBenchmarkSuiteReport.schema.json +234 -0
- package/schemas/PhaseBenchmarkTask.schema.json +36 -0
- package/schemas/PhaseComponentGap.schema.json +46 -0
- package/schemas/PhaseControlAction.schema.json +80 -0
- package/schemas/PhaseControlAuditSummary.schema.json +143 -0
- package/schemas/PhaseControlEnvelope.schema.json +53 -0
- package/schemas/PhaseControlObjective.schema.json +98 -0
- package/schemas/PhaseControlPlan.schema.json +377 -0
- package/schemas/PhaseControlRunReport.schema.json +425 -0
- package/schemas/PhaseControlState.schema.json +383 -0
- package/schemas/PhaseDashboardReport.schema.json +249 -0
- package/schemas/PhaseGapVector.schema.json +101 -0
- package/schemas/PhaseObservationReport.schema.json +321 -0
- package/schemas/PhaseTrajectoryReport.schema.json +4522 -0
- package/schemas/PopulationRuntimeStepReport.schema.json +5125 -0
- package/schemas/PortabilityConformanceReport.schema.json +99 -0
- package/schemas/PortabilitySchemaBundle.schema.json +23 -0
- package/schemas/ProblemSolvingTrace.schema.json +162 -0
- package/schemas/ProcessGrammarRecord.schema.json +56 -0
- package/schemas/ProductOrder.schema.json +53 -0
- package/schemas/ProductionReadinessProfile.schema.json +37 -0
- package/schemas/ProjectionAudit.schema.json +70 -0
- package/schemas/ProofObligation.schema.json +200 -0
- package/schemas/ProtocolFrameDigest.schema.json +79 -0
- package/schemas/ProtocolFunctorCertificate.schema.json +89 -0
- package/schemas/ProtocolObject.schema.json +45 -0
- package/schemas/ProtocolRelativeBenchmarkMetric.schema.json +39 -0
- package/schemas/ProvenanceManifest.schema.json +221 -0
- package/schemas/ProvenanceManifestEntry.schema.json +29 -0
- package/schemas/PsiDashboard.schema.json +213 -0
- package/schemas/PullbackGluingWitness.schema.json +43 -0
- package/schemas/QuarantineLedger.schema.json +31 -0
- package/schemas/ReachableMassRecursionCertificate.schema.json +129 -0
- package/schemas/ReconstructionResidual.schema.json +24 -0
- package/schemas/RefreshRule.schema.json +31 -0
- package/schemas/Registry.schema.json +231 -0
- package/schemas/ReleaseArtifactManifest.schema.json +62 -0
- package/schemas/ReproductionMatrixCertificate.schema.json +190 -0
- package/schemas/ResidualCarryForwardReport.schema.json +57 -0
- package/schemas/ResourceCalendarRecord.schema.json +67 -0
- package/schemas/ResourceEnvelope.schema.json +42 -0
- package/schemas/ResourceMatchedBaselineConfig.schema.json +81 -0
- package/schemas/RiskBudgetLedger.schema.json +19 -0
- package/schemas/RobotsDecision.schema.json +44 -0
- package/schemas/RootFinalityCertificate.schema.json +190 -0
- package/schemas/RouteExecutionBatch.schema.json +930 -0
- package/schemas/RouteExecutionRequest.schema.json +87 -0
- package/schemas/RuntimeActionResult.schema.json +807 -0
- package/schemas/RuntimeComparisonReport.schema.json +3670 -0
- package/schemas/RuntimeEvent.schema.json +142 -0
- package/schemas/RuntimeEventLog.schema.json +161 -0
- package/schemas/RuntimeExecutionReport.schema.json +872 -0
- package/schemas/RuntimeExecutorPolicy.schema.json +68 -0
- package/schemas/RuntimeHealthReport.schema.json +161 -0
- package/schemas/RuntimeIdentityContext.schema.json +480 -0
- package/schemas/RuntimeRunReport.schema.json +3487 -0
- package/schemas/RuntimeServiceSettings.schema.json +55 -0
- package/schemas/RuntimeState.schema.json +1438 -0
- package/schemas/RuntimeStepInput.schema.json +685 -0
- package/schemas/RuntimeStepReport.schema.json +3314 -0
- package/schemas/RuntimeStoreRecord.schema.json +106 -0
- package/schemas/RuntimeStoreSnapshot.schema.json +4815 -0
- package/schemas/SBOMManifest.schema.json +67 -0
- package/schemas/SQOTTheorySnapshot.schema.json +49 -0
- package/schemas/SafePhaseAction.schema.json +96 -0
- package/schemas/SalienceQueueRecord.schema.json +313 -0
- package/schemas/SalienceScheduleReport.schema.json +434 -0
- package/schemas/SalienceSchedulingDecision.schema.json +167 -0
- package/schemas/SchemaBundleDigest.schema.json +57 -0
- package/schemas/ScriptGroundMetricCertificate.schema.json +47 -0
- package/schemas/SelectiveCUPCertificate.schema.json +414 -0
- package/schemas/SettlementReturnRAFCertificate.schema.json +122 -0
- package/schemas/SinkhornCertificate.schema.json +55 -0
- package/schemas/SnapshotAttribution.schema.json +63 -0
- package/schemas/SnapshotCatalog.schema.json +481 -0
- package/schemas/SplitCertificate.schema.json +39 -0
- package/schemas/StatusAlgebraRecord.schema.json +37 -0
- package/schemas/StoppedEvidenceSheafCertificate.schema.json +120 -0
- package/schemas/StrictTexParseReport.schema.json +67 -0
- package/schemas/SybilResistanceLedger.schema.json +427 -0
- package/schemas/SybilResistancePolicy.schema.json +176 -0
- package/schemas/TRCCompileResult.schema.json +239 -0
- package/schemas/TRCStateRecord.schema.json +149 -0
- package/schemas/TelemetryCostCertificate.schema.json +171 -0
- package/schemas/TexGrammarDiagnostic.schema.json +39 -0
- package/schemas/TheoryAuditReport.schema.json +654 -0
- package/schemas/TheoryAuditSuiteReport.schema.json +775 -0
- package/schemas/TheoryFidelityReport.schema.json +100 -0
- package/schemas/TheoryImplementationRecord.schema.json +203 -0
- package/schemas/TheorySnapshot.schema.json +459 -0
- package/schemas/TheorySnapshotItem.schema.json +60 -0
- package/schemas/TokenLineage.schema.json +76 -0
- package/schemas/ToleranceAllocationCertificate.schema.json +62 -0
- package/schemas/TraceNormalizationCertificate.schema.json +77 -0
- package/schemas/TraceSufficiencyCertificate.schema.json +166 -0
- package/schemas/TransportCertificate.schema.json +178 -0
- package/schemas/TypedTraceTransducerRecord.schema.json +64 -0
- package/schemas/ValueBridgeReport.schema.json +131 -0
- package/schemas/VectorCompatibleFamily.schema.json +354 -0
- package/schemas/VerificationThroughputReport.schema.json +62 -0
- package/schemas/VerifiedCapabilityPacket.schema.json +251 -0
- package/schemas/VerifierEvidenceEnvelope.schema.json +178 -0
- package/schemas/VerifierResolution.schema.json +275 -0
- package/schemas/WebDiscoveryReport.schema.json +675 -0
- package/schemas/WebFetchPolicy.schema.json +145 -0
- package/schemas/WebFetchReport.schema.json +133 -0
- package/schemas/bundle.schema.json +100808 -0
- package/schemas/schema-digest.json +1674 -0
|
@@ -0,0 +1,1512 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$defs": {
|
|
3
|
+
"AbstractionToken": {
|
|
4
|
+
"description": "Candidate reusable abstraction with declared receivers and dependencies.",
|
|
5
|
+
"properties": {
|
|
6
|
+
"authority_refs": {
|
|
7
|
+
"items": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"title": "Authority Refs",
|
|
11
|
+
"type": "array"
|
|
12
|
+
},
|
|
13
|
+
"candidate_only": {
|
|
14
|
+
"default": true,
|
|
15
|
+
"title": "Candidate Only",
|
|
16
|
+
"type": "boolean"
|
|
17
|
+
},
|
|
18
|
+
"capability_envelope_refs": {
|
|
19
|
+
"items": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"title": "Capability Envelope Refs",
|
|
23
|
+
"type": "array"
|
|
24
|
+
},
|
|
25
|
+
"claim": {
|
|
26
|
+
"title": "Claim",
|
|
27
|
+
"type": "string"
|
|
28
|
+
},
|
|
29
|
+
"dependency_ids": {
|
|
30
|
+
"items": {
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
"title": "Dependency Ids",
|
|
34
|
+
"type": "array"
|
|
35
|
+
},
|
|
36
|
+
"evidence_refs": {
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string"
|
|
39
|
+
},
|
|
40
|
+
"title": "Evidence Refs",
|
|
41
|
+
"type": "array"
|
|
42
|
+
},
|
|
43
|
+
"interface_refs": {
|
|
44
|
+
"items": {
|
|
45
|
+
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
"title": "Interface Refs",
|
|
48
|
+
"type": "array"
|
|
49
|
+
},
|
|
50
|
+
"lineage": {
|
|
51
|
+
"anyOf": [
|
|
52
|
+
{
|
|
53
|
+
"$ref": "#/$defs/TokenLineage"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"type": "null"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"default": null
|
|
60
|
+
},
|
|
61
|
+
"receiver_family": {
|
|
62
|
+
"items": {
|
|
63
|
+
"type": "string"
|
|
64
|
+
},
|
|
65
|
+
"title": "Receiver Family",
|
|
66
|
+
"type": "array"
|
|
67
|
+
},
|
|
68
|
+
"residual_ledger": {
|
|
69
|
+
"$ref": "#/$defs/Ledger"
|
|
70
|
+
},
|
|
71
|
+
"status": {
|
|
72
|
+
"$ref": "#/$defs/ClaimStatus",
|
|
73
|
+
"default": "provisional"
|
|
74
|
+
},
|
|
75
|
+
"token_id": {
|
|
76
|
+
"title": "Token Id",
|
|
77
|
+
"type": "string"
|
|
78
|
+
},
|
|
79
|
+
"validity_domain": {
|
|
80
|
+
"default": "protocol-relative-finite",
|
|
81
|
+
"title": "Validity Domain",
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
84
|
+
"verifier_routes": {
|
|
85
|
+
"items": {
|
|
86
|
+
"type": "string"
|
|
87
|
+
},
|
|
88
|
+
"title": "Verifier Routes",
|
|
89
|
+
"type": "array"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"required": [
|
|
93
|
+
"token_id",
|
|
94
|
+
"claim"
|
|
95
|
+
],
|
|
96
|
+
"title": "AbstractionToken",
|
|
97
|
+
"type": "object"
|
|
98
|
+
},
|
|
99
|
+
"ClaimStatus": {
|
|
100
|
+
"description": "Protocol-relative status labels used by ECPT, BIT, TRC, SQOT, and ALT.",
|
|
101
|
+
"enum": [
|
|
102
|
+
"rejected",
|
|
103
|
+
"expired",
|
|
104
|
+
"diagnostic",
|
|
105
|
+
"relaxed",
|
|
106
|
+
"risk-provisional",
|
|
107
|
+
"speculative",
|
|
108
|
+
"provisional",
|
|
109
|
+
"partial",
|
|
110
|
+
"settled"
|
|
111
|
+
],
|
|
112
|
+
"title": "ClaimStatus",
|
|
113
|
+
"type": "string"
|
|
114
|
+
},
|
|
115
|
+
"CoordinateKind": {
|
|
116
|
+
"enum": [
|
|
117
|
+
"benefit",
|
|
118
|
+
"burden",
|
|
119
|
+
"residual",
|
|
120
|
+
"tolerance",
|
|
121
|
+
"resource",
|
|
122
|
+
"metadata"
|
|
123
|
+
],
|
|
124
|
+
"title": "CoordinateKind",
|
|
125
|
+
"type": "string"
|
|
126
|
+
},
|
|
127
|
+
"EvidenceStatus": {
|
|
128
|
+
"enum": [
|
|
129
|
+
"verified",
|
|
130
|
+
"declared",
|
|
131
|
+
"unknown"
|
|
132
|
+
],
|
|
133
|
+
"title": "EvidenceStatus",
|
|
134
|
+
"type": "string"
|
|
135
|
+
},
|
|
136
|
+
"FormationCostLedger": {
|
|
137
|
+
"description": "ALT cost ledger for forming, validating, deploying, and maintaining a token.",
|
|
138
|
+
"properties": {
|
|
139
|
+
"absorption_cost": {
|
|
140
|
+
"default": 0.0,
|
|
141
|
+
"title": "Absorption Cost",
|
|
142
|
+
"type": "number"
|
|
143
|
+
},
|
|
144
|
+
"certification_cost": {
|
|
145
|
+
"default": 0.0,
|
|
146
|
+
"title": "Certification Cost",
|
|
147
|
+
"type": "number"
|
|
148
|
+
},
|
|
149
|
+
"contamination_cost": {
|
|
150
|
+
"default": 0.0,
|
|
151
|
+
"title": "Contamination Cost",
|
|
152
|
+
"type": "number"
|
|
153
|
+
},
|
|
154
|
+
"deployment_cost": {
|
|
155
|
+
"default": 0.0,
|
|
156
|
+
"title": "Deployment Cost",
|
|
157
|
+
"type": "number"
|
|
158
|
+
},
|
|
159
|
+
"depreciation_cost": {
|
|
160
|
+
"default": 0.0,
|
|
161
|
+
"title": "Depreciation Cost",
|
|
162
|
+
"type": "number"
|
|
163
|
+
},
|
|
164
|
+
"evidence_refs": {
|
|
165
|
+
"items": {
|
|
166
|
+
"type": "string"
|
|
167
|
+
},
|
|
168
|
+
"title": "Evidence Refs",
|
|
169
|
+
"type": "array"
|
|
170
|
+
},
|
|
171
|
+
"formation_cost": {
|
|
172
|
+
"default": 0.0,
|
|
173
|
+
"title": "Formation Cost",
|
|
174
|
+
"type": "number"
|
|
175
|
+
},
|
|
176
|
+
"hazard_cost": {
|
|
177
|
+
"default": 0.0,
|
|
178
|
+
"title": "Hazard Cost",
|
|
179
|
+
"type": "number"
|
|
180
|
+
},
|
|
181
|
+
"hidden_resource_cost": {
|
|
182
|
+
"default": 0.0,
|
|
183
|
+
"title": "Hidden Resource Cost",
|
|
184
|
+
"type": "number"
|
|
185
|
+
},
|
|
186
|
+
"ledger_id": {
|
|
187
|
+
"title": "Ledger Id",
|
|
188
|
+
"type": "string"
|
|
189
|
+
},
|
|
190
|
+
"maintenance_cost": {
|
|
191
|
+
"default": 0.0,
|
|
192
|
+
"title": "Maintenance Cost",
|
|
193
|
+
"type": "number"
|
|
194
|
+
},
|
|
195
|
+
"misapplication_cost": {
|
|
196
|
+
"default": 0.0,
|
|
197
|
+
"title": "Misapplication Cost",
|
|
198
|
+
"type": "number"
|
|
199
|
+
},
|
|
200
|
+
"settlement_cost": {
|
|
201
|
+
"default": 0.0,
|
|
202
|
+
"title": "Settlement Cost",
|
|
203
|
+
"type": "number"
|
|
204
|
+
},
|
|
205
|
+
"telemetry_cost": {
|
|
206
|
+
"default": 0.0,
|
|
207
|
+
"title": "Telemetry Cost",
|
|
208
|
+
"type": "number"
|
|
209
|
+
},
|
|
210
|
+
"unit": {
|
|
211
|
+
"default": "dimensionless",
|
|
212
|
+
"title": "Unit",
|
|
213
|
+
"type": "string"
|
|
214
|
+
},
|
|
215
|
+
"validation_cost": {
|
|
216
|
+
"default": 0.0,
|
|
217
|
+
"title": "Validation Cost",
|
|
218
|
+
"type": "number"
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"required": [
|
|
222
|
+
"ledger_id"
|
|
223
|
+
],
|
|
224
|
+
"title": "FormationCostLedger",
|
|
225
|
+
"type": "object"
|
|
226
|
+
},
|
|
227
|
+
"HazardEnvelopeCertificate": {
|
|
228
|
+
"description": "Finite hazard, misuse, externality, and rollback envelope.",
|
|
229
|
+
"properties": {
|
|
230
|
+
"accepted": {
|
|
231
|
+
"default": false,
|
|
232
|
+
"title": "Accepted",
|
|
233
|
+
"type": "boolean"
|
|
234
|
+
},
|
|
235
|
+
"authority_envelope_refs": {
|
|
236
|
+
"items": {
|
|
237
|
+
"type": "string"
|
|
238
|
+
},
|
|
239
|
+
"title": "Authority Envelope Refs",
|
|
240
|
+
"type": "array"
|
|
241
|
+
},
|
|
242
|
+
"capability_envelope_refs": {
|
|
243
|
+
"items": {
|
|
244
|
+
"type": "string"
|
|
245
|
+
},
|
|
246
|
+
"title": "Capability Envelope Refs",
|
|
247
|
+
"type": "array"
|
|
248
|
+
},
|
|
249
|
+
"certificate_id": {
|
|
250
|
+
"title": "Certificate Id",
|
|
251
|
+
"type": "string"
|
|
252
|
+
},
|
|
253
|
+
"evidence_refs": {
|
|
254
|
+
"items": {
|
|
255
|
+
"type": "string"
|
|
256
|
+
},
|
|
257
|
+
"title": "Evidence Refs",
|
|
258
|
+
"type": "array"
|
|
259
|
+
},
|
|
260
|
+
"finite_checks_passed": {
|
|
261
|
+
"default": false,
|
|
262
|
+
"title": "Finite Checks Passed",
|
|
263
|
+
"type": "boolean"
|
|
264
|
+
},
|
|
265
|
+
"hazard_refs": {
|
|
266
|
+
"items": {
|
|
267
|
+
"type": "string"
|
|
268
|
+
},
|
|
269
|
+
"title": "Hazard Refs",
|
|
270
|
+
"type": "array"
|
|
271
|
+
},
|
|
272
|
+
"irreversible_risk_upper_bound": {
|
|
273
|
+
"default": 0.0,
|
|
274
|
+
"title": "Irreversible Risk Upper Bound",
|
|
275
|
+
"type": "number"
|
|
276
|
+
},
|
|
277
|
+
"noncompensable_hazard_detected": {
|
|
278
|
+
"default": false,
|
|
279
|
+
"title": "Noncompensable Hazard Detected",
|
|
280
|
+
"type": "boolean"
|
|
281
|
+
},
|
|
282
|
+
"operationally_usable": {
|
|
283
|
+
"default": false,
|
|
284
|
+
"title": "Operationally Usable",
|
|
285
|
+
"type": "boolean"
|
|
286
|
+
},
|
|
287
|
+
"reasons": {
|
|
288
|
+
"items": {
|
|
289
|
+
"type": "string"
|
|
290
|
+
},
|
|
291
|
+
"title": "Reasons",
|
|
292
|
+
"type": "array"
|
|
293
|
+
},
|
|
294
|
+
"residual_ledger": {
|
|
295
|
+
"$ref": "#/$defs/Ledger"
|
|
296
|
+
},
|
|
297
|
+
"risk_budget_upper_bound": {
|
|
298
|
+
"default": 1.0,
|
|
299
|
+
"title": "Risk Budget Upper Bound",
|
|
300
|
+
"type": "number"
|
|
301
|
+
},
|
|
302
|
+
"rollback_refs": {
|
|
303
|
+
"items": {
|
|
304
|
+
"type": "string"
|
|
305
|
+
},
|
|
306
|
+
"title": "Rollback Refs",
|
|
307
|
+
"type": "array"
|
|
308
|
+
},
|
|
309
|
+
"settled": {
|
|
310
|
+
"default": false,
|
|
311
|
+
"title": "Settled",
|
|
312
|
+
"type": "boolean"
|
|
313
|
+
},
|
|
314
|
+
"token_id": {
|
|
315
|
+
"title": "Token Id",
|
|
316
|
+
"type": "string"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"required": [
|
|
320
|
+
"certificate_id",
|
|
321
|
+
"token_id"
|
|
322
|
+
],
|
|
323
|
+
"title": "HazardEnvelopeCertificate",
|
|
324
|
+
"type": "object"
|
|
325
|
+
},
|
|
326
|
+
"Ledger": {
|
|
327
|
+
"description": "A finite typed ledger with explicit coordinate kinds.",
|
|
328
|
+
"properties": {
|
|
329
|
+
"coordinates": {
|
|
330
|
+
"additionalProperties": {
|
|
331
|
+
"$ref": "#/$defs/LedgerCoordinate"
|
|
332
|
+
},
|
|
333
|
+
"title": "Coordinates",
|
|
334
|
+
"type": "object"
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"title": "Ledger",
|
|
338
|
+
"type": "object"
|
|
339
|
+
},
|
|
340
|
+
"LedgerCoordinate": {
|
|
341
|
+
"description": "One typed coordinate in a finite certificate ledger.",
|
|
342
|
+
"properties": {
|
|
343
|
+
"description": {
|
|
344
|
+
"anyOf": [
|
|
345
|
+
{
|
|
346
|
+
"type": "string"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"type": "null"
|
|
350
|
+
}
|
|
351
|
+
],
|
|
352
|
+
"default": null,
|
|
353
|
+
"title": "Description"
|
|
354
|
+
},
|
|
355
|
+
"evidence_refs": {
|
|
356
|
+
"items": {
|
|
357
|
+
"type": "string"
|
|
358
|
+
},
|
|
359
|
+
"title": "Evidence Refs",
|
|
360
|
+
"type": "array"
|
|
361
|
+
},
|
|
362
|
+
"evidence_status": {
|
|
363
|
+
"$ref": "#/$defs/EvidenceStatus",
|
|
364
|
+
"default": "declared"
|
|
365
|
+
},
|
|
366
|
+
"kind": {
|
|
367
|
+
"$ref": "#/$defs/CoordinateKind",
|
|
368
|
+
"default": "burden"
|
|
369
|
+
},
|
|
370
|
+
"known": {
|
|
371
|
+
"default": true,
|
|
372
|
+
"title": "Known",
|
|
373
|
+
"type": "boolean"
|
|
374
|
+
},
|
|
375
|
+
"name": {
|
|
376
|
+
"title": "Name",
|
|
377
|
+
"type": "string"
|
|
378
|
+
},
|
|
379
|
+
"unit": {
|
|
380
|
+
"default": "dimensionless",
|
|
381
|
+
"title": "Unit",
|
|
382
|
+
"type": "string"
|
|
383
|
+
},
|
|
384
|
+
"value": {
|
|
385
|
+
"title": "Value",
|
|
386
|
+
"type": "number"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
"required": [
|
|
390
|
+
"name",
|
|
391
|
+
"value"
|
|
392
|
+
],
|
|
393
|
+
"title": "LedgerCoordinate",
|
|
394
|
+
"type": "object"
|
|
395
|
+
},
|
|
396
|
+
"LifecycleCostBounds": {
|
|
397
|
+
"description": "Lifecycle/finality bounds for abstraction capital accounting.",
|
|
398
|
+
"properties": {
|
|
399
|
+
"accepted": {
|
|
400
|
+
"default": false,
|
|
401
|
+
"title": "Accepted",
|
|
402
|
+
"type": "boolean"
|
|
403
|
+
},
|
|
404
|
+
"bounds_id": {
|
|
405
|
+
"title": "Bounds Id",
|
|
406
|
+
"type": "string"
|
|
407
|
+
},
|
|
408
|
+
"depreciation_upper_bound": {
|
|
409
|
+
"default": 0.0,
|
|
410
|
+
"title": "Depreciation Upper Bound",
|
|
411
|
+
"type": "number"
|
|
412
|
+
},
|
|
413
|
+
"expiry_horizon": {
|
|
414
|
+
"anyOf": [
|
|
415
|
+
{
|
|
416
|
+
"type": "string"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"type": "null"
|
|
420
|
+
}
|
|
421
|
+
],
|
|
422
|
+
"default": null,
|
|
423
|
+
"title": "Expiry Horizon"
|
|
424
|
+
},
|
|
425
|
+
"finality_record_ref": {
|
|
426
|
+
"anyOf": [
|
|
427
|
+
{
|
|
428
|
+
"type": "string"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"type": "null"
|
|
432
|
+
}
|
|
433
|
+
],
|
|
434
|
+
"default": null,
|
|
435
|
+
"title": "Finality Record Ref"
|
|
436
|
+
},
|
|
437
|
+
"half_life_lower_bound": {
|
|
438
|
+
"default": 0.0,
|
|
439
|
+
"title": "Half Life Lower Bound",
|
|
440
|
+
"type": "number"
|
|
441
|
+
},
|
|
442
|
+
"maintenance_upper_bound": {
|
|
443
|
+
"default": 0.0,
|
|
444
|
+
"title": "Maintenance Upper Bound",
|
|
445
|
+
"type": "number"
|
|
446
|
+
},
|
|
447
|
+
"reasons": {
|
|
448
|
+
"items": {
|
|
449
|
+
"type": "string"
|
|
450
|
+
},
|
|
451
|
+
"title": "Reasons",
|
|
452
|
+
"type": "array"
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
"required": [
|
|
456
|
+
"bounds_id"
|
|
457
|
+
],
|
|
458
|
+
"title": "LifecycleCostBounds",
|
|
459
|
+
"type": "object"
|
|
460
|
+
},
|
|
461
|
+
"LiquidityCertificate": {
|
|
462
|
+
"description": "Certified lower-bound surplus certificate for reusable abstraction capital.",
|
|
463
|
+
"properties": {
|
|
464
|
+
"accepted": {
|
|
465
|
+
"default": false,
|
|
466
|
+
"title": "Accepted",
|
|
467
|
+
"type": "boolean"
|
|
468
|
+
},
|
|
469
|
+
"causal_effect_refs": {
|
|
470
|
+
"items": {
|
|
471
|
+
"type": "string"
|
|
472
|
+
},
|
|
473
|
+
"title": "Causal Effect Refs",
|
|
474
|
+
"type": "array"
|
|
475
|
+
},
|
|
476
|
+
"certificate_id": {
|
|
477
|
+
"title": "Certificate Id",
|
|
478
|
+
"type": "string"
|
|
479
|
+
},
|
|
480
|
+
"common_estimand_refs": {
|
|
481
|
+
"items": {
|
|
482
|
+
"type": "string"
|
|
483
|
+
},
|
|
484
|
+
"title": "Common Estimand Refs",
|
|
485
|
+
"type": "array"
|
|
486
|
+
},
|
|
487
|
+
"cost_ledger": {
|
|
488
|
+
"$ref": "#/$defs/FormationCostLedger"
|
|
489
|
+
},
|
|
490
|
+
"downstream_search_cost_reduction_lower_bound": {
|
|
491
|
+
"default": 0.0,
|
|
492
|
+
"title": "Downstream Search Cost Reduction Lower Bound",
|
|
493
|
+
"type": "number"
|
|
494
|
+
},
|
|
495
|
+
"evaluator_quorum_refs": {
|
|
496
|
+
"items": {
|
|
497
|
+
"type": "string"
|
|
498
|
+
},
|
|
499
|
+
"title": "Evaluator Quorum Refs",
|
|
500
|
+
"type": "array"
|
|
501
|
+
},
|
|
502
|
+
"finite_checks_passed": {
|
|
503
|
+
"default": false,
|
|
504
|
+
"title": "Finite Checks Passed",
|
|
505
|
+
"type": "boolean"
|
|
506
|
+
},
|
|
507
|
+
"hazard_envelope_certificate": {
|
|
508
|
+
"anyOf": [
|
|
509
|
+
{
|
|
510
|
+
"$ref": "#/$defs/HazardEnvelopeCertificate"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"type": "null"
|
|
514
|
+
}
|
|
515
|
+
],
|
|
516
|
+
"default": null
|
|
517
|
+
},
|
|
518
|
+
"lifecycle_bounds": {
|
|
519
|
+
"anyOf": [
|
|
520
|
+
{
|
|
521
|
+
"$ref": "#/$defs/LifecycleCostBounds"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"type": "null"
|
|
525
|
+
}
|
|
526
|
+
],
|
|
527
|
+
"default": null
|
|
528
|
+
},
|
|
529
|
+
"mission_validity_certificate": {
|
|
530
|
+
"anyOf": [
|
|
531
|
+
{
|
|
532
|
+
"$ref": "#/$defs/MissionValidityCertificate"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"type": "null"
|
|
536
|
+
}
|
|
537
|
+
],
|
|
538
|
+
"default": null
|
|
539
|
+
},
|
|
540
|
+
"operationally_usable": {
|
|
541
|
+
"default": false,
|
|
542
|
+
"title": "Operationally Usable",
|
|
543
|
+
"type": "boolean"
|
|
544
|
+
},
|
|
545
|
+
"opportunity_contract": {
|
|
546
|
+
"anyOf": [
|
|
547
|
+
{
|
|
548
|
+
"$ref": "#/$defs/OpportunityMeasureContract"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"type": "null"
|
|
552
|
+
}
|
|
553
|
+
],
|
|
554
|
+
"default": null
|
|
555
|
+
},
|
|
556
|
+
"proxy_bridge_refs": {
|
|
557
|
+
"items": {
|
|
558
|
+
"type": "string"
|
|
559
|
+
},
|
|
560
|
+
"title": "Proxy Bridge Refs",
|
|
561
|
+
"type": "array"
|
|
562
|
+
},
|
|
563
|
+
"reasons": {
|
|
564
|
+
"items": {
|
|
565
|
+
"type": "string"
|
|
566
|
+
},
|
|
567
|
+
"title": "Reasons",
|
|
568
|
+
"type": "array"
|
|
569
|
+
},
|
|
570
|
+
"residual_external_obligations": {
|
|
571
|
+
"items": {
|
|
572
|
+
"type": "string"
|
|
573
|
+
},
|
|
574
|
+
"title": "Residual External Obligations",
|
|
575
|
+
"type": "array"
|
|
576
|
+
},
|
|
577
|
+
"residual_ledger": {
|
|
578
|
+
"$ref": "#/$defs/Ledger"
|
|
579
|
+
},
|
|
580
|
+
"robustness_refs": {
|
|
581
|
+
"items": {
|
|
582
|
+
"type": "string"
|
|
583
|
+
},
|
|
584
|
+
"title": "Robustness Refs",
|
|
585
|
+
"type": "array"
|
|
586
|
+
},
|
|
587
|
+
"root_finality_certificate": {
|
|
588
|
+
"anyOf": [
|
|
589
|
+
{
|
|
590
|
+
"$ref": "#/$defs/RootFinalityCertificate"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"type": "null"
|
|
594
|
+
}
|
|
595
|
+
],
|
|
596
|
+
"default": null
|
|
597
|
+
},
|
|
598
|
+
"root_of_trust_refs": {
|
|
599
|
+
"items": {
|
|
600
|
+
"type": "string"
|
|
601
|
+
},
|
|
602
|
+
"title": "Root Of Trust Refs",
|
|
603
|
+
"type": "array"
|
|
604
|
+
},
|
|
605
|
+
"settled": {
|
|
606
|
+
"default": false,
|
|
607
|
+
"title": "Settled",
|
|
608
|
+
"type": "boolean"
|
|
609
|
+
},
|
|
610
|
+
"signed_surplus_lower_bound": {
|
|
611
|
+
"default": 0.0,
|
|
612
|
+
"title": "Signed Surplus Lower Bound",
|
|
613
|
+
"type": "number"
|
|
614
|
+
},
|
|
615
|
+
"status": {
|
|
616
|
+
"$ref": "#/$defs/ClaimStatus",
|
|
617
|
+
"default": "diagnostic"
|
|
618
|
+
},
|
|
619
|
+
"telemetry_cost_certificate": {
|
|
620
|
+
"anyOf": [
|
|
621
|
+
{
|
|
622
|
+
"$ref": "#/$defs/TelemetryCostCertificate"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"type": "null"
|
|
626
|
+
}
|
|
627
|
+
],
|
|
628
|
+
"default": null
|
|
629
|
+
},
|
|
630
|
+
"telemetry_refs": {
|
|
631
|
+
"items": {
|
|
632
|
+
"type": "string"
|
|
633
|
+
},
|
|
634
|
+
"title": "Telemetry Refs",
|
|
635
|
+
"type": "array"
|
|
636
|
+
},
|
|
637
|
+
"token_id": {
|
|
638
|
+
"title": "Token Id",
|
|
639
|
+
"type": "string"
|
|
640
|
+
},
|
|
641
|
+
"transport_certificate": {
|
|
642
|
+
"anyOf": [
|
|
643
|
+
{
|
|
644
|
+
"$ref": "#/$defs/TransportCertificate"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"type": "null"
|
|
648
|
+
}
|
|
649
|
+
],
|
|
650
|
+
"default": null
|
|
651
|
+
},
|
|
652
|
+
"value_bridge_report": {
|
|
653
|
+
"$ref": "#/$defs/ValueBridgeReport"
|
|
654
|
+
},
|
|
655
|
+
"value_evidence_level": {
|
|
656
|
+
"default": "calibrated-proxy",
|
|
657
|
+
"title": "Value Evidence Level",
|
|
658
|
+
"type": "string"
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
"required": [
|
|
662
|
+
"certificate_id",
|
|
663
|
+
"token_id"
|
|
664
|
+
],
|
|
665
|
+
"title": "LiquidityCertificate",
|
|
666
|
+
"type": "object"
|
|
667
|
+
},
|
|
668
|
+
"MissionValidityCertificate": {
|
|
669
|
+
"description": "Finite mission-validity certificate for a token and receiver context.",
|
|
670
|
+
"properties": {
|
|
671
|
+
"accepted": {
|
|
672
|
+
"default": false,
|
|
673
|
+
"title": "Accepted",
|
|
674
|
+
"type": "boolean"
|
|
675
|
+
},
|
|
676
|
+
"certificate_id": {
|
|
677
|
+
"title": "Certificate Id",
|
|
678
|
+
"type": "string"
|
|
679
|
+
},
|
|
680
|
+
"evidence_refs": {
|
|
681
|
+
"items": {
|
|
682
|
+
"type": "string"
|
|
683
|
+
},
|
|
684
|
+
"title": "Evidence Refs",
|
|
685
|
+
"type": "array"
|
|
686
|
+
},
|
|
687
|
+
"mission_id": {
|
|
688
|
+
"title": "Mission Id",
|
|
689
|
+
"type": "string"
|
|
690
|
+
},
|
|
691
|
+
"reasons": {
|
|
692
|
+
"items": {
|
|
693
|
+
"type": "string"
|
|
694
|
+
},
|
|
695
|
+
"title": "Reasons",
|
|
696
|
+
"type": "array"
|
|
697
|
+
},
|
|
698
|
+
"receiver_family": {
|
|
699
|
+
"items": {
|
|
700
|
+
"type": "string"
|
|
701
|
+
},
|
|
702
|
+
"title": "Receiver Family",
|
|
703
|
+
"type": "array"
|
|
704
|
+
},
|
|
705
|
+
"residual_ledger": {
|
|
706
|
+
"$ref": "#/$defs/Ledger"
|
|
707
|
+
},
|
|
708
|
+
"target_basis": {
|
|
709
|
+
"items": {
|
|
710
|
+
"type": "string"
|
|
711
|
+
},
|
|
712
|
+
"title": "Target Basis",
|
|
713
|
+
"type": "array"
|
|
714
|
+
},
|
|
715
|
+
"token_id": {
|
|
716
|
+
"title": "Token Id",
|
|
717
|
+
"type": "string"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
"required": [
|
|
721
|
+
"certificate_id",
|
|
722
|
+
"token_id",
|
|
723
|
+
"mission_id"
|
|
724
|
+
],
|
|
725
|
+
"title": "MissionValidityCertificate",
|
|
726
|
+
"type": "object"
|
|
727
|
+
},
|
|
728
|
+
"NegativeLiquidityCertificate": {
|
|
729
|
+
"description": "Finite upper-bound certificate for pruning harmful or illiquid tokens.",
|
|
730
|
+
"properties": {
|
|
731
|
+
"accepted": {
|
|
732
|
+
"default": false,
|
|
733
|
+
"title": "Accepted",
|
|
734
|
+
"type": "boolean"
|
|
735
|
+
},
|
|
736
|
+
"certificate_id": {
|
|
737
|
+
"title": "Certificate Id",
|
|
738
|
+
"type": "string"
|
|
739
|
+
},
|
|
740
|
+
"evidence_refs": {
|
|
741
|
+
"items": {
|
|
742
|
+
"type": "string"
|
|
743
|
+
},
|
|
744
|
+
"title": "Evidence Refs",
|
|
745
|
+
"type": "array"
|
|
746
|
+
},
|
|
747
|
+
"failure_mode": {
|
|
748
|
+
"default": "unspecified",
|
|
749
|
+
"title": "Failure Mode",
|
|
750
|
+
"type": "string"
|
|
751
|
+
},
|
|
752
|
+
"finite_checks_passed": {
|
|
753
|
+
"default": false,
|
|
754
|
+
"title": "Finite Checks Passed",
|
|
755
|
+
"type": "boolean"
|
|
756
|
+
},
|
|
757
|
+
"lower_cost_bound": {
|
|
758
|
+
"default": 0.0,
|
|
759
|
+
"title": "Lower Cost Bound",
|
|
760
|
+
"type": "number"
|
|
761
|
+
},
|
|
762
|
+
"operationally_usable": {
|
|
763
|
+
"default": false,
|
|
764
|
+
"title": "Operationally Usable",
|
|
765
|
+
"type": "boolean"
|
|
766
|
+
},
|
|
767
|
+
"reasons": {
|
|
768
|
+
"items": {
|
|
769
|
+
"type": "string"
|
|
770
|
+
},
|
|
771
|
+
"title": "Reasons",
|
|
772
|
+
"type": "array"
|
|
773
|
+
},
|
|
774
|
+
"residual_ledger": {
|
|
775
|
+
"$ref": "#/$defs/Ledger"
|
|
776
|
+
},
|
|
777
|
+
"scope_id": {
|
|
778
|
+
"title": "Scope Id",
|
|
779
|
+
"type": "string"
|
|
780
|
+
},
|
|
781
|
+
"settled": {
|
|
782
|
+
"default": false,
|
|
783
|
+
"title": "Settled",
|
|
784
|
+
"type": "boolean"
|
|
785
|
+
},
|
|
786
|
+
"surplus_upper_bound": {
|
|
787
|
+
"default": 0.0,
|
|
788
|
+
"title": "Surplus Upper Bound",
|
|
789
|
+
"type": "number"
|
|
790
|
+
},
|
|
791
|
+
"token_id": {
|
|
792
|
+
"title": "Token Id",
|
|
793
|
+
"type": "string"
|
|
794
|
+
},
|
|
795
|
+
"transport_scope_refs": {
|
|
796
|
+
"items": {
|
|
797
|
+
"type": "string"
|
|
798
|
+
},
|
|
799
|
+
"title": "Transport Scope Refs",
|
|
800
|
+
"type": "array"
|
|
801
|
+
}
|
|
802
|
+
},
|
|
803
|
+
"required": [
|
|
804
|
+
"certificate_id",
|
|
805
|
+
"token_id",
|
|
806
|
+
"scope_id"
|
|
807
|
+
],
|
|
808
|
+
"title": "NegativeLiquidityCertificate",
|
|
809
|
+
"type": "object"
|
|
810
|
+
},
|
|
811
|
+
"OpportunityMeasureContract": {
|
|
812
|
+
"description": "Declared finite opportunity measure used to value a token.",
|
|
813
|
+
"properties": {
|
|
814
|
+
"accepted": {
|
|
815
|
+
"default": false,
|
|
816
|
+
"title": "Accepted",
|
|
817
|
+
"type": "boolean"
|
|
818
|
+
},
|
|
819
|
+
"baseline_ref": {
|
|
820
|
+
"anyOf": [
|
|
821
|
+
{
|
|
822
|
+
"type": "string"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"type": "null"
|
|
826
|
+
}
|
|
827
|
+
],
|
|
828
|
+
"default": null,
|
|
829
|
+
"title": "Baseline Ref"
|
|
830
|
+
},
|
|
831
|
+
"contract_id": {
|
|
832
|
+
"title": "Contract Id",
|
|
833
|
+
"type": "string"
|
|
834
|
+
},
|
|
835
|
+
"evidence_refs": {
|
|
836
|
+
"items": {
|
|
837
|
+
"type": "string"
|
|
838
|
+
},
|
|
839
|
+
"title": "Evidence Refs",
|
|
840
|
+
"type": "array"
|
|
841
|
+
},
|
|
842
|
+
"horizon": {
|
|
843
|
+
"default": "finite",
|
|
844
|
+
"title": "Horizon",
|
|
845
|
+
"type": "string"
|
|
846
|
+
},
|
|
847
|
+
"mission_id": {
|
|
848
|
+
"title": "Mission Id",
|
|
849
|
+
"type": "string"
|
|
850
|
+
},
|
|
851
|
+
"reasons": {
|
|
852
|
+
"items": {
|
|
853
|
+
"type": "string"
|
|
854
|
+
},
|
|
855
|
+
"title": "Reasons",
|
|
856
|
+
"type": "array"
|
|
857
|
+
},
|
|
858
|
+
"receiver_family": {
|
|
859
|
+
"items": {
|
|
860
|
+
"type": "string"
|
|
861
|
+
},
|
|
862
|
+
"title": "Receiver Family",
|
|
863
|
+
"type": "array"
|
|
864
|
+
},
|
|
865
|
+
"residual_ledger": {
|
|
866
|
+
"$ref": "#/$defs/Ledger"
|
|
867
|
+
},
|
|
868
|
+
"task_portfolio_refs": {
|
|
869
|
+
"items": {
|
|
870
|
+
"type": "string"
|
|
871
|
+
},
|
|
872
|
+
"title": "Task Portfolio Refs",
|
|
873
|
+
"type": "array"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
"required": [
|
|
877
|
+
"contract_id",
|
|
878
|
+
"mission_id"
|
|
879
|
+
],
|
|
880
|
+
"title": "OpportunityMeasureContract",
|
|
881
|
+
"type": "object"
|
|
882
|
+
},
|
|
883
|
+
"RootFinalityCertificate": {
|
|
884
|
+
"description": "Role-separated root and finality certificate for ALT settlement.",
|
|
885
|
+
"properties": {
|
|
886
|
+
"accepted": {
|
|
887
|
+
"default": false,
|
|
888
|
+
"title": "Accepted",
|
|
889
|
+
"type": "boolean"
|
|
890
|
+
},
|
|
891
|
+
"byzantine_budget_upper_bound": {
|
|
892
|
+
"default": 0.0,
|
|
893
|
+
"title": "Byzantine Budget Upper Bound",
|
|
894
|
+
"type": "number"
|
|
895
|
+
},
|
|
896
|
+
"certificate_id": {
|
|
897
|
+
"title": "Certificate Id",
|
|
898
|
+
"type": "string"
|
|
899
|
+
},
|
|
900
|
+
"correlated_capture_budget_upper_bound": {
|
|
901
|
+
"default": 0.0,
|
|
902
|
+
"title": "Correlated Capture Budget Upper Bound",
|
|
903
|
+
"type": "number"
|
|
904
|
+
},
|
|
905
|
+
"evaluator_quorum_refs": {
|
|
906
|
+
"items": {
|
|
907
|
+
"type": "string"
|
|
908
|
+
},
|
|
909
|
+
"title": "Evaluator Quorum Refs",
|
|
910
|
+
"type": "array"
|
|
911
|
+
},
|
|
912
|
+
"evidence_refs": {
|
|
913
|
+
"items": {
|
|
914
|
+
"type": "string"
|
|
915
|
+
},
|
|
916
|
+
"title": "Evidence Refs",
|
|
917
|
+
"type": "array"
|
|
918
|
+
},
|
|
919
|
+
"finality_record_ref": {
|
|
920
|
+
"anyOf": [
|
|
921
|
+
{
|
|
922
|
+
"type": "string"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"type": "null"
|
|
926
|
+
}
|
|
927
|
+
],
|
|
928
|
+
"default": null,
|
|
929
|
+
"title": "Finality Record Ref"
|
|
930
|
+
},
|
|
931
|
+
"finite_checks_passed": {
|
|
932
|
+
"default": false,
|
|
933
|
+
"title": "Finite Checks Passed",
|
|
934
|
+
"type": "boolean"
|
|
935
|
+
},
|
|
936
|
+
"operationally_usable": {
|
|
937
|
+
"default": false,
|
|
938
|
+
"title": "Operationally Usable",
|
|
939
|
+
"type": "boolean"
|
|
940
|
+
},
|
|
941
|
+
"partition_alarm": {
|
|
942
|
+
"default": false,
|
|
943
|
+
"title": "Partition Alarm",
|
|
944
|
+
"type": "boolean"
|
|
945
|
+
},
|
|
946
|
+
"reasons": {
|
|
947
|
+
"items": {
|
|
948
|
+
"type": "string"
|
|
949
|
+
},
|
|
950
|
+
"title": "Reasons",
|
|
951
|
+
"type": "array"
|
|
952
|
+
},
|
|
953
|
+
"residual_ledger": {
|
|
954
|
+
"$ref": "#/$defs/Ledger"
|
|
955
|
+
},
|
|
956
|
+
"root_role_refs": {
|
|
957
|
+
"items": {
|
|
958
|
+
"type": "string"
|
|
959
|
+
},
|
|
960
|
+
"title": "Root Role Refs",
|
|
961
|
+
"type": "array"
|
|
962
|
+
},
|
|
963
|
+
"settled": {
|
|
964
|
+
"default": false,
|
|
965
|
+
"title": "Settled",
|
|
966
|
+
"type": "boolean"
|
|
967
|
+
},
|
|
968
|
+
"token_id": {
|
|
969
|
+
"title": "Token Id",
|
|
970
|
+
"type": "string"
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"required": [
|
|
974
|
+
"certificate_id",
|
|
975
|
+
"token_id"
|
|
976
|
+
],
|
|
977
|
+
"title": "RootFinalityCertificate",
|
|
978
|
+
"type": "object"
|
|
979
|
+
},
|
|
980
|
+
"TelemetryCostCertificate": {
|
|
981
|
+
"description": "Finite telemetry accounting certificate for ALT cost coordinates.",
|
|
982
|
+
"properties": {
|
|
983
|
+
"accepted": {
|
|
984
|
+
"default": false,
|
|
985
|
+
"title": "Accepted",
|
|
986
|
+
"type": "boolean"
|
|
987
|
+
},
|
|
988
|
+
"certificate_id": {
|
|
989
|
+
"title": "Certificate Id",
|
|
990
|
+
"type": "string"
|
|
991
|
+
},
|
|
992
|
+
"evidence_refs": {
|
|
993
|
+
"items": {
|
|
994
|
+
"type": "string"
|
|
995
|
+
},
|
|
996
|
+
"title": "Evidence Refs",
|
|
997
|
+
"type": "array"
|
|
998
|
+
},
|
|
999
|
+
"finite_checks_passed": {
|
|
1000
|
+
"default": false,
|
|
1001
|
+
"title": "Finite Checks Passed",
|
|
1002
|
+
"type": "boolean"
|
|
1003
|
+
},
|
|
1004
|
+
"measured_cost_upper_bound": {
|
|
1005
|
+
"default": 0.0,
|
|
1006
|
+
"title": "Measured Cost Upper Bound",
|
|
1007
|
+
"type": "number"
|
|
1008
|
+
},
|
|
1009
|
+
"observer_cost_upper_bound": {
|
|
1010
|
+
"default": 0.0,
|
|
1011
|
+
"title": "Observer Cost Upper Bound",
|
|
1012
|
+
"type": "number"
|
|
1013
|
+
},
|
|
1014
|
+
"observer_refs": {
|
|
1015
|
+
"items": {
|
|
1016
|
+
"type": "string"
|
|
1017
|
+
},
|
|
1018
|
+
"title": "Observer Refs",
|
|
1019
|
+
"type": "array"
|
|
1020
|
+
},
|
|
1021
|
+
"operationally_usable": {
|
|
1022
|
+
"default": false,
|
|
1023
|
+
"title": "Operationally Usable",
|
|
1024
|
+
"type": "boolean"
|
|
1025
|
+
},
|
|
1026
|
+
"reasons": {
|
|
1027
|
+
"items": {
|
|
1028
|
+
"type": "string"
|
|
1029
|
+
},
|
|
1030
|
+
"title": "Reasons",
|
|
1031
|
+
"type": "array"
|
|
1032
|
+
},
|
|
1033
|
+
"residual_ledger": {
|
|
1034
|
+
"$ref": "#/$defs/Ledger"
|
|
1035
|
+
},
|
|
1036
|
+
"settled": {
|
|
1037
|
+
"default": false,
|
|
1038
|
+
"title": "Settled",
|
|
1039
|
+
"type": "boolean"
|
|
1040
|
+
},
|
|
1041
|
+
"tamper_positive": {
|
|
1042
|
+
"default": false,
|
|
1043
|
+
"title": "Tamper Positive",
|
|
1044
|
+
"type": "boolean"
|
|
1045
|
+
},
|
|
1046
|
+
"token_id": {
|
|
1047
|
+
"title": "Token Id",
|
|
1048
|
+
"type": "string"
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
"required": [
|
|
1052
|
+
"certificate_id",
|
|
1053
|
+
"token_id"
|
|
1054
|
+
],
|
|
1055
|
+
"title": "TelemetryCostCertificate",
|
|
1056
|
+
"type": "object"
|
|
1057
|
+
},
|
|
1058
|
+
"TokenLineage": {
|
|
1059
|
+
"description": "Lineage of an abstraction token through traces, packets, and versions.",
|
|
1060
|
+
"properties": {
|
|
1061
|
+
"accepted": {
|
|
1062
|
+
"default": false,
|
|
1063
|
+
"title": "Accepted",
|
|
1064
|
+
"type": "boolean"
|
|
1065
|
+
},
|
|
1066
|
+
"content_sha256": {
|
|
1067
|
+
"anyOf": [
|
|
1068
|
+
{
|
|
1069
|
+
"type": "string"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"type": "null"
|
|
1073
|
+
}
|
|
1074
|
+
],
|
|
1075
|
+
"default": null,
|
|
1076
|
+
"title": "Content Sha256"
|
|
1077
|
+
},
|
|
1078
|
+
"lineage_id": {
|
|
1079
|
+
"title": "Lineage Id",
|
|
1080
|
+
"type": "string"
|
|
1081
|
+
},
|
|
1082
|
+
"parent_token_ids": {
|
|
1083
|
+
"items": {
|
|
1084
|
+
"type": "string"
|
|
1085
|
+
},
|
|
1086
|
+
"title": "Parent Token Ids",
|
|
1087
|
+
"type": "array"
|
|
1088
|
+
},
|
|
1089
|
+
"provenance_refs": {
|
|
1090
|
+
"items": {
|
|
1091
|
+
"type": "string"
|
|
1092
|
+
},
|
|
1093
|
+
"title": "Provenance Refs",
|
|
1094
|
+
"type": "array"
|
|
1095
|
+
},
|
|
1096
|
+
"reasons": {
|
|
1097
|
+
"items": {
|
|
1098
|
+
"type": "string"
|
|
1099
|
+
},
|
|
1100
|
+
"title": "Reasons",
|
|
1101
|
+
"type": "array"
|
|
1102
|
+
},
|
|
1103
|
+
"source_packet_ids": {
|
|
1104
|
+
"items": {
|
|
1105
|
+
"type": "string"
|
|
1106
|
+
},
|
|
1107
|
+
"title": "Source Packet Ids",
|
|
1108
|
+
"type": "array"
|
|
1109
|
+
},
|
|
1110
|
+
"source_trace_ids": {
|
|
1111
|
+
"items": {
|
|
1112
|
+
"type": "string"
|
|
1113
|
+
},
|
|
1114
|
+
"title": "Source Trace Ids",
|
|
1115
|
+
"type": "array"
|
|
1116
|
+
},
|
|
1117
|
+
"token_id": {
|
|
1118
|
+
"title": "Token Id",
|
|
1119
|
+
"type": "string"
|
|
1120
|
+
},
|
|
1121
|
+
"version": {
|
|
1122
|
+
"default": "0",
|
|
1123
|
+
"title": "Version",
|
|
1124
|
+
"type": "string"
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1127
|
+
"required": [
|
|
1128
|
+
"lineage_id",
|
|
1129
|
+
"token_id"
|
|
1130
|
+
],
|
|
1131
|
+
"title": "TokenLineage",
|
|
1132
|
+
"type": "object"
|
|
1133
|
+
},
|
|
1134
|
+
"TraceSufficiencyCertificate": {
|
|
1135
|
+
"description": "Finite certificate that a trace projection supports token extraction.",
|
|
1136
|
+
"properties": {
|
|
1137
|
+
"accepted": {
|
|
1138
|
+
"default": false,
|
|
1139
|
+
"title": "Accepted",
|
|
1140
|
+
"type": "boolean"
|
|
1141
|
+
},
|
|
1142
|
+
"certificate_id": {
|
|
1143
|
+
"title": "Certificate Id",
|
|
1144
|
+
"type": "string"
|
|
1145
|
+
},
|
|
1146
|
+
"evidence_refs": {
|
|
1147
|
+
"items": {
|
|
1148
|
+
"type": "string"
|
|
1149
|
+
},
|
|
1150
|
+
"title": "Evidence Refs",
|
|
1151
|
+
"type": "array"
|
|
1152
|
+
},
|
|
1153
|
+
"finite_checks_passed": {
|
|
1154
|
+
"default": false,
|
|
1155
|
+
"title": "Finite Checks Passed",
|
|
1156
|
+
"type": "boolean"
|
|
1157
|
+
},
|
|
1158
|
+
"operationally_usable": {
|
|
1159
|
+
"default": false,
|
|
1160
|
+
"title": "Operationally Usable",
|
|
1161
|
+
"type": "boolean"
|
|
1162
|
+
},
|
|
1163
|
+
"projection_id": {
|
|
1164
|
+
"title": "Projection Id",
|
|
1165
|
+
"type": "string"
|
|
1166
|
+
},
|
|
1167
|
+
"reasons": {
|
|
1168
|
+
"items": {
|
|
1169
|
+
"type": "string"
|
|
1170
|
+
},
|
|
1171
|
+
"title": "Reasons",
|
|
1172
|
+
"type": "array"
|
|
1173
|
+
},
|
|
1174
|
+
"required_fields": {
|
|
1175
|
+
"items": {
|
|
1176
|
+
"type": "string"
|
|
1177
|
+
},
|
|
1178
|
+
"title": "Required Fields",
|
|
1179
|
+
"type": "array"
|
|
1180
|
+
},
|
|
1181
|
+
"residual_ledger": {
|
|
1182
|
+
"$ref": "#/$defs/Ledger"
|
|
1183
|
+
},
|
|
1184
|
+
"settled": {
|
|
1185
|
+
"default": false,
|
|
1186
|
+
"title": "Settled",
|
|
1187
|
+
"type": "boolean"
|
|
1188
|
+
},
|
|
1189
|
+
"sufficiency_lower_bound": {
|
|
1190
|
+
"default": 0.0,
|
|
1191
|
+
"title": "Sufficiency Lower Bound",
|
|
1192
|
+
"type": "number"
|
|
1193
|
+
},
|
|
1194
|
+
"trace_id": {
|
|
1195
|
+
"title": "Trace Id",
|
|
1196
|
+
"type": "string"
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
"required": [
|
|
1200
|
+
"certificate_id",
|
|
1201
|
+
"trace_id",
|
|
1202
|
+
"projection_id"
|
|
1203
|
+
],
|
|
1204
|
+
"title": "TraceSufficiencyCertificate",
|
|
1205
|
+
"type": "object"
|
|
1206
|
+
},
|
|
1207
|
+
"TransportCertificate": {
|
|
1208
|
+
"description": "Finite transport certificate for token reuse across receiver contexts.",
|
|
1209
|
+
"properties": {
|
|
1210
|
+
"accepted": {
|
|
1211
|
+
"default": false,
|
|
1212
|
+
"title": "Accepted",
|
|
1213
|
+
"type": "boolean"
|
|
1214
|
+
},
|
|
1215
|
+
"certificate_id": {
|
|
1216
|
+
"title": "Certificate Id",
|
|
1217
|
+
"type": "string"
|
|
1218
|
+
},
|
|
1219
|
+
"density_ratio_upper_bound": {
|
|
1220
|
+
"default": 1.0,
|
|
1221
|
+
"title": "Density Ratio Upper Bound",
|
|
1222
|
+
"type": "number"
|
|
1223
|
+
},
|
|
1224
|
+
"evidence_refs": {
|
|
1225
|
+
"items": {
|
|
1226
|
+
"type": "string"
|
|
1227
|
+
},
|
|
1228
|
+
"title": "Evidence Refs",
|
|
1229
|
+
"type": "array"
|
|
1230
|
+
},
|
|
1231
|
+
"finite_checks_passed": {
|
|
1232
|
+
"default": false,
|
|
1233
|
+
"title": "Finite Checks Passed",
|
|
1234
|
+
"type": "boolean"
|
|
1235
|
+
},
|
|
1236
|
+
"max_density_ratio": {
|
|
1237
|
+
"default": 10.0,
|
|
1238
|
+
"title": "Max Density Ratio",
|
|
1239
|
+
"type": "number"
|
|
1240
|
+
},
|
|
1241
|
+
"operationally_usable": {
|
|
1242
|
+
"default": false,
|
|
1243
|
+
"title": "Operationally Usable",
|
|
1244
|
+
"type": "boolean"
|
|
1245
|
+
},
|
|
1246
|
+
"reasons": {
|
|
1247
|
+
"items": {
|
|
1248
|
+
"type": "string"
|
|
1249
|
+
},
|
|
1250
|
+
"title": "Reasons",
|
|
1251
|
+
"type": "array"
|
|
1252
|
+
},
|
|
1253
|
+
"residual_ledger": {
|
|
1254
|
+
"$ref": "#/$defs/Ledger"
|
|
1255
|
+
},
|
|
1256
|
+
"settled": {
|
|
1257
|
+
"default": false,
|
|
1258
|
+
"title": "Settled",
|
|
1259
|
+
"type": "boolean"
|
|
1260
|
+
},
|
|
1261
|
+
"source_receiver_family": {
|
|
1262
|
+
"items": {
|
|
1263
|
+
"type": "string"
|
|
1264
|
+
},
|
|
1265
|
+
"title": "Source Receiver Family",
|
|
1266
|
+
"type": "array"
|
|
1267
|
+
},
|
|
1268
|
+
"support_coverage_lower_bound": {
|
|
1269
|
+
"default": 0.0,
|
|
1270
|
+
"title": "Support Coverage Lower Bound",
|
|
1271
|
+
"type": "number"
|
|
1272
|
+
},
|
|
1273
|
+
"target_receiver_family": {
|
|
1274
|
+
"items": {
|
|
1275
|
+
"type": "string"
|
|
1276
|
+
},
|
|
1277
|
+
"title": "Target Receiver Family",
|
|
1278
|
+
"type": "array"
|
|
1279
|
+
},
|
|
1280
|
+
"token_id": {
|
|
1281
|
+
"title": "Token Id",
|
|
1282
|
+
"type": "string"
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
"required": [
|
|
1286
|
+
"certificate_id",
|
|
1287
|
+
"token_id"
|
|
1288
|
+
],
|
|
1289
|
+
"title": "TransportCertificate",
|
|
1290
|
+
"type": "object"
|
|
1291
|
+
},
|
|
1292
|
+
"ValueBridgeReport": {
|
|
1293
|
+
"description": "Typed ALT diagnostics for proxy-to-value evidence separation.",
|
|
1294
|
+
"properties": {
|
|
1295
|
+
"accepted": {
|
|
1296
|
+
"default": false,
|
|
1297
|
+
"title": "Accepted",
|
|
1298
|
+
"type": "boolean"
|
|
1299
|
+
},
|
|
1300
|
+
"baseline_refresh_ready": {
|
|
1301
|
+
"default": false,
|
|
1302
|
+
"title": "Baseline Refresh Ready",
|
|
1303
|
+
"type": "boolean"
|
|
1304
|
+
},
|
|
1305
|
+
"calibrated_proxy_bridge_ready": {
|
|
1306
|
+
"default": false,
|
|
1307
|
+
"title": "Calibrated Proxy Bridge Ready",
|
|
1308
|
+
"type": "boolean"
|
|
1309
|
+
},
|
|
1310
|
+
"cara_residual_preserved": {
|
|
1311
|
+
"default": true,
|
|
1312
|
+
"title": "Cara Residual Preserved",
|
|
1313
|
+
"type": "boolean"
|
|
1314
|
+
},
|
|
1315
|
+
"causal_effect_ready": {
|
|
1316
|
+
"default": false,
|
|
1317
|
+
"title": "Causal Effect Ready",
|
|
1318
|
+
"type": "boolean"
|
|
1319
|
+
},
|
|
1320
|
+
"causal_effect_refs": {
|
|
1321
|
+
"items": {
|
|
1322
|
+
"type": "string"
|
|
1323
|
+
},
|
|
1324
|
+
"title": "Causal Effect Refs",
|
|
1325
|
+
"type": "array"
|
|
1326
|
+
},
|
|
1327
|
+
"causal_reproduction_ready": {
|
|
1328
|
+
"default": false,
|
|
1329
|
+
"title": "Causal Reproduction Ready",
|
|
1330
|
+
"type": "boolean"
|
|
1331
|
+
},
|
|
1332
|
+
"common_estimand_ready": {
|
|
1333
|
+
"default": false,
|
|
1334
|
+
"title": "Common Estimand Ready",
|
|
1335
|
+
"type": "boolean"
|
|
1336
|
+
},
|
|
1337
|
+
"common_estimand_refs": {
|
|
1338
|
+
"items": {
|
|
1339
|
+
"type": "string"
|
|
1340
|
+
},
|
|
1341
|
+
"title": "Common Estimand Refs",
|
|
1342
|
+
"type": "array"
|
|
1343
|
+
},
|
|
1344
|
+
"contamination_diagnostics": {
|
|
1345
|
+
"items": {
|
|
1346
|
+
"type": "string"
|
|
1347
|
+
},
|
|
1348
|
+
"title": "Contamination Diagnostics",
|
|
1349
|
+
"type": "array"
|
|
1350
|
+
},
|
|
1351
|
+
"foundry_capacity_label": {
|
|
1352
|
+
"default": "evidence-limited",
|
|
1353
|
+
"title": "Foundry Capacity Label",
|
|
1354
|
+
"type": "string"
|
|
1355
|
+
},
|
|
1356
|
+
"instrumentation_refs": {
|
|
1357
|
+
"items": {
|
|
1358
|
+
"type": "string"
|
|
1359
|
+
},
|
|
1360
|
+
"title": "Instrumentation Refs",
|
|
1361
|
+
"type": "array"
|
|
1362
|
+
},
|
|
1363
|
+
"negative_liquidity_preserved": {
|
|
1364
|
+
"default": true,
|
|
1365
|
+
"title": "Negative Liquidity Preserved",
|
|
1366
|
+
"type": "boolean"
|
|
1367
|
+
},
|
|
1368
|
+
"operationally_usable": {
|
|
1369
|
+
"default": false,
|
|
1370
|
+
"title": "Operationally Usable",
|
|
1371
|
+
"type": "boolean"
|
|
1372
|
+
},
|
|
1373
|
+
"portfolio_gaming_diagnostics": {
|
|
1374
|
+
"items": {
|
|
1375
|
+
"type": "string"
|
|
1376
|
+
},
|
|
1377
|
+
"title": "Portfolio Gaming Diagnostics",
|
|
1378
|
+
"type": "array"
|
|
1379
|
+
},
|
|
1380
|
+
"proxy_bridge_refs": {
|
|
1381
|
+
"items": {
|
|
1382
|
+
"type": "string"
|
|
1383
|
+
},
|
|
1384
|
+
"title": "Proxy Bridge Refs",
|
|
1385
|
+
"type": "array"
|
|
1386
|
+
},
|
|
1387
|
+
"proxy_only": {
|
|
1388
|
+
"default": false,
|
|
1389
|
+
"title": "Proxy Only",
|
|
1390
|
+
"type": "boolean"
|
|
1391
|
+
},
|
|
1392
|
+
"reasons": {
|
|
1393
|
+
"items": {
|
|
1394
|
+
"type": "string"
|
|
1395
|
+
},
|
|
1396
|
+
"title": "Reasons",
|
|
1397
|
+
"type": "array"
|
|
1398
|
+
},
|
|
1399
|
+
"report_id": {
|
|
1400
|
+
"default": "alt-value-bridge",
|
|
1401
|
+
"title": "Report Id",
|
|
1402
|
+
"type": "string"
|
|
1403
|
+
},
|
|
1404
|
+
"settled": {
|
|
1405
|
+
"default": false,
|
|
1406
|
+
"title": "Settled",
|
|
1407
|
+
"type": "boolean"
|
|
1408
|
+
},
|
|
1409
|
+
"transportability_ready": {
|
|
1410
|
+
"default": false,
|
|
1411
|
+
"title": "Transportability Ready",
|
|
1412
|
+
"type": "boolean"
|
|
1413
|
+
},
|
|
1414
|
+
"value_evidence_level": {
|
|
1415
|
+
"default": "calibrated-proxy",
|
|
1416
|
+
"title": "Value Evidence Level",
|
|
1417
|
+
"type": "string"
|
|
1418
|
+
}
|
|
1419
|
+
},
|
|
1420
|
+
"title": "ValueBridgeReport",
|
|
1421
|
+
"type": "object"
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
"description": "Executable packet carrying a token and its ALT certificates.",
|
|
1425
|
+
"properties": {
|
|
1426
|
+
"accepted": {
|
|
1427
|
+
"default": false,
|
|
1428
|
+
"title": "Accepted",
|
|
1429
|
+
"type": "boolean"
|
|
1430
|
+
},
|
|
1431
|
+
"evidence_refs": {
|
|
1432
|
+
"items": {
|
|
1433
|
+
"type": "string"
|
|
1434
|
+
},
|
|
1435
|
+
"title": "Evidence Refs",
|
|
1436
|
+
"type": "array"
|
|
1437
|
+
},
|
|
1438
|
+
"liquidity_certificate": {
|
|
1439
|
+
"anyOf": [
|
|
1440
|
+
{
|
|
1441
|
+
"$ref": "#/$defs/LiquidityCertificate"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"type": "null"
|
|
1445
|
+
}
|
|
1446
|
+
],
|
|
1447
|
+
"default": null
|
|
1448
|
+
},
|
|
1449
|
+
"negative_liquidity_certificate": {
|
|
1450
|
+
"anyOf": [
|
|
1451
|
+
{
|
|
1452
|
+
"$ref": "#/$defs/NegativeLiquidityCertificate"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"type": "null"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"default": null
|
|
1459
|
+
},
|
|
1460
|
+
"operationally_usable": {
|
|
1461
|
+
"default": false,
|
|
1462
|
+
"title": "Operationally Usable",
|
|
1463
|
+
"type": "boolean"
|
|
1464
|
+
},
|
|
1465
|
+
"packet_id": {
|
|
1466
|
+
"title": "Packet Id",
|
|
1467
|
+
"type": "string"
|
|
1468
|
+
},
|
|
1469
|
+
"reasons": {
|
|
1470
|
+
"items": {
|
|
1471
|
+
"type": "string"
|
|
1472
|
+
},
|
|
1473
|
+
"title": "Reasons",
|
|
1474
|
+
"type": "array"
|
|
1475
|
+
},
|
|
1476
|
+
"residual_ledger": {
|
|
1477
|
+
"$ref": "#/$defs/Ledger"
|
|
1478
|
+
},
|
|
1479
|
+
"settled": {
|
|
1480
|
+
"default": false,
|
|
1481
|
+
"title": "Settled",
|
|
1482
|
+
"type": "boolean"
|
|
1483
|
+
},
|
|
1484
|
+
"token": {
|
|
1485
|
+
"$ref": "#/$defs/AbstractionToken"
|
|
1486
|
+
},
|
|
1487
|
+
"trace_sufficiency": {
|
|
1488
|
+
"anyOf": [
|
|
1489
|
+
{
|
|
1490
|
+
"$ref": "#/$defs/TraceSufficiencyCertificate"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"type": "null"
|
|
1494
|
+
}
|
|
1495
|
+
],
|
|
1496
|
+
"default": null
|
|
1497
|
+
},
|
|
1498
|
+
"verifier_routes": {
|
|
1499
|
+
"items": {
|
|
1500
|
+
"type": "string"
|
|
1501
|
+
},
|
|
1502
|
+
"title": "Verifier Routes",
|
|
1503
|
+
"type": "array"
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1506
|
+
"required": [
|
|
1507
|
+
"packet_id",
|
|
1508
|
+
"token"
|
|
1509
|
+
],
|
|
1510
|
+
"title": "ExecutableALTCertificatePacket",
|
|
1511
|
+
"type": "object"
|
|
1512
|
+
}
|