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,1377 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$defs": {
|
|
3
|
+
"AgentIdentityCheckReport": {
|
|
4
|
+
"description": "Fail-closed verification report for identity or attestation evidence.",
|
|
5
|
+
"properties": {
|
|
6
|
+
"accepted": {
|
|
7
|
+
"default": false,
|
|
8
|
+
"title": "Accepted",
|
|
9
|
+
"type": "boolean"
|
|
10
|
+
},
|
|
11
|
+
"agent_id": {
|
|
12
|
+
"title": "Agent Id",
|
|
13
|
+
"type": "string"
|
|
14
|
+
},
|
|
15
|
+
"digest_valid": {
|
|
16
|
+
"default": false,
|
|
17
|
+
"title": "Digest Valid",
|
|
18
|
+
"type": "boolean"
|
|
19
|
+
},
|
|
20
|
+
"fingerprint": {
|
|
21
|
+
"anyOf": [
|
|
22
|
+
{
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"type": "null"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"default": null,
|
|
30
|
+
"title": "Fingerprint"
|
|
31
|
+
},
|
|
32
|
+
"fingerprint_valid": {
|
|
33
|
+
"default": false,
|
|
34
|
+
"title": "Fingerprint Valid",
|
|
35
|
+
"type": "boolean"
|
|
36
|
+
},
|
|
37
|
+
"finite_checks_passed": {
|
|
38
|
+
"default": false,
|
|
39
|
+
"title": "Finite Checks Passed",
|
|
40
|
+
"type": "boolean"
|
|
41
|
+
},
|
|
42
|
+
"key_valid": {
|
|
43
|
+
"default": false,
|
|
44
|
+
"title": "Key Valid",
|
|
45
|
+
"type": "boolean"
|
|
46
|
+
},
|
|
47
|
+
"non_expired": {
|
|
48
|
+
"default": false,
|
|
49
|
+
"title": "Non Expired",
|
|
50
|
+
"type": "boolean"
|
|
51
|
+
},
|
|
52
|
+
"non_revoked": {
|
|
53
|
+
"default": false,
|
|
54
|
+
"title": "Non Revoked",
|
|
55
|
+
"type": "boolean"
|
|
56
|
+
},
|
|
57
|
+
"operationally_usable": {
|
|
58
|
+
"default": false,
|
|
59
|
+
"title": "Operationally Usable",
|
|
60
|
+
"type": "boolean"
|
|
61
|
+
},
|
|
62
|
+
"payload_digest": {
|
|
63
|
+
"anyOf": [
|
|
64
|
+
{
|
|
65
|
+
"type": "string"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"type": "null"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"default": null,
|
|
72
|
+
"title": "Payload Digest"
|
|
73
|
+
},
|
|
74
|
+
"policy_digest_present": {
|
|
75
|
+
"default": false,
|
|
76
|
+
"title": "Policy Digest Present",
|
|
77
|
+
"type": "boolean"
|
|
78
|
+
},
|
|
79
|
+
"public_key_id": {
|
|
80
|
+
"anyOf": [
|
|
81
|
+
{
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"type": "null"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"default": null,
|
|
89
|
+
"title": "Public Key Id"
|
|
90
|
+
},
|
|
91
|
+
"reasons": {
|
|
92
|
+
"items": {
|
|
93
|
+
"type": "string"
|
|
94
|
+
},
|
|
95
|
+
"title": "Reasons",
|
|
96
|
+
"type": "array"
|
|
97
|
+
},
|
|
98
|
+
"report_id": {
|
|
99
|
+
"title": "Report Id",
|
|
100
|
+
"type": "string"
|
|
101
|
+
},
|
|
102
|
+
"residual_ledger": {
|
|
103
|
+
"$ref": "#/$defs/Ledger"
|
|
104
|
+
},
|
|
105
|
+
"settled": {
|
|
106
|
+
"default": false,
|
|
107
|
+
"title": "Settled",
|
|
108
|
+
"type": "boolean"
|
|
109
|
+
},
|
|
110
|
+
"signature_suite": {
|
|
111
|
+
"anyOf": [
|
|
112
|
+
{
|
|
113
|
+
"type": "string"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"type": "null"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"default": null,
|
|
120
|
+
"title": "Signature Suite"
|
|
121
|
+
},
|
|
122
|
+
"signature_valid": {
|
|
123
|
+
"default": false,
|
|
124
|
+
"title": "Signature Valid",
|
|
125
|
+
"type": "boolean"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"required": [
|
|
129
|
+
"report_id",
|
|
130
|
+
"agent_id"
|
|
131
|
+
],
|
|
132
|
+
"title": "AgentIdentityCheckReport",
|
|
133
|
+
"type": "object"
|
|
134
|
+
},
|
|
135
|
+
"AgentPolicyIdentity": {
|
|
136
|
+
"description": "Policy identity for one member of a fixed ECPT agent population.",
|
|
137
|
+
"properties": {
|
|
138
|
+
"accepted": {
|
|
139
|
+
"default": false,
|
|
140
|
+
"title": "Accepted",
|
|
141
|
+
"type": "boolean"
|
|
142
|
+
},
|
|
143
|
+
"agent_id": {
|
|
144
|
+
"title": "Agent Id",
|
|
145
|
+
"type": "string"
|
|
146
|
+
},
|
|
147
|
+
"model_digest": {
|
|
148
|
+
"anyOf": [
|
|
149
|
+
{
|
|
150
|
+
"type": "string"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"type": "null"
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"default": null,
|
|
157
|
+
"title": "Model Digest"
|
|
158
|
+
},
|
|
159
|
+
"policy_digest": {
|
|
160
|
+
"title": "Policy Digest",
|
|
161
|
+
"type": "string"
|
|
162
|
+
},
|
|
163
|
+
"reasons": {
|
|
164
|
+
"items": {
|
|
165
|
+
"type": "string"
|
|
166
|
+
},
|
|
167
|
+
"title": "Reasons",
|
|
168
|
+
"type": "array"
|
|
169
|
+
},
|
|
170
|
+
"route_allowlist": {
|
|
171
|
+
"items": {
|
|
172
|
+
"type": "string"
|
|
173
|
+
},
|
|
174
|
+
"title": "Route Allowlist",
|
|
175
|
+
"type": "array"
|
|
176
|
+
},
|
|
177
|
+
"self_rewrite_allowed": {
|
|
178
|
+
"default": false,
|
|
179
|
+
"title": "Self Rewrite Allowed",
|
|
180
|
+
"type": "boolean"
|
|
181
|
+
},
|
|
182
|
+
"source_kind_allowlist": {
|
|
183
|
+
"items": {
|
|
184
|
+
"type": "string"
|
|
185
|
+
},
|
|
186
|
+
"title": "Source Kind Allowlist",
|
|
187
|
+
"type": "array"
|
|
188
|
+
},
|
|
189
|
+
"tool_allowlist_digest": {
|
|
190
|
+
"anyOf": [
|
|
191
|
+
{
|
|
192
|
+
"type": "string"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"type": "null"
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"default": null,
|
|
199
|
+
"title": "Tool Allowlist Digest"
|
|
200
|
+
},
|
|
201
|
+
"weight_update_allowed": {
|
|
202
|
+
"default": false,
|
|
203
|
+
"title": "Weight Update Allowed",
|
|
204
|
+
"type": "boolean"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"required": [
|
|
208
|
+
"agent_id",
|
|
209
|
+
"policy_digest"
|
|
210
|
+
],
|
|
211
|
+
"title": "AgentPolicyIdentity",
|
|
212
|
+
"type": "object"
|
|
213
|
+
},
|
|
214
|
+
"AutocatalyticClosureWitness": {
|
|
215
|
+
"description": "Accepted finite closure witness for ECPT collective packet regeneration.",
|
|
216
|
+
"properties": {
|
|
217
|
+
"accepted": {
|
|
218
|
+
"default": false,
|
|
219
|
+
"title": "Accepted",
|
|
220
|
+
"type": "boolean"
|
|
221
|
+
},
|
|
222
|
+
"closure_packet_ids": {
|
|
223
|
+
"items": {
|
|
224
|
+
"type": "string"
|
|
225
|
+
},
|
|
226
|
+
"title": "Closure Packet Ids",
|
|
227
|
+
"type": "array"
|
|
228
|
+
},
|
|
229
|
+
"closure_strength": {
|
|
230
|
+
"default": 0.0,
|
|
231
|
+
"title": "Closure Strength",
|
|
232
|
+
"type": "number"
|
|
233
|
+
},
|
|
234
|
+
"external_seed_packet_ids": {
|
|
235
|
+
"items": {
|
|
236
|
+
"type": "string"
|
|
237
|
+
},
|
|
238
|
+
"title": "External Seed Packet Ids",
|
|
239
|
+
"type": "array"
|
|
240
|
+
},
|
|
241
|
+
"false_liquidity_rate": {
|
|
242
|
+
"default": 0.0,
|
|
243
|
+
"title": "False Liquidity Rate",
|
|
244
|
+
"type": "number"
|
|
245
|
+
},
|
|
246
|
+
"finite_checks_passed": {
|
|
247
|
+
"default": false,
|
|
248
|
+
"title": "Finite Checks Passed",
|
|
249
|
+
"type": "boolean"
|
|
250
|
+
},
|
|
251
|
+
"internal_edge_ids": {
|
|
252
|
+
"items": {
|
|
253
|
+
"type": "string"
|
|
254
|
+
},
|
|
255
|
+
"title": "Internal Edge Ids",
|
|
256
|
+
"type": "array"
|
|
257
|
+
},
|
|
258
|
+
"operationally_usable": {
|
|
259
|
+
"default": false,
|
|
260
|
+
"title": "Operationally Usable",
|
|
261
|
+
"type": "boolean"
|
|
262
|
+
},
|
|
263
|
+
"productive_packet_ids": {
|
|
264
|
+
"items": {
|
|
265
|
+
"type": "string"
|
|
266
|
+
},
|
|
267
|
+
"title": "Productive Packet Ids",
|
|
268
|
+
"type": "array"
|
|
269
|
+
},
|
|
270
|
+
"productivity_lower_bound": {
|
|
271
|
+
"default": 0.0,
|
|
272
|
+
"title": "Productivity Lower Bound",
|
|
273
|
+
"type": "number"
|
|
274
|
+
},
|
|
275
|
+
"reasons": {
|
|
276
|
+
"items": {
|
|
277
|
+
"type": "string"
|
|
278
|
+
},
|
|
279
|
+
"title": "Reasons",
|
|
280
|
+
"type": "array"
|
|
281
|
+
},
|
|
282
|
+
"regeneration_edge_ids": {
|
|
283
|
+
"items": {
|
|
284
|
+
"type": "string"
|
|
285
|
+
},
|
|
286
|
+
"title": "Regeneration Edge Ids",
|
|
287
|
+
"type": "array"
|
|
288
|
+
},
|
|
289
|
+
"residual_ledger": {
|
|
290
|
+
"$ref": "#/$defs/Ledger"
|
|
291
|
+
},
|
|
292
|
+
"settled": {
|
|
293
|
+
"default": false,
|
|
294
|
+
"title": "Settled",
|
|
295
|
+
"type": "boolean"
|
|
296
|
+
},
|
|
297
|
+
"witness_id": {
|
|
298
|
+
"title": "Witness Id",
|
|
299
|
+
"type": "string"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"required": [
|
|
303
|
+
"witness_id"
|
|
304
|
+
],
|
|
305
|
+
"title": "AutocatalyticClosureWitness",
|
|
306
|
+
"type": "object"
|
|
307
|
+
},
|
|
308
|
+
"CoordinateKind": {
|
|
309
|
+
"enum": [
|
|
310
|
+
"benefit",
|
|
311
|
+
"burden",
|
|
312
|
+
"residual",
|
|
313
|
+
"tolerance",
|
|
314
|
+
"resource",
|
|
315
|
+
"metadata"
|
|
316
|
+
],
|
|
317
|
+
"title": "CoordinateKind",
|
|
318
|
+
"type": "string"
|
|
319
|
+
},
|
|
320
|
+
"EvidenceStatus": {
|
|
321
|
+
"enum": [
|
|
322
|
+
"verified",
|
|
323
|
+
"declared",
|
|
324
|
+
"unknown"
|
|
325
|
+
],
|
|
326
|
+
"title": "EvidenceStatus",
|
|
327
|
+
"type": "string"
|
|
328
|
+
},
|
|
329
|
+
"ExecutionAvailablePathCertificate": {
|
|
330
|
+
"description": "Finite certificate that a path is execution-available but not executed.",
|
|
331
|
+
"properties": {
|
|
332
|
+
"accepted": {
|
|
333
|
+
"default": false,
|
|
334
|
+
"title": "Accepted",
|
|
335
|
+
"type": "boolean"
|
|
336
|
+
},
|
|
337
|
+
"authority_granted": {
|
|
338
|
+
"default": true,
|
|
339
|
+
"title": "Authority Granted",
|
|
340
|
+
"type": "boolean"
|
|
341
|
+
},
|
|
342
|
+
"certificate_id": {
|
|
343
|
+
"title": "Certificate Id",
|
|
344
|
+
"type": "string"
|
|
345
|
+
},
|
|
346
|
+
"constraint_frame_id": {
|
|
347
|
+
"default": "default-constraint-frame",
|
|
348
|
+
"title": "Constraint Frame Id",
|
|
349
|
+
"type": "string"
|
|
350
|
+
},
|
|
351
|
+
"edge_ids": {
|
|
352
|
+
"items": {
|
|
353
|
+
"type": "string"
|
|
354
|
+
},
|
|
355
|
+
"title": "Edge Ids",
|
|
356
|
+
"type": "array"
|
|
357
|
+
},
|
|
358
|
+
"evidence_refs": {
|
|
359
|
+
"items": {
|
|
360
|
+
"type": "string"
|
|
361
|
+
},
|
|
362
|
+
"title": "Evidence Refs",
|
|
363
|
+
"type": "array"
|
|
364
|
+
},
|
|
365
|
+
"execution_gates": {
|
|
366
|
+
"items": {
|
|
367
|
+
"type": "string"
|
|
368
|
+
},
|
|
369
|
+
"title": "Execution Gates",
|
|
370
|
+
"type": "array"
|
|
371
|
+
},
|
|
372
|
+
"finite_checks_passed": {
|
|
373
|
+
"default": false,
|
|
374
|
+
"title": "Finite Checks Passed",
|
|
375
|
+
"type": "boolean"
|
|
376
|
+
},
|
|
377
|
+
"not_executed": {
|
|
378
|
+
"default": true,
|
|
379
|
+
"title": "Not Executed",
|
|
380
|
+
"type": "boolean"
|
|
381
|
+
},
|
|
382
|
+
"operationally_usable": {
|
|
383
|
+
"default": false,
|
|
384
|
+
"title": "Operationally Usable",
|
|
385
|
+
"type": "boolean"
|
|
386
|
+
},
|
|
387
|
+
"packet_ids": {
|
|
388
|
+
"items": {
|
|
389
|
+
"type": "string"
|
|
390
|
+
},
|
|
391
|
+
"title": "Packet Ids",
|
|
392
|
+
"type": "array"
|
|
393
|
+
},
|
|
394
|
+
"path_id": {
|
|
395
|
+
"title": "Path Id",
|
|
396
|
+
"type": "string"
|
|
397
|
+
},
|
|
398
|
+
"reasons": {
|
|
399
|
+
"items": {
|
|
400
|
+
"type": "string"
|
|
401
|
+
},
|
|
402
|
+
"title": "Reasons",
|
|
403
|
+
"type": "array"
|
|
404
|
+
},
|
|
405
|
+
"receiver_context": {
|
|
406
|
+
"items": {
|
|
407
|
+
"type": "string"
|
|
408
|
+
},
|
|
409
|
+
"title": "Receiver Context",
|
|
410
|
+
"type": "array"
|
|
411
|
+
},
|
|
412
|
+
"residual_ledger": {
|
|
413
|
+
"$ref": "#/$defs/Ledger"
|
|
414
|
+
},
|
|
415
|
+
"rollback_available": {
|
|
416
|
+
"default": true,
|
|
417
|
+
"title": "Rollback Available",
|
|
418
|
+
"type": "boolean"
|
|
419
|
+
},
|
|
420
|
+
"route_ids": {
|
|
421
|
+
"items": {
|
|
422
|
+
"type": "string"
|
|
423
|
+
},
|
|
424
|
+
"title": "Route Ids",
|
|
425
|
+
"type": "array"
|
|
426
|
+
},
|
|
427
|
+
"settled": {
|
|
428
|
+
"default": false,
|
|
429
|
+
"title": "Settled",
|
|
430
|
+
"type": "boolean"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"required": [
|
|
434
|
+
"certificate_id",
|
|
435
|
+
"path_id"
|
|
436
|
+
],
|
|
437
|
+
"title": "ExecutionAvailablePathCertificate",
|
|
438
|
+
"type": "object"
|
|
439
|
+
},
|
|
440
|
+
"FixedPopulationLedger": {
|
|
441
|
+
"description": "Finite ledger asserting fixed agent identities and no self-rewrite.",
|
|
442
|
+
"properties": {
|
|
443
|
+
"accepted": {
|
|
444
|
+
"default": false,
|
|
445
|
+
"title": "Accepted",
|
|
446
|
+
"type": "boolean"
|
|
447
|
+
},
|
|
448
|
+
"after_agents": {
|
|
449
|
+
"items": {
|
|
450
|
+
"$ref": "#/$defs/AgentPolicyIdentity"
|
|
451
|
+
},
|
|
452
|
+
"title": "After Agents",
|
|
453
|
+
"type": "array"
|
|
454
|
+
},
|
|
455
|
+
"before_agents": {
|
|
456
|
+
"items": {
|
|
457
|
+
"$ref": "#/$defs/AgentPolicyIdentity"
|
|
458
|
+
},
|
|
459
|
+
"title": "Before Agents",
|
|
460
|
+
"type": "array"
|
|
461
|
+
},
|
|
462
|
+
"finite_checks_passed": {
|
|
463
|
+
"default": false,
|
|
464
|
+
"title": "Finite Checks Passed",
|
|
465
|
+
"type": "boolean"
|
|
466
|
+
},
|
|
467
|
+
"fixed_population": {
|
|
468
|
+
"default": true,
|
|
469
|
+
"title": "Fixed Population",
|
|
470
|
+
"type": "boolean"
|
|
471
|
+
},
|
|
472
|
+
"ledger_id": {
|
|
473
|
+
"title": "Ledger Id",
|
|
474
|
+
"type": "string"
|
|
475
|
+
},
|
|
476
|
+
"no_self_rewrite": {
|
|
477
|
+
"default": true,
|
|
478
|
+
"title": "No Self Rewrite",
|
|
479
|
+
"type": "boolean"
|
|
480
|
+
},
|
|
481
|
+
"no_weight_update": {
|
|
482
|
+
"default": true,
|
|
483
|
+
"title": "No Weight Update",
|
|
484
|
+
"type": "boolean"
|
|
485
|
+
},
|
|
486
|
+
"observation_window_id": {
|
|
487
|
+
"default": "default-observation-window",
|
|
488
|
+
"title": "Observation Window Id",
|
|
489
|
+
"type": "string"
|
|
490
|
+
},
|
|
491
|
+
"operationally_usable": {
|
|
492
|
+
"default": false,
|
|
493
|
+
"title": "Operationally Usable",
|
|
494
|
+
"type": "boolean"
|
|
495
|
+
},
|
|
496
|
+
"policy_digests_unchanged": {
|
|
497
|
+
"default": true,
|
|
498
|
+
"title": "Policy Digests Unchanged",
|
|
499
|
+
"type": "boolean"
|
|
500
|
+
},
|
|
501
|
+
"reasons": {
|
|
502
|
+
"items": {
|
|
503
|
+
"type": "string"
|
|
504
|
+
},
|
|
505
|
+
"title": "Reasons",
|
|
506
|
+
"type": "array"
|
|
507
|
+
},
|
|
508
|
+
"residual_ledger": {
|
|
509
|
+
"$ref": "#/$defs/Ledger"
|
|
510
|
+
},
|
|
511
|
+
"settled": {
|
|
512
|
+
"default": false,
|
|
513
|
+
"title": "Settled",
|
|
514
|
+
"type": "boolean"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
"required": [
|
|
518
|
+
"ledger_id"
|
|
519
|
+
],
|
|
520
|
+
"title": "FixedPopulationLedger",
|
|
521
|
+
"type": "object"
|
|
522
|
+
},
|
|
523
|
+
"HiddenCapabilityInjectionReport": {
|
|
524
|
+
"description": "Fail-closed check for packets, edges, evidence, or events outside protocol.",
|
|
525
|
+
"properties": {
|
|
526
|
+
"accepted": {
|
|
527
|
+
"default": false,
|
|
528
|
+
"title": "Accepted",
|
|
529
|
+
"type": "boolean"
|
|
530
|
+
},
|
|
531
|
+
"allowed_packet_ids": {
|
|
532
|
+
"items": {
|
|
533
|
+
"type": "string"
|
|
534
|
+
},
|
|
535
|
+
"title": "Allowed Packet Ids",
|
|
536
|
+
"type": "array"
|
|
537
|
+
},
|
|
538
|
+
"allowed_route_ids": {
|
|
539
|
+
"items": {
|
|
540
|
+
"type": "string"
|
|
541
|
+
},
|
|
542
|
+
"title": "Allowed Route Ids",
|
|
543
|
+
"type": "array"
|
|
544
|
+
},
|
|
545
|
+
"allowed_source_kinds": {
|
|
546
|
+
"items": {
|
|
547
|
+
"type": "string"
|
|
548
|
+
},
|
|
549
|
+
"title": "Allowed Source Kinds",
|
|
550
|
+
"type": "array"
|
|
551
|
+
},
|
|
552
|
+
"checked_packet_ids": {
|
|
553
|
+
"items": {
|
|
554
|
+
"type": "string"
|
|
555
|
+
},
|
|
556
|
+
"title": "Checked Packet Ids",
|
|
557
|
+
"type": "array"
|
|
558
|
+
},
|
|
559
|
+
"finite_checks_passed": {
|
|
560
|
+
"default": false,
|
|
561
|
+
"title": "Finite Checks Passed",
|
|
562
|
+
"type": "boolean"
|
|
563
|
+
},
|
|
564
|
+
"operationally_usable": {
|
|
565
|
+
"default": false,
|
|
566
|
+
"title": "Operationally Usable",
|
|
567
|
+
"type": "boolean"
|
|
568
|
+
},
|
|
569
|
+
"protocol_id": {
|
|
570
|
+
"title": "Protocol Id",
|
|
571
|
+
"type": "string"
|
|
572
|
+
},
|
|
573
|
+
"reasons": {
|
|
574
|
+
"items": {
|
|
575
|
+
"type": "string"
|
|
576
|
+
},
|
|
577
|
+
"title": "Reasons",
|
|
578
|
+
"type": "array"
|
|
579
|
+
},
|
|
580
|
+
"rejected_agent_ids": {
|
|
581
|
+
"items": {
|
|
582
|
+
"type": "string"
|
|
583
|
+
},
|
|
584
|
+
"title": "Rejected Agent Ids",
|
|
585
|
+
"type": "array"
|
|
586
|
+
},
|
|
587
|
+
"rejected_edge_ids": {
|
|
588
|
+
"items": {
|
|
589
|
+
"type": "string"
|
|
590
|
+
},
|
|
591
|
+
"title": "Rejected Edge Ids",
|
|
592
|
+
"type": "array"
|
|
593
|
+
},
|
|
594
|
+
"rejected_event_ids": {
|
|
595
|
+
"items": {
|
|
596
|
+
"type": "string"
|
|
597
|
+
},
|
|
598
|
+
"title": "Rejected Event Ids",
|
|
599
|
+
"type": "array"
|
|
600
|
+
},
|
|
601
|
+
"rejected_evidence_refs": {
|
|
602
|
+
"items": {
|
|
603
|
+
"type": "string"
|
|
604
|
+
},
|
|
605
|
+
"title": "Rejected Evidence Refs",
|
|
606
|
+
"type": "array"
|
|
607
|
+
},
|
|
608
|
+
"rejected_packet_ids": {
|
|
609
|
+
"items": {
|
|
610
|
+
"type": "string"
|
|
611
|
+
},
|
|
612
|
+
"title": "Rejected Packet Ids",
|
|
613
|
+
"type": "array"
|
|
614
|
+
},
|
|
615
|
+
"report_id": {
|
|
616
|
+
"title": "Report Id",
|
|
617
|
+
"type": "string"
|
|
618
|
+
},
|
|
619
|
+
"residual_ledger": {
|
|
620
|
+
"$ref": "#/$defs/Ledger"
|
|
621
|
+
},
|
|
622
|
+
"settled": {
|
|
623
|
+
"default": false,
|
|
624
|
+
"title": "Settled",
|
|
625
|
+
"type": "boolean"
|
|
626
|
+
},
|
|
627
|
+
"unsigned_packet_ids": {
|
|
628
|
+
"items": {
|
|
629
|
+
"type": "string"
|
|
630
|
+
},
|
|
631
|
+
"title": "Unsigned Packet Ids",
|
|
632
|
+
"type": "array"
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
"required": [
|
|
636
|
+
"report_id",
|
|
637
|
+
"protocol_id"
|
|
638
|
+
],
|
|
639
|
+
"title": "HiddenCapabilityInjectionReport",
|
|
640
|
+
"type": "object"
|
|
641
|
+
},
|
|
642
|
+
"IdentityTrustProfile": {
|
|
643
|
+
"description": "Operational trust profile for protocol-relative identity checks.",
|
|
644
|
+
"enum": [
|
|
645
|
+
"development",
|
|
646
|
+
"research",
|
|
647
|
+
"controlled",
|
|
648
|
+
"federated",
|
|
649
|
+
"production",
|
|
650
|
+
"adversarial"
|
|
651
|
+
],
|
|
652
|
+
"title": "IdentityTrustProfile",
|
|
653
|
+
"type": "string"
|
|
654
|
+
},
|
|
655
|
+
"Ledger": {
|
|
656
|
+
"description": "A finite typed ledger with explicit coordinate kinds.",
|
|
657
|
+
"properties": {
|
|
658
|
+
"coordinates": {
|
|
659
|
+
"additionalProperties": {
|
|
660
|
+
"$ref": "#/$defs/LedgerCoordinate"
|
|
661
|
+
},
|
|
662
|
+
"title": "Coordinates",
|
|
663
|
+
"type": "object"
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
"title": "Ledger",
|
|
667
|
+
"type": "object"
|
|
668
|
+
},
|
|
669
|
+
"LedgerCoordinate": {
|
|
670
|
+
"description": "One typed coordinate in a finite certificate ledger.",
|
|
671
|
+
"properties": {
|
|
672
|
+
"description": {
|
|
673
|
+
"anyOf": [
|
|
674
|
+
{
|
|
675
|
+
"type": "string"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"type": "null"
|
|
679
|
+
}
|
|
680
|
+
],
|
|
681
|
+
"default": null,
|
|
682
|
+
"title": "Description"
|
|
683
|
+
},
|
|
684
|
+
"evidence_refs": {
|
|
685
|
+
"items": {
|
|
686
|
+
"type": "string"
|
|
687
|
+
},
|
|
688
|
+
"title": "Evidence Refs",
|
|
689
|
+
"type": "array"
|
|
690
|
+
},
|
|
691
|
+
"evidence_status": {
|
|
692
|
+
"$ref": "#/$defs/EvidenceStatus",
|
|
693
|
+
"default": "declared"
|
|
694
|
+
},
|
|
695
|
+
"kind": {
|
|
696
|
+
"$ref": "#/$defs/CoordinateKind",
|
|
697
|
+
"default": "burden"
|
|
698
|
+
},
|
|
699
|
+
"known": {
|
|
700
|
+
"default": true,
|
|
701
|
+
"title": "Known",
|
|
702
|
+
"type": "boolean"
|
|
703
|
+
},
|
|
704
|
+
"name": {
|
|
705
|
+
"title": "Name",
|
|
706
|
+
"type": "string"
|
|
707
|
+
},
|
|
708
|
+
"unit": {
|
|
709
|
+
"default": "dimensionless",
|
|
710
|
+
"title": "Unit",
|
|
711
|
+
"type": "string"
|
|
712
|
+
},
|
|
713
|
+
"value": {
|
|
714
|
+
"title": "Value",
|
|
715
|
+
"type": "number"
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
"required": [
|
|
719
|
+
"name",
|
|
720
|
+
"value"
|
|
721
|
+
],
|
|
722
|
+
"title": "LedgerCoordinate",
|
|
723
|
+
"type": "object"
|
|
724
|
+
},
|
|
725
|
+
"PacketCapitalLineage": {
|
|
726
|
+
"description": "Lineage record for finite verified packet capital.",
|
|
727
|
+
"properties": {
|
|
728
|
+
"accepted": {
|
|
729
|
+
"default": false,
|
|
730
|
+
"title": "Accepted",
|
|
731
|
+
"type": "boolean"
|
|
732
|
+
},
|
|
733
|
+
"edge_certificate_ids": {
|
|
734
|
+
"items": {
|
|
735
|
+
"type": "string"
|
|
736
|
+
},
|
|
737
|
+
"title": "Edge Certificate Ids",
|
|
738
|
+
"type": "array"
|
|
739
|
+
},
|
|
740
|
+
"lineage_id": {
|
|
741
|
+
"title": "Lineage Id",
|
|
742
|
+
"type": "string"
|
|
743
|
+
},
|
|
744
|
+
"packet_id": {
|
|
745
|
+
"title": "Packet Id",
|
|
746
|
+
"type": "string"
|
|
747
|
+
},
|
|
748
|
+
"parent_packet_ids": {
|
|
749
|
+
"items": {
|
|
750
|
+
"type": "string"
|
|
751
|
+
},
|
|
752
|
+
"title": "Parent Packet Ids",
|
|
753
|
+
"type": "array"
|
|
754
|
+
},
|
|
755
|
+
"protocol_frame_sha256": {
|
|
756
|
+
"anyOf": [
|
|
757
|
+
{
|
|
758
|
+
"type": "string"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"type": "null"
|
|
762
|
+
}
|
|
763
|
+
],
|
|
764
|
+
"default": null,
|
|
765
|
+
"title": "Protocol Frame Sha256"
|
|
766
|
+
},
|
|
767
|
+
"reasons": {
|
|
768
|
+
"items": {
|
|
769
|
+
"type": "string"
|
|
770
|
+
},
|
|
771
|
+
"title": "Reasons",
|
|
772
|
+
"type": "array"
|
|
773
|
+
},
|
|
774
|
+
"residual_external_obligations": {
|
|
775
|
+
"items": {
|
|
776
|
+
"type": "string"
|
|
777
|
+
},
|
|
778
|
+
"title": "Residual External Obligations",
|
|
779
|
+
"type": "array"
|
|
780
|
+
},
|
|
781
|
+
"runtime_event_ids": {
|
|
782
|
+
"items": {
|
|
783
|
+
"type": "string"
|
|
784
|
+
},
|
|
785
|
+
"title": "Runtime Event Ids",
|
|
786
|
+
"type": "array"
|
|
787
|
+
},
|
|
788
|
+
"source_candidate_id": {
|
|
789
|
+
"anyOf": [
|
|
790
|
+
{
|
|
791
|
+
"type": "string"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"type": "null"
|
|
795
|
+
}
|
|
796
|
+
],
|
|
797
|
+
"default": null,
|
|
798
|
+
"title": "Source Candidate Id"
|
|
799
|
+
},
|
|
800
|
+
"verifier_resolution_ids": {
|
|
801
|
+
"items": {
|
|
802
|
+
"type": "string"
|
|
803
|
+
},
|
|
804
|
+
"title": "Verifier Resolution Ids",
|
|
805
|
+
"type": "array"
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
"required": [
|
|
809
|
+
"lineage_id",
|
|
810
|
+
"packet_id"
|
|
811
|
+
],
|
|
812
|
+
"title": "PacketCapitalLineage",
|
|
813
|
+
"type": "object"
|
|
814
|
+
},
|
|
815
|
+
"ProtocolFrameDigest": {
|
|
816
|
+
"description": "Finite digest of the declared ECPT protocol frame.\n\nThe digest fixes the observation window, validity domain, allowed packet\nsources, and route catalog used by hidden-capability-injection checks. It\nis a protocol identity record, not a proof of physical outcomes.",
|
|
817
|
+
"properties": {
|
|
818
|
+
"accepted": {
|
|
819
|
+
"default": false,
|
|
820
|
+
"title": "Accepted",
|
|
821
|
+
"type": "boolean"
|
|
822
|
+
},
|
|
823
|
+
"allowed_evidence_prefixes": {
|
|
824
|
+
"items": {
|
|
825
|
+
"type": "string"
|
|
826
|
+
},
|
|
827
|
+
"title": "Allowed Evidence Prefixes",
|
|
828
|
+
"type": "array"
|
|
829
|
+
},
|
|
830
|
+
"allowed_packet_ids": {
|
|
831
|
+
"items": {
|
|
832
|
+
"type": "string"
|
|
833
|
+
},
|
|
834
|
+
"title": "Allowed Packet Ids",
|
|
835
|
+
"type": "array"
|
|
836
|
+
},
|
|
837
|
+
"allowed_route_ids": {
|
|
838
|
+
"items": {
|
|
839
|
+
"type": "string"
|
|
840
|
+
},
|
|
841
|
+
"title": "Allowed Route Ids",
|
|
842
|
+
"type": "array"
|
|
843
|
+
},
|
|
844
|
+
"allowed_source_kinds": {
|
|
845
|
+
"items": {
|
|
846
|
+
"type": "string"
|
|
847
|
+
},
|
|
848
|
+
"title": "Allowed Source Kinds",
|
|
849
|
+
"type": "array"
|
|
850
|
+
},
|
|
851
|
+
"constraint_frame_id": {
|
|
852
|
+
"default": "default-constraint-frame",
|
|
853
|
+
"title": "Constraint Frame Id",
|
|
854
|
+
"type": "string"
|
|
855
|
+
},
|
|
856
|
+
"observation_window_id": {
|
|
857
|
+
"default": "default-observation-window",
|
|
858
|
+
"title": "Observation Window Id",
|
|
859
|
+
"type": "string"
|
|
860
|
+
},
|
|
861
|
+
"protocol_id": {
|
|
862
|
+
"title": "Protocol Id",
|
|
863
|
+
"type": "string"
|
|
864
|
+
},
|
|
865
|
+
"reasons": {
|
|
866
|
+
"items": {
|
|
867
|
+
"type": "string"
|
|
868
|
+
},
|
|
869
|
+
"title": "Reasons",
|
|
870
|
+
"type": "array"
|
|
871
|
+
},
|
|
872
|
+
"route_catalog_digest": {
|
|
873
|
+
"default": "",
|
|
874
|
+
"title": "Route Catalog Digest",
|
|
875
|
+
"type": "string"
|
|
876
|
+
},
|
|
877
|
+
"sha256": {
|
|
878
|
+
"default": "",
|
|
879
|
+
"title": "Sha256",
|
|
880
|
+
"type": "string"
|
|
881
|
+
},
|
|
882
|
+
"validity_domain": {
|
|
883
|
+
"default": "protocol-relative-finite",
|
|
884
|
+
"title": "Validity Domain",
|
|
885
|
+
"type": "string"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"required": [
|
|
889
|
+
"protocol_id"
|
|
890
|
+
],
|
|
891
|
+
"title": "ProtocolFrameDigest",
|
|
892
|
+
"type": "object"
|
|
893
|
+
},
|
|
894
|
+
"PsiDashboard": {
|
|
895
|
+
"description": "ECPT ASI-proxy phase bundle dashboard.",
|
|
896
|
+
"properties": {
|
|
897
|
+
"components": {
|
|
898
|
+
"additionalProperties": {
|
|
899
|
+
"type": "number"
|
|
900
|
+
},
|
|
901
|
+
"title": "Components",
|
|
902
|
+
"type": "object"
|
|
903
|
+
},
|
|
904
|
+
"dashboard_id": {
|
|
905
|
+
"title": "Dashboard Id",
|
|
906
|
+
"type": "string"
|
|
907
|
+
},
|
|
908
|
+
"distance_to_threshold": {
|
|
909
|
+
"additionalProperties": {
|
|
910
|
+
"type": "number"
|
|
911
|
+
},
|
|
912
|
+
"title": "Distance To Threshold",
|
|
913
|
+
"type": "object"
|
|
914
|
+
},
|
|
915
|
+
"limiting_components": {
|
|
916
|
+
"items": {
|
|
917
|
+
"type": "string"
|
|
918
|
+
},
|
|
919
|
+
"title": "Limiting Components",
|
|
920
|
+
"type": "array"
|
|
921
|
+
},
|
|
922
|
+
"residual_ledger": {
|
|
923
|
+
"$ref": "#/$defs/Ledger"
|
|
924
|
+
},
|
|
925
|
+
"safety_invariants": {
|
|
926
|
+
"items": {
|
|
927
|
+
"type": "string"
|
|
928
|
+
},
|
|
929
|
+
"title": "Safety Invariants",
|
|
930
|
+
"type": "array"
|
|
931
|
+
},
|
|
932
|
+
"threshold": {
|
|
933
|
+
"additionalProperties": {
|
|
934
|
+
"type": "number"
|
|
935
|
+
},
|
|
936
|
+
"title": "Threshold",
|
|
937
|
+
"type": "object"
|
|
938
|
+
},
|
|
939
|
+
"throughput": {
|
|
940
|
+
"$ref": "#/$defs/VerificationThroughputReport"
|
|
941
|
+
}
|
|
942
|
+
},
|
|
943
|
+
"required": [
|
|
944
|
+
"dashboard_id",
|
|
945
|
+
"components",
|
|
946
|
+
"threshold",
|
|
947
|
+
"distance_to_threshold"
|
|
948
|
+
],
|
|
949
|
+
"title": "PsiDashboard",
|
|
950
|
+
"type": "object"
|
|
951
|
+
},
|
|
952
|
+
"SybilResistanceLedger": {
|
|
953
|
+
"description": "Population-level Sybil-resistance judgment and residual ledger.",
|
|
954
|
+
"properties": {
|
|
955
|
+
"accepted": {
|
|
956
|
+
"default": false,
|
|
957
|
+
"title": "Accepted",
|
|
958
|
+
"type": "boolean"
|
|
959
|
+
},
|
|
960
|
+
"accepted_agent_ids": {
|
|
961
|
+
"items": {
|
|
962
|
+
"type": "string"
|
|
963
|
+
},
|
|
964
|
+
"title": "Accepted Agent Ids",
|
|
965
|
+
"type": "array"
|
|
966
|
+
},
|
|
967
|
+
"accepted_public_key_ids": {
|
|
968
|
+
"items": {
|
|
969
|
+
"type": "string"
|
|
970
|
+
},
|
|
971
|
+
"title": "Accepted Public Key Ids",
|
|
972
|
+
"type": "array"
|
|
973
|
+
},
|
|
974
|
+
"clone_fanout_groups": {
|
|
975
|
+
"items": {
|
|
976
|
+
"type": "string"
|
|
977
|
+
},
|
|
978
|
+
"title": "Clone Fanout Groups",
|
|
979
|
+
"type": "array"
|
|
980
|
+
},
|
|
981
|
+
"duplicate_agent_ids": {
|
|
982
|
+
"items": {
|
|
983
|
+
"type": "string"
|
|
984
|
+
},
|
|
985
|
+
"title": "Duplicate Agent Ids",
|
|
986
|
+
"type": "array"
|
|
987
|
+
},
|
|
988
|
+
"duplicate_credential_refs": {
|
|
989
|
+
"items": {
|
|
990
|
+
"type": "string"
|
|
991
|
+
},
|
|
992
|
+
"title": "Duplicate Credential Refs",
|
|
993
|
+
"type": "array"
|
|
994
|
+
},
|
|
995
|
+
"duplicate_public_key_fingerprints": {
|
|
996
|
+
"items": {
|
|
997
|
+
"type": "string"
|
|
998
|
+
},
|
|
999
|
+
"title": "Duplicate Public Key Fingerprints",
|
|
1000
|
+
"type": "array"
|
|
1001
|
+
},
|
|
1002
|
+
"duplicate_public_key_ids": {
|
|
1003
|
+
"items": {
|
|
1004
|
+
"type": "string"
|
|
1005
|
+
},
|
|
1006
|
+
"title": "Duplicate Public Key Ids",
|
|
1007
|
+
"type": "array"
|
|
1008
|
+
},
|
|
1009
|
+
"expired_agent_ids": {
|
|
1010
|
+
"items": {
|
|
1011
|
+
"type": "string"
|
|
1012
|
+
},
|
|
1013
|
+
"title": "Expired Agent Ids",
|
|
1014
|
+
"type": "array"
|
|
1015
|
+
},
|
|
1016
|
+
"failed_signature_agent_ids": {
|
|
1017
|
+
"items": {
|
|
1018
|
+
"type": "string"
|
|
1019
|
+
},
|
|
1020
|
+
"title": "Failed Signature Agent Ids",
|
|
1021
|
+
"type": "array"
|
|
1022
|
+
},
|
|
1023
|
+
"finite_checks_passed": {
|
|
1024
|
+
"default": false,
|
|
1025
|
+
"title": "Finite Checks Passed",
|
|
1026
|
+
"type": "boolean"
|
|
1027
|
+
},
|
|
1028
|
+
"fleet_overrepresented": {
|
|
1029
|
+
"items": {
|
|
1030
|
+
"type": "string"
|
|
1031
|
+
},
|
|
1032
|
+
"title": "Fleet Overrepresented",
|
|
1033
|
+
"type": "array"
|
|
1034
|
+
},
|
|
1035
|
+
"identity_check_reports": {
|
|
1036
|
+
"items": {
|
|
1037
|
+
"$ref": "#/$defs/AgentIdentityCheckReport"
|
|
1038
|
+
},
|
|
1039
|
+
"title": "Identity Check Reports",
|
|
1040
|
+
"type": "array"
|
|
1041
|
+
},
|
|
1042
|
+
"identity_count": {
|
|
1043
|
+
"title": "Identity Count",
|
|
1044
|
+
"type": "integer"
|
|
1045
|
+
},
|
|
1046
|
+
"issuer_overrepresented": {
|
|
1047
|
+
"items": {
|
|
1048
|
+
"type": "string"
|
|
1049
|
+
},
|
|
1050
|
+
"title": "Issuer Overrepresented",
|
|
1051
|
+
"type": "array"
|
|
1052
|
+
},
|
|
1053
|
+
"ledger_id": {
|
|
1054
|
+
"title": "Ledger Id",
|
|
1055
|
+
"type": "string"
|
|
1056
|
+
},
|
|
1057
|
+
"missing_evidence_refs": {
|
|
1058
|
+
"items": {
|
|
1059
|
+
"type": "string"
|
|
1060
|
+
},
|
|
1061
|
+
"title": "Missing Evidence Refs",
|
|
1062
|
+
"type": "array"
|
|
1063
|
+
},
|
|
1064
|
+
"model_overrepresented": {
|
|
1065
|
+
"items": {
|
|
1066
|
+
"type": "string"
|
|
1067
|
+
},
|
|
1068
|
+
"title": "Model Overrepresented",
|
|
1069
|
+
"type": "array"
|
|
1070
|
+
},
|
|
1071
|
+
"operationally_usable": {
|
|
1072
|
+
"default": false,
|
|
1073
|
+
"title": "Operationally Usable",
|
|
1074
|
+
"type": "boolean"
|
|
1075
|
+
},
|
|
1076
|
+
"policy_explanation": {
|
|
1077
|
+
"additionalProperties": {
|
|
1078
|
+
"type": "string"
|
|
1079
|
+
},
|
|
1080
|
+
"title": "Policy Explanation",
|
|
1081
|
+
"type": "object"
|
|
1082
|
+
},
|
|
1083
|
+
"policy_id": {
|
|
1084
|
+
"title": "Policy Id",
|
|
1085
|
+
"type": "string"
|
|
1086
|
+
},
|
|
1087
|
+
"policy_overrepresented": {
|
|
1088
|
+
"items": {
|
|
1089
|
+
"type": "string"
|
|
1090
|
+
},
|
|
1091
|
+
"title": "Policy Overrepresented",
|
|
1092
|
+
"type": "array"
|
|
1093
|
+
},
|
|
1094
|
+
"population_id": {
|
|
1095
|
+
"title": "Population Id",
|
|
1096
|
+
"type": "string"
|
|
1097
|
+
},
|
|
1098
|
+
"reasons": {
|
|
1099
|
+
"items": {
|
|
1100
|
+
"type": "string"
|
|
1101
|
+
},
|
|
1102
|
+
"title": "Reasons",
|
|
1103
|
+
"type": "array"
|
|
1104
|
+
},
|
|
1105
|
+
"rejected_agent_ids": {
|
|
1106
|
+
"items": {
|
|
1107
|
+
"type": "string"
|
|
1108
|
+
},
|
|
1109
|
+
"title": "Rejected Agent Ids",
|
|
1110
|
+
"type": "array"
|
|
1111
|
+
},
|
|
1112
|
+
"residual_ledger": {
|
|
1113
|
+
"$ref": "#/$defs/Ledger"
|
|
1114
|
+
},
|
|
1115
|
+
"revoked_agent_ids": {
|
|
1116
|
+
"items": {
|
|
1117
|
+
"type": "string"
|
|
1118
|
+
},
|
|
1119
|
+
"title": "Revoked Agent Ids",
|
|
1120
|
+
"type": "array"
|
|
1121
|
+
},
|
|
1122
|
+
"settled": {
|
|
1123
|
+
"default": false,
|
|
1124
|
+
"title": "Settled",
|
|
1125
|
+
"type": "boolean"
|
|
1126
|
+
},
|
|
1127
|
+
"trust_profile": {
|
|
1128
|
+
"$ref": "#/$defs/IdentityTrustProfile",
|
|
1129
|
+
"default": "production"
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
"required": [
|
|
1133
|
+
"ledger_id",
|
|
1134
|
+
"population_id",
|
|
1135
|
+
"policy_id",
|
|
1136
|
+
"identity_count"
|
|
1137
|
+
],
|
|
1138
|
+
"title": "SybilResistanceLedger",
|
|
1139
|
+
"type": "object"
|
|
1140
|
+
},
|
|
1141
|
+
"VerificationThroughputReport": {
|
|
1142
|
+
"description": "Finite throughput dashboard for verifier queue health.",
|
|
1143
|
+
"properties": {
|
|
1144
|
+
"abstained_packets": {
|
|
1145
|
+
"default": 0,
|
|
1146
|
+
"title": "Abstained Packets",
|
|
1147
|
+
"type": "integer"
|
|
1148
|
+
},
|
|
1149
|
+
"accepted_packets": {
|
|
1150
|
+
"default": 0,
|
|
1151
|
+
"title": "Accepted Packets",
|
|
1152
|
+
"type": "integer"
|
|
1153
|
+
},
|
|
1154
|
+
"evidence_hash_mismatch_rate": {
|
|
1155
|
+
"default": 0.0,
|
|
1156
|
+
"title": "Evidence Hash Mismatch Rate",
|
|
1157
|
+
"type": "number"
|
|
1158
|
+
},
|
|
1159
|
+
"false_liquidity_rate": {
|
|
1160
|
+
"default": 0.0,
|
|
1161
|
+
"title": "False Liquidity Rate",
|
|
1162
|
+
"type": "number"
|
|
1163
|
+
},
|
|
1164
|
+
"low_contribution_queue_occupation": {
|
|
1165
|
+
"default": 0.0,
|
|
1166
|
+
"title": "Low Contribution Queue Occupation",
|
|
1167
|
+
"type": "number"
|
|
1168
|
+
},
|
|
1169
|
+
"packet_inflow": {
|
|
1170
|
+
"default": 0,
|
|
1171
|
+
"title": "Packet Inflow",
|
|
1172
|
+
"type": "integer"
|
|
1173
|
+
},
|
|
1174
|
+
"rejected_packets": {
|
|
1175
|
+
"default": 0,
|
|
1176
|
+
"title": "Rejected Packets",
|
|
1177
|
+
"type": "integer"
|
|
1178
|
+
},
|
|
1179
|
+
"residual_debt_growth": {
|
|
1180
|
+
"default": 0.0,
|
|
1181
|
+
"title": "Residual Debt Growth",
|
|
1182
|
+
"type": "number"
|
|
1183
|
+
},
|
|
1184
|
+
"stale_packet_ratio": {
|
|
1185
|
+
"default": 0.0,
|
|
1186
|
+
"title": "Stale Packet Ratio",
|
|
1187
|
+
"type": "number"
|
|
1188
|
+
},
|
|
1189
|
+
"unresolved_obligation_backlog": {
|
|
1190
|
+
"default": 0,
|
|
1191
|
+
"title": "Unresolved Obligation Backlog",
|
|
1192
|
+
"type": "integer"
|
|
1193
|
+
},
|
|
1194
|
+
"verifier_latency_proxy": {
|
|
1195
|
+
"default": 0.0,
|
|
1196
|
+
"title": "Verifier Latency Proxy",
|
|
1197
|
+
"type": "number"
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1200
|
+
"title": "VerificationThroughputReport",
|
|
1201
|
+
"type": "object"
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
1204
|
+
"description": "Protocol-relative finite certificate for collective ECPT phase progress.",
|
|
1205
|
+
"properties": {
|
|
1206
|
+
"accepted": {
|
|
1207
|
+
"default": false,
|
|
1208
|
+
"title": "Accepted",
|
|
1209
|
+
"type": "boolean"
|
|
1210
|
+
},
|
|
1211
|
+
"basin_id": {
|
|
1212
|
+
"title": "Basin Id",
|
|
1213
|
+
"type": "string"
|
|
1214
|
+
},
|
|
1215
|
+
"certificate_id": {
|
|
1216
|
+
"title": "Certificate Id",
|
|
1217
|
+
"type": "string"
|
|
1218
|
+
},
|
|
1219
|
+
"closure_witnesses": {
|
|
1220
|
+
"items": {
|
|
1221
|
+
"$ref": "#/$defs/AutocatalyticClosureWitness"
|
|
1222
|
+
},
|
|
1223
|
+
"title": "Closure Witnesses",
|
|
1224
|
+
"type": "array"
|
|
1225
|
+
},
|
|
1226
|
+
"execution_available_paths": {
|
|
1227
|
+
"items": {
|
|
1228
|
+
"$ref": "#/$defs/ExecutionAvailablePathCertificate"
|
|
1229
|
+
},
|
|
1230
|
+
"title": "Execution Available Paths",
|
|
1231
|
+
"type": "array"
|
|
1232
|
+
},
|
|
1233
|
+
"false_liquidity_bounded": {
|
|
1234
|
+
"default": false,
|
|
1235
|
+
"title": "False Liquidity Bounded",
|
|
1236
|
+
"type": "boolean"
|
|
1237
|
+
},
|
|
1238
|
+
"finite_checks_passed": {
|
|
1239
|
+
"default": false,
|
|
1240
|
+
"title": "Finite Checks Passed",
|
|
1241
|
+
"type": "boolean"
|
|
1242
|
+
},
|
|
1243
|
+
"fixed_population_ledger": {
|
|
1244
|
+
"$ref": "#/$defs/FixedPopulationLedger"
|
|
1245
|
+
},
|
|
1246
|
+
"hazard_authority_non_rejecting": {
|
|
1247
|
+
"default": false,
|
|
1248
|
+
"title": "Hazard Authority Non Rejecting",
|
|
1249
|
+
"type": "boolean"
|
|
1250
|
+
},
|
|
1251
|
+
"hidden_injection_report": {
|
|
1252
|
+
"$ref": "#/$defs/HiddenCapabilityInjectionReport"
|
|
1253
|
+
},
|
|
1254
|
+
"identity_attestation_refs": {
|
|
1255
|
+
"items": {
|
|
1256
|
+
"type": "string"
|
|
1257
|
+
},
|
|
1258
|
+
"title": "Identity Attestation Refs",
|
|
1259
|
+
"type": "array"
|
|
1260
|
+
},
|
|
1261
|
+
"identity_contribution_summary": {
|
|
1262
|
+
"additionalProperties": {
|
|
1263
|
+
"type": "integer"
|
|
1264
|
+
},
|
|
1265
|
+
"title": "Identity Contribution Summary",
|
|
1266
|
+
"type": "object"
|
|
1267
|
+
},
|
|
1268
|
+
"identity_profile": {
|
|
1269
|
+
"default": "development",
|
|
1270
|
+
"title": "Identity Profile",
|
|
1271
|
+
"type": "string"
|
|
1272
|
+
},
|
|
1273
|
+
"minimum_identity_strength": {
|
|
1274
|
+
"default": "public-key-attested",
|
|
1275
|
+
"title": "Minimum Identity Strength",
|
|
1276
|
+
"type": "string"
|
|
1277
|
+
},
|
|
1278
|
+
"operationally_usable": {
|
|
1279
|
+
"default": false,
|
|
1280
|
+
"title": "Operationally Usable",
|
|
1281
|
+
"type": "boolean"
|
|
1282
|
+
},
|
|
1283
|
+
"packet_lineage": {
|
|
1284
|
+
"items": {
|
|
1285
|
+
"$ref": "#/$defs/PacketCapitalLineage"
|
|
1286
|
+
},
|
|
1287
|
+
"title": "Packet Lineage",
|
|
1288
|
+
"type": "array"
|
|
1289
|
+
},
|
|
1290
|
+
"population_id": {
|
|
1291
|
+
"title": "Population Id",
|
|
1292
|
+
"type": "string"
|
|
1293
|
+
},
|
|
1294
|
+
"protocol_frame": {
|
|
1295
|
+
"$ref": "#/$defs/ProtocolFrameDigest"
|
|
1296
|
+
},
|
|
1297
|
+
"psi": {
|
|
1298
|
+
"$ref": "#/$defs/PsiDashboard"
|
|
1299
|
+
},
|
|
1300
|
+
"reasons": {
|
|
1301
|
+
"items": {
|
|
1302
|
+
"type": "string"
|
|
1303
|
+
},
|
|
1304
|
+
"title": "Reasons",
|
|
1305
|
+
"type": "array"
|
|
1306
|
+
},
|
|
1307
|
+
"residual_external_obligations": {
|
|
1308
|
+
"items": {
|
|
1309
|
+
"type": "string"
|
|
1310
|
+
},
|
|
1311
|
+
"title": "Residual External Obligations",
|
|
1312
|
+
"type": "array"
|
|
1313
|
+
},
|
|
1314
|
+
"residual_ledger": {
|
|
1315
|
+
"$ref": "#/$defs/Ledger"
|
|
1316
|
+
},
|
|
1317
|
+
"resource_matched_baseline": {
|
|
1318
|
+
"default": false,
|
|
1319
|
+
"title": "Resource Matched Baseline",
|
|
1320
|
+
"type": "boolean"
|
|
1321
|
+
},
|
|
1322
|
+
"settled": {
|
|
1323
|
+
"default": false,
|
|
1324
|
+
"title": "Settled",
|
|
1325
|
+
"type": "boolean"
|
|
1326
|
+
},
|
|
1327
|
+
"sqot_reserve_live": {
|
|
1328
|
+
"default": false,
|
|
1329
|
+
"title": "Sqot Reserve Live",
|
|
1330
|
+
"type": "boolean"
|
|
1331
|
+
},
|
|
1332
|
+
"state_id": {
|
|
1333
|
+
"title": "State Id",
|
|
1334
|
+
"type": "string"
|
|
1335
|
+
},
|
|
1336
|
+
"sybil_resistance_ledger": {
|
|
1337
|
+
"anyOf": [
|
|
1338
|
+
{
|
|
1339
|
+
"$ref": "#/$defs/SybilResistanceLedger"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"type": "null"
|
|
1343
|
+
}
|
|
1344
|
+
],
|
|
1345
|
+
"default": null
|
|
1346
|
+
},
|
|
1347
|
+
"threshold": {
|
|
1348
|
+
"additionalProperties": {
|
|
1349
|
+
"type": "number"
|
|
1350
|
+
},
|
|
1351
|
+
"title": "Threshold",
|
|
1352
|
+
"type": "object"
|
|
1353
|
+
},
|
|
1354
|
+
"threshold_crossed": {
|
|
1355
|
+
"default": false,
|
|
1356
|
+
"title": "Threshold Crossed",
|
|
1357
|
+
"type": "boolean"
|
|
1358
|
+
},
|
|
1359
|
+
"verification_backlog_bounded": {
|
|
1360
|
+
"default": false,
|
|
1361
|
+
"title": "Verification Backlog Bounded",
|
|
1362
|
+
"type": "boolean"
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
"required": [
|
|
1366
|
+
"certificate_id",
|
|
1367
|
+
"population_id",
|
|
1368
|
+
"state_id",
|
|
1369
|
+
"basin_id",
|
|
1370
|
+
"protocol_frame",
|
|
1371
|
+
"fixed_population_ledger",
|
|
1372
|
+
"hidden_injection_report",
|
|
1373
|
+
"psi"
|
|
1374
|
+
],
|
|
1375
|
+
"title": "CollectivePhaseCertificate",
|
|
1376
|
+
"type": "object"
|
|
1377
|
+
}
|