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,2523 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$defs": {
|
|
3
|
+
"ASIProxyTargetContract": {
|
|
4
|
+
"description": "Protocol-relative ASI-proxy target, not an unobserved ASI proof claim.",
|
|
5
|
+
"properties": {
|
|
6
|
+
"forbidden_obligations": {
|
|
7
|
+
"items": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"title": "Forbidden Obligations",
|
|
11
|
+
"type": "array"
|
|
12
|
+
},
|
|
13
|
+
"minimum_proxy_mass": {
|
|
14
|
+
"default": 0.0,
|
|
15
|
+
"title": "Minimum Proxy Mass",
|
|
16
|
+
"type": "number"
|
|
17
|
+
},
|
|
18
|
+
"proxy_coordinates": {
|
|
19
|
+
"additionalProperties": {
|
|
20
|
+
"type": "number"
|
|
21
|
+
},
|
|
22
|
+
"title": "Proxy Coordinates",
|
|
23
|
+
"type": "object"
|
|
24
|
+
},
|
|
25
|
+
"required_obligations": {
|
|
26
|
+
"items": {
|
|
27
|
+
"type": "string"
|
|
28
|
+
},
|
|
29
|
+
"title": "Required Obligations",
|
|
30
|
+
"type": "array"
|
|
31
|
+
},
|
|
32
|
+
"residual_policy": {
|
|
33
|
+
"default": "preserve-unresolved-asi-proxy-residuals",
|
|
34
|
+
"title": "Residual Policy",
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
"target_id": {
|
|
38
|
+
"title": "Target Id",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
41
|
+
"target_nodes": {
|
|
42
|
+
"items": {
|
|
43
|
+
"type": "string"
|
|
44
|
+
},
|
|
45
|
+
"title": "Target Nodes",
|
|
46
|
+
"type": "array"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"required": [
|
|
50
|
+
"target_id"
|
|
51
|
+
],
|
|
52
|
+
"title": "ASIProxyTargetContract",
|
|
53
|
+
"type": "object"
|
|
54
|
+
},
|
|
55
|
+
"AgentIdentityAttestation": {
|
|
56
|
+
"description": "Signed statement that binds an agent identity to finite evidence.",
|
|
57
|
+
"properties": {
|
|
58
|
+
"agent_id": {
|
|
59
|
+
"title": "Agent Id",
|
|
60
|
+
"type": "string"
|
|
61
|
+
},
|
|
62
|
+
"attestation_id": {
|
|
63
|
+
"title": "Attestation Id",
|
|
64
|
+
"type": "string"
|
|
65
|
+
},
|
|
66
|
+
"evidence_refs": {
|
|
67
|
+
"items": {
|
|
68
|
+
"type": "string"
|
|
69
|
+
},
|
|
70
|
+
"title": "Evidence Refs",
|
|
71
|
+
"type": "array"
|
|
72
|
+
},
|
|
73
|
+
"expires_at": {
|
|
74
|
+
"anyOf": [
|
|
75
|
+
{
|
|
76
|
+
"type": "string"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"type": "null"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"default": null,
|
|
83
|
+
"title": "Expires At"
|
|
84
|
+
},
|
|
85
|
+
"issued_at": {
|
|
86
|
+
"anyOf": [
|
|
87
|
+
{
|
|
88
|
+
"type": "string"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"type": "null"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"default": null,
|
|
95
|
+
"title": "Issued At"
|
|
96
|
+
},
|
|
97
|
+
"metadata": {
|
|
98
|
+
"additionalProperties": {
|
|
99
|
+
"type": "string"
|
|
100
|
+
},
|
|
101
|
+
"title": "Metadata",
|
|
102
|
+
"type": "object"
|
|
103
|
+
},
|
|
104
|
+
"nonce": {
|
|
105
|
+
"anyOf": [
|
|
106
|
+
{
|
|
107
|
+
"type": "string"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"type": "null"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"default": null,
|
|
114
|
+
"title": "Nonce"
|
|
115
|
+
},
|
|
116
|
+
"payload_digest": {
|
|
117
|
+
"title": "Payload Digest",
|
|
118
|
+
"type": "string"
|
|
119
|
+
},
|
|
120
|
+
"public_key_id": {
|
|
121
|
+
"title": "Public Key Id",
|
|
122
|
+
"type": "string"
|
|
123
|
+
},
|
|
124
|
+
"revoked": {
|
|
125
|
+
"default": false,
|
|
126
|
+
"title": "Revoked",
|
|
127
|
+
"type": "boolean"
|
|
128
|
+
},
|
|
129
|
+
"signature_b64": {
|
|
130
|
+
"title": "Signature B64",
|
|
131
|
+
"type": "string"
|
|
132
|
+
},
|
|
133
|
+
"signature_payload_sha256": {
|
|
134
|
+
"title": "Signature Payload Sha256",
|
|
135
|
+
"type": "string"
|
|
136
|
+
},
|
|
137
|
+
"signature_suite": {
|
|
138
|
+
"default": "ed25519",
|
|
139
|
+
"title": "Signature Suite",
|
|
140
|
+
"type": "string"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"required": [
|
|
144
|
+
"attestation_id",
|
|
145
|
+
"agent_id",
|
|
146
|
+
"public_key_id",
|
|
147
|
+
"payload_digest",
|
|
148
|
+
"signature_b64",
|
|
149
|
+
"signature_payload_sha256"
|
|
150
|
+
],
|
|
151
|
+
"title": "AgentIdentityAttestation",
|
|
152
|
+
"type": "object"
|
|
153
|
+
},
|
|
154
|
+
"AgentIdentityCheckReport": {
|
|
155
|
+
"description": "Fail-closed verification report for identity or attestation evidence.",
|
|
156
|
+
"properties": {
|
|
157
|
+
"accepted": {
|
|
158
|
+
"default": false,
|
|
159
|
+
"title": "Accepted",
|
|
160
|
+
"type": "boolean"
|
|
161
|
+
},
|
|
162
|
+
"agent_id": {
|
|
163
|
+
"title": "Agent Id",
|
|
164
|
+
"type": "string"
|
|
165
|
+
},
|
|
166
|
+
"digest_valid": {
|
|
167
|
+
"default": false,
|
|
168
|
+
"title": "Digest Valid",
|
|
169
|
+
"type": "boolean"
|
|
170
|
+
},
|
|
171
|
+
"fingerprint": {
|
|
172
|
+
"anyOf": [
|
|
173
|
+
{
|
|
174
|
+
"type": "string"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"type": "null"
|
|
178
|
+
}
|
|
179
|
+
],
|
|
180
|
+
"default": null,
|
|
181
|
+
"title": "Fingerprint"
|
|
182
|
+
},
|
|
183
|
+
"fingerprint_valid": {
|
|
184
|
+
"default": false,
|
|
185
|
+
"title": "Fingerprint Valid",
|
|
186
|
+
"type": "boolean"
|
|
187
|
+
},
|
|
188
|
+
"finite_checks_passed": {
|
|
189
|
+
"default": false,
|
|
190
|
+
"title": "Finite Checks Passed",
|
|
191
|
+
"type": "boolean"
|
|
192
|
+
},
|
|
193
|
+
"key_valid": {
|
|
194
|
+
"default": false,
|
|
195
|
+
"title": "Key Valid",
|
|
196
|
+
"type": "boolean"
|
|
197
|
+
},
|
|
198
|
+
"non_expired": {
|
|
199
|
+
"default": false,
|
|
200
|
+
"title": "Non Expired",
|
|
201
|
+
"type": "boolean"
|
|
202
|
+
},
|
|
203
|
+
"non_revoked": {
|
|
204
|
+
"default": false,
|
|
205
|
+
"title": "Non Revoked",
|
|
206
|
+
"type": "boolean"
|
|
207
|
+
},
|
|
208
|
+
"operationally_usable": {
|
|
209
|
+
"default": false,
|
|
210
|
+
"title": "Operationally Usable",
|
|
211
|
+
"type": "boolean"
|
|
212
|
+
},
|
|
213
|
+
"payload_digest": {
|
|
214
|
+
"anyOf": [
|
|
215
|
+
{
|
|
216
|
+
"type": "string"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"type": "null"
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"default": null,
|
|
223
|
+
"title": "Payload Digest"
|
|
224
|
+
},
|
|
225
|
+
"policy_digest_present": {
|
|
226
|
+
"default": false,
|
|
227
|
+
"title": "Policy Digest Present",
|
|
228
|
+
"type": "boolean"
|
|
229
|
+
},
|
|
230
|
+
"public_key_id": {
|
|
231
|
+
"anyOf": [
|
|
232
|
+
{
|
|
233
|
+
"type": "string"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"type": "null"
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
"default": null,
|
|
240
|
+
"title": "Public Key Id"
|
|
241
|
+
},
|
|
242
|
+
"reasons": {
|
|
243
|
+
"items": {
|
|
244
|
+
"type": "string"
|
|
245
|
+
},
|
|
246
|
+
"title": "Reasons",
|
|
247
|
+
"type": "array"
|
|
248
|
+
},
|
|
249
|
+
"report_id": {
|
|
250
|
+
"title": "Report Id",
|
|
251
|
+
"type": "string"
|
|
252
|
+
},
|
|
253
|
+
"residual_ledger": {
|
|
254
|
+
"$ref": "#/$defs/Ledger"
|
|
255
|
+
},
|
|
256
|
+
"settled": {
|
|
257
|
+
"default": false,
|
|
258
|
+
"title": "Settled",
|
|
259
|
+
"type": "boolean"
|
|
260
|
+
},
|
|
261
|
+
"signature_suite": {
|
|
262
|
+
"anyOf": [
|
|
263
|
+
{
|
|
264
|
+
"type": "string"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"type": "null"
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"default": null,
|
|
271
|
+
"title": "Signature Suite"
|
|
272
|
+
},
|
|
273
|
+
"signature_valid": {
|
|
274
|
+
"default": false,
|
|
275
|
+
"title": "Signature Valid",
|
|
276
|
+
"type": "boolean"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
"required": [
|
|
280
|
+
"report_id",
|
|
281
|
+
"agent_id"
|
|
282
|
+
],
|
|
283
|
+
"title": "AgentIdentityCheckReport",
|
|
284
|
+
"type": "object"
|
|
285
|
+
},
|
|
286
|
+
"AgentIdentityStrength": {
|
|
287
|
+
"description": "Protocol-relative strength of an agent identity assertion.",
|
|
288
|
+
"enum": [
|
|
289
|
+
"declared",
|
|
290
|
+
"public-key-attested",
|
|
291
|
+
"hardware-attested",
|
|
292
|
+
"institutionally-attested",
|
|
293
|
+
"revoked"
|
|
294
|
+
],
|
|
295
|
+
"title": "AgentIdentityStrength",
|
|
296
|
+
"type": "string"
|
|
297
|
+
},
|
|
298
|
+
"AgentPolicyIdentity": {
|
|
299
|
+
"description": "Policy identity for one member of a fixed ECPT agent population.",
|
|
300
|
+
"properties": {
|
|
301
|
+
"accepted": {
|
|
302
|
+
"default": false,
|
|
303
|
+
"title": "Accepted",
|
|
304
|
+
"type": "boolean"
|
|
305
|
+
},
|
|
306
|
+
"agent_id": {
|
|
307
|
+
"title": "Agent Id",
|
|
308
|
+
"type": "string"
|
|
309
|
+
},
|
|
310
|
+
"model_digest": {
|
|
311
|
+
"anyOf": [
|
|
312
|
+
{
|
|
313
|
+
"type": "string"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"type": "null"
|
|
317
|
+
}
|
|
318
|
+
],
|
|
319
|
+
"default": null,
|
|
320
|
+
"title": "Model Digest"
|
|
321
|
+
},
|
|
322
|
+
"policy_digest": {
|
|
323
|
+
"title": "Policy Digest",
|
|
324
|
+
"type": "string"
|
|
325
|
+
},
|
|
326
|
+
"reasons": {
|
|
327
|
+
"items": {
|
|
328
|
+
"type": "string"
|
|
329
|
+
},
|
|
330
|
+
"title": "Reasons",
|
|
331
|
+
"type": "array"
|
|
332
|
+
},
|
|
333
|
+
"route_allowlist": {
|
|
334
|
+
"items": {
|
|
335
|
+
"type": "string"
|
|
336
|
+
},
|
|
337
|
+
"title": "Route Allowlist",
|
|
338
|
+
"type": "array"
|
|
339
|
+
},
|
|
340
|
+
"self_rewrite_allowed": {
|
|
341
|
+
"default": false,
|
|
342
|
+
"title": "Self Rewrite Allowed",
|
|
343
|
+
"type": "boolean"
|
|
344
|
+
},
|
|
345
|
+
"source_kind_allowlist": {
|
|
346
|
+
"items": {
|
|
347
|
+
"type": "string"
|
|
348
|
+
},
|
|
349
|
+
"title": "Source Kind Allowlist",
|
|
350
|
+
"type": "array"
|
|
351
|
+
},
|
|
352
|
+
"tool_allowlist_digest": {
|
|
353
|
+
"anyOf": [
|
|
354
|
+
{
|
|
355
|
+
"type": "string"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"type": "null"
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"default": null,
|
|
362
|
+
"title": "Tool Allowlist Digest"
|
|
363
|
+
},
|
|
364
|
+
"weight_update_allowed": {
|
|
365
|
+
"default": false,
|
|
366
|
+
"title": "Weight Update Allowed",
|
|
367
|
+
"type": "boolean"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
"required": [
|
|
371
|
+
"agent_id",
|
|
372
|
+
"policy_digest"
|
|
373
|
+
],
|
|
374
|
+
"title": "AgentPolicyIdentity",
|
|
375
|
+
"type": "object"
|
|
376
|
+
},
|
|
377
|
+
"CapabilityEdge": {
|
|
378
|
+
"properties": {
|
|
379
|
+
"activation_weight": {
|
|
380
|
+
"default": 1.0,
|
|
381
|
+
"title": "Activation Weight",
|
|
382
|
+
"type": "number"
|
|
383
|
+
},
|
|
384
|
+
"burden": {
|
|
385
|
+
"default": 0.0,
|
|
386
|
+
"title": "Burden",
|
|
387
|
+
"type": "number"
|
|
388
|
+
},
|
|
389
|
+
"edge_id": {
|
|
390
|
+
"title": "Edge Id",
|
|
391
|
+
"type": "string"
|
|
392
|
+
},
|
|
393
|
+
"required_capacity": {
|
|
394
|
+
"additionalProperties": {
|
|
395
|
+
"type": "number"
|
|
396
|
+
},
|
|
397
|
+
"title": "Required Capacity",
|
|
398
|
+
"type": "object"
|
|
399
|
+
},
|
|
400
|
+
"sources": {
|
|
401
|
+
"items": {
|
|
402
|
+
"type": "string"
|
|
403
|
+
},
|
|
404
|
+
"title": "Sources",
|
|
405
|
+
"type": "array"
|
|
406
|
+
},
|
|
407
|
+
"status": {
|
|
408
|
+
"$ref": "#/$defs/ClaimStatus",
|
|
409
|
+
"default": "provisional"
|
|
410
|
+
},
|
|
411
|
+
"target": {
|
|
412
|
+
"title": "Target",
|
|
413
|
+
"type": "string"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"required": [
|
|
417
|
+
"edge_id",
|
|
418
|
+
"sources",
|
|
419
|
+
"target"
|
|
420
|
+
],
|
|
421
|
+
"title": "CapabilityEdge",
|
|
422
|
+
"type": "object"
|
|
423
|
+
},
|
|
424
|
+
"CapabilityHypergraph": {
|
|
425
|
+
"properties": {
|
|
426
|
+
"edges": {
|
|
427
|
+
"items": {
|
|
428
|
+
"$ref": "#/$defs/CapabilityEdge"
|
|
429
|
+
},
|
|
430
|
+
"title": "Edges",
|
|
431
|
+
"type": "array"
|
|
432
|
+
},
|
|
433
|
+
"nodes": {
|
|
434
|
+
"items": {
|
|
435
|
+
"type": "string"
|
|
436
|
+
},
|
|
437
|
+
"title": "Nodes",
|
|
438
|
+
"type": "array",
|
|
439
|
+
"uniqueItems": true
|
|
440
|
+
},
|
|
441
|
+
"seed_mass": {
|
|
442
|
+
"additionalProperties": {
|
|
443
|
+
"type": "number"
|
|
444
|
+
},
|
|
445
|
+
"title": "Seed Mass",
|
|
446
|
+
"type": "object"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"title": "CapabilityHypergraph",
|
|
450
|
+
"type": "object"
|
|
451
|
+
},
|
|
452
|
+
"CapabilityPacket": {
|
|
453
|
+
"properties": {
|
|
454
|
+
"burden": {
|
|
455
|
+
"default": 0.0,
|
|
456
|
+
"title": "Burden",
|
|
457
|
+
"type": "number"
|
|
458
|
+
},
|
|
459
|
+
"coordinates": {
|
|
460
|
+
"additionalProperties": {
|
|
461
|
+
"type": "number"
|
|
462
|
+
},
|
|
463
|
+
"title": "Coordinates",
|
|
464
|
+
"type": "object"
|
|
465
|
+
},
|
|
466
|
+
"duplicate_mass": {
|
|
467
|
+
"default": 0.0,
|
|
468
|
+
"title": "Duplicate Mass",
|
|
469
|
+
"type": "number"
|
|
470
|
+
},
|
|
471
|
+
"packet_id": {
|
|
472
|
+
"title": "Packet Id",
|
|
473
|
+
"type": "string"
|
|
474
|
+
},
|
|
475
|
+
"status": {
|
|
476
|
+
"$ref": "#/$defs/ClaimStatus",
|
|
477
|
+
"default": "provisional"
|
|
478
|
+
},
|
|
479
|
+
"validity_domain": {
|
|
480
|
+
"default": "global",
|
|
481
|
+
"title": "Validity Domain",
|
|
482
|
+
"type": "string"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
"required": [
|
|
486
|
+
"packet_id"
|
|
487
|
+
],
|
|
488
|
+
"title": "CapabilityPacket",
|
|
489
|
+
"type": "object"
|
|
490
|
+
},
|
|
491
|
+
"CapabilityPacketCandidate": {
|
|
492
|
+
"description": "An observable artifact that may become an ECPT capability packet.",
|
|
493
|
+
"properties": {
|
|
494
|
+
"authority_granted": {
|
|
495
|
+
"default": true,
|
|
496
|
+
"title": "Authority Granted",
|
|
497
|
+
"type": "boolean"
|
|
498
|
+
},
|
|
499
|
+
"authority_required": {
|
|
500
|
+
"default": false,
|
|
501
|
+
"title": "Authority Required",
|
|
502
|
+
"type": "boolean"
|
|
503
|
+
},
|
|
504
|
+
"claim": {
|
|
505
|
+
"title": "Claim",
|
|
506
|
+
"type": "string"
|
|
507
|
+
},
|
|
508
|
+
"content_sha256": {
|
|
509
|
+
"title": "Content Sha256",
|
|
510
|
+
"type": "string"
|
|
511
|
+
},
|
|
512
|
+
"dependencies": {
|
|
513
|
+
"items": {
|
|
514
|
+
"type": "string"
|
|
515
|
+
},
|
|
516
|
+
"title": "Dependencies",
|
|
517
|
+
"type": "array"
|
|
518
|
+
},
|
|
519
|
+
"evidence_hash_valid": {
|
|
520
|
+
"default": true,
|
|
521
|
+
"title": "Evidence Hash Valid",
|
|
522
|
+
"type": "boolean"
|
|
523
|
+
},
|
|
524
|
+
"evidence_refs": {
|
|
525
|
+
"items": {
|
|
526
|
+
"type": "string"
|
|
527
|
+
},
|
|
528
|
+
"title": "Evidence Refs",
|
|
529
|
+
"type": "array"
|
|
530
|
+
},
|
|
531
|
+
"expected_downstream_gain": {
|
|
532
|
+
"default": 0.0,
|
|
533
|
+
"title": "Expected Downstream Gain",
|
|
534
|
+
"type": "number"
|
|
535
|
+
},
|
|
536
|
+
"expires_at": {
|
|
537
|
+
"anyOf": [
|
|
538
|
+
{
|
|
539
|
+
"type": "string"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"type": "null"
|
|
543
|
+
}
|
|
544
|
+
],
|
|
545
|
+
"default": null,
|
|
546
|
+
"title": "Expires At"
|
|
547
|
+
},
|
|
548
|
+
"freshness": {
|
|
549
|
+
"default": 1.0,
|
|
550
|
+
"title": "Freshness",
|
|
551
|
+
"type": "number"
|
|
552
|
+
},
|
|
553
|
+
"hazard_charge": {
|
|
554
|
+
"default": 0.0,
|
|
555
|
+
"title": "Hazard Charge",
|
|
556
|
+
"type": "number"
|
|
557
|
+
},
|
|
558
|
+
"identity_contribution_status": {
|
|
559
|
+
"$ref": "#/$defs/IdentityContributionStatus",
|
|
560
|
+
"default": "provisional"
|
|
561
|
+
},
|
|
562
|
+
"issuer_agent_id": {
|
|
563
|
+
"anyOf": [
|
|
564
|
+
{
|
|
565
|
+
"type": "string"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"type": "null"
|
|
569
|
+
}
|
|
570
|
+
],
|
|
571
|
+
"default": null,
|
|
572
|
+
"title": "Issuer Agent Id"
|
|
573
|
+
},
|
|
574
|
+
"issuer_attestation_id": {
|
|
575
|
+
"anyOf": [
|
|
576
|
+
{
|
|
577
|
+
"type": "string"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"type": "null"
|
|
581
|
+
}
|
|
582
|
+
],
|
|
583
|
+
"default": null,
|
|
584
|
+
"title": "Issuer Attestation Id"
|
|
585
|
+
},
|
|
586
|
+
"issuer_public_key_id": {
|
|
587
|
+
"anyOf": [
|
|
588
|
+
{
|
|
589
|
+
"type": "string"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"type": "null"
|
|
593
|
+
}
|
|
594
|
+
],
|
|
595
|
+
"default": null,
|
|
596
|
+
"title": "Issuer Public Key Id"
|
|
597
|
+
},
|
|
598
|
+
"issuer_signature_ref": {
|
|
599
|
+
"anyOf": [
|
|
600
|
+
{
|
|
601
|
+
"type": "string"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"type": "null"
|
|
605
|
+
}
|
|
606
|
+
],
|
|
607
|
+
"default": null,
|
|
608
|
+
"title": "Issuer Signature Ref"
|
|
609
|
+
},
|
|
610
|
+
"packet_id": {
|
|
611
|
+
"title": "Packet Id",
|
|
612
|
+
"type": "string"
|
|
613
|
+
},
|
|
614
|
+
"receiver_family": {
|
|
615
|
+
"items": {
|
|
616
|
+
"type": "string"
|
|
617
|
+
},
|
|
618
|
+
"title": "Receiver Family",
|
|
619
|
+
"type": "array"
|
|
620
|
+
},
|
|
621
|
+
"residual_charge": {
|
|
622
|
+
"default": 0.0,
|
|
623
|
+
"title": "Residual Charge",
|
|
624
|
+
"type": "number"
|
|
625
|
+
},
|
|
626
|
+
"reuse_context": {
|
|
627
|
+
"default": "general",
|
|
628
|
+
"title": "Reuse Context",
|
|
629
|
+
"type": "string"
|
|
630
|
+
},
|
|
631
|
+
"rollback_available": {
|
|
632
|
+
"default": true,
|
|
633
|
+
"title": "Rollback Available",
|
|
634
|
+
"type": "boolean"
|
|
635
|
+
},
|
|
636
|
+
"route_safe": {
|
|
637
|
+
"default": true,
|
|
638
|
+
"title": "Route Safe",
|
|
639
|
+
"type": "boolean"
|
|
640
|
+
},
|
|
641
|
+
"salience_class": {
|
|
642
|
+
"default": "default",
|
|
643
|
+
"title": "Salience Class",
|
|
644
|
+
"type": "string"
|
|
645
|
+
},
|
|
646
|
+
"source_kind": {
|
|
647
|
+
"$ref": "#/$defs/PacketSourceKind",
|
|
648
|
+
"default": "local"
|
|
649
|
+
},
|
|
650
|
+
"source_ref": {
|
|
651
|
+
"title": "Source Ref",
|
|
652
|
+
"type": "string"
|
|
653
|
+
},
|
|
654
|
+
"status": {
|
|
655
|
+
"$ref": "#/$defs/ClaimStatus",
|
|
656
|
+
"default": "provisional"
|
|
657
|
+
},
|
|
658
|
+
"tags": {
|
|
659
|
+
"items": {
|
|
660
|
+
"type": "string"
|
|
661
|
+
},
|
|
662
|
+
"title": "Tags",
|
|
663
|
+
"type": "array"
|
|
664
|
+
},
|
|
665
|
+
"verification_cost": {
|
|
666
|
+
"default": 0.0,
|
|
667
|
+
"title": "Verification Cost",
|
|
668
|
+
"type": "number"
|
|
669
|
+
},
|
|
670
|
+
"verifier_routes": {
|
|
671
|
+
"items": {
|
|
672
|
+
"type": "string"
|
|
673
|
+
},
|
|
674
|
+
"title": "Verifier Routes",
|
|
675
|
+
"type": "array"
|
|
676
|
+
}
|
|
677
|
+
},
|
|
678
|
+
"required": [
|
|
679
|
+
"packet_id",
|
|
680
|
+
"source_ref",
|
|
681
|
+
"content_sha256",
|
|
682
|
+
"claim"
|
|
683
|
+
],
|
|
684
|
+
"title": "CapabilityPacketCandidate",
|
|
685
|
+
"type": "object"
|
|
686
|
+
},
|
|
687
|
+
"CapabilityPacketRegistry": {
|
|
688
|
+
"description": "Deterministic packet registry for an ECPT packet ecology run.",
|
|
689
|
+
"properties": {
|
|
690
|
+
"edges": {
|
|
691
|
+
"items": {
|
|
692
|
+
"$ref": "#/$defs/EdgeWitness"
|
|
693
|
+
},
|
|
694
|
+
"title": "Edges",
|
|
695
|
+
"type": "array"
|
|
696
|
+
},
|
|
697
|
+
"packets": {
|
|
698
|
+
"items": {
|
|
699
|
+
"$ref": "#/$defs/CapabilityPacketCandidate"
|
|
700
|
+
},
|
|
701
|
+
"title": "Packets",
|
|
702
|
+
"type": "array"
|
|
703
|
+
},
|
|
704
|
+
"registry_id": {
|
|
705
|
+
"title": "Registry Id",
|
|
706
|
+
"type": "string"
|
|
707
|
+
},
|
|
708
|
+
"residual_ledger": {
|
|
709
|
+
"$ref": "#/$defs/Ledger"
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
"required": [
|
|
713
|
+
"registry_id"
|
|
714
|
+
],
|
|
715
|
+
"title": "CapabilityPacketRegistry",
|
|
716
|
+
"type": "object"
|
|
717
|
+
},
|
|
718
|
+
"CapabilityStateVector": {
|
|
719
|
+
"properties": {
|
|
720
|
+
"burden_ledger": {
|
|
721
|
+
"$ref": "#/$defs/Ledger"
|
|
722
|
+
},
|
|
723
|
+
"packets": {
|
|
724
|
+
"items": {
|
|
725
|
+
"$ref": "#/$defs/CapabilityPacket"
|
|
726
|
+
},
|
|
727
|
+
"title": "Packets",
|
|
728
|
+
"type": "array"
|
|
729
|
+
},
|
|
730
|
+
"validity_domain": {
|
|
731
|
+
"default": "global",
|
|
732
|
+
"title": "Validity Domain",
|
|
733
|
+
"type": "string"
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
"title": "CapabilityStateVector",
|
|
737
|
+
"type": "object"
|
|
738
|
+
},
|
|
739
|
+
"ClaimStatus": {
|
|
740
|
+
"description": "Protocol-relative status labels used by ECPT, BIT, TRC, SQOT, and ALT.",
|
|
741
|
+
"enum": [
|
|
742
|
+
"rejected",
|
|
743
|
+
"expired",
|
|
744
|
+
"diagnostic",
|
|
745
|
+
"relaxed",
|
|
746
|
+
"risk-provisional",
|
|
747
|
+
"speculative",
|
|
748
|
+
"provisional",
|
|
749
|
+
"partial",
|
|
750
|
+
"settled"
|
|
751
|
+
],
|
|
752
|
+
"title": "ClaimStatus",
|
|
753
|
+
"type": "string"
|
|
754
|
+
},
|
|
755
|
+
"ConstraintFrame": {
|
|
756
|
+
"properties": {
|
|
757
|
+
"capacity": {
|
|
758
|
+
"$ref": "#/$defs/Ledger"
|
|
759
|
+
},
|
|
760
|
+
"expires": {
|
|
761
|
+
"items": {
|
|
762
|
+
"type": "string"
|
|
763
|
+
},
|
|
764
|
+
"title": "Expires",
|
|
765
|
+
"type": "array",
|
|
766
|
+
"uniqueItems": true
|
|
767
|
+
},
|
|
768
|
+
"hard_gates": {
|
|
769
|
+
"additionalProperties": {
|
|
770
|
+
"type": "boolean"
|
|
771
|
+
},
|
|
772
|
+
"title": "Hard Gates",
|
|
773
|
+
"type": "object"
|
|
774
|
+
},
|
|
775
|
+
"hazards": {
|
|
776
|
+
"$ref": "#/$defs/Ledger"
|
|
777
|
+
},
|
|
778
|
+
"queue": {
|
|
779
|
+
"$ref": "#/$defs/Ledger"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"title": "ConstraintFrame",
|
|
783
|
+
"type": "object"
|
|
784
|
+
},
|
|
785
|
+
"CoordinateKind": {
|
|
786
|
+
"enum": [
|
|
787
|
+
"benefit",
|
|
788
|
+
"burden",
|
|
789
|
+
"residual",
|
|
790
|
+
"tolerance",
|
|
791
|
+
"resource",
|
|
792
|
+
"metadata"
|
|
793
|
+
],
|
|
794
|
+
"title": "CoordinateKind",
|
|
795
|
+
"type": "string"
|
|
796
|
+
},
|
|
797
|
+
"CryptographicAgentIdentity": {
|
|
798
|
+
"description": "Public-key-backed identity for an agent inside a declared protocol.",
|
|
799
|
+
"properties": {
|
|
800
|
+
"agent_id": {
|
|
801
|
+
"title": "Agent Id",
|
|
802
|
+
"type": "string"
|
|
803
|
+
},
|
|
804
|
+
"credential_ref": {
|
|
805
|
+
"anyOf": [
|
|
806
|
+
{
|
|
807
|
+
"type": "string"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"type": "null"
|
|
811
|
+
}
|
|
812
|
+
],
|
|
813
|
+
"default": null,
|
|
814
|
+
"title": "Credential Ref"
|
|
815
|
+
},
|
|
816
|
+
"expires_at": {
|
|
817
|
+
"anyOf": [
|
|
818
|
+
{
|
|
819
|
+
"type": "string"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"type": "null"
|
|
823
|
+
}
|
|
824
|
+
],
|
|
825
|
+
"default": null,
|
|
826
|
+
"title": "Expires At"
|
|
827
|
+
},
|
|
828
|
+
"fleet_id": {
|
|
829
|
+
"anyOf": [
|
|
830
|
+
{
|
|
831
|
+
"type": "string"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"type": "null"
|
|
835
|
+
}
|
|
836
|
+
],
|
|
837
|
+
"default": null,
|
|
838
|
+
"title": "Fleet Id"
|
|
839
|
+
},
|
|
840
|
+
"identity_strength": {
|
|
841
|
+
"$ref": "#/$defs/AgentIdentityStrength",
|
|
842
|
+
"default": "public-key-attested"
|
|
843
|
+
},
|
|
844
|
+
"issued_at": {
|
|
845
|
+
"anyOf": [
|
|
846
|
+
{
|
|
847
|
+
"type": "string"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"type": "null"
|
|
851
|
+
}
|
|
852
|
+
],
|
|
853
|
+
"default": null,
|
|
854
|
+
"title": "Issued At"
|
|
855
|
+
},
|
|
856
|
+
"issuer_id": {
|
|
857
|
+
"anyOf": [
|
|
858
|
+
{
|
|
859
|
+
"type": "string"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"type": "null"
|
|
863
|
+
}
|
|
864
|
+
],
|
|
865
|
+
"default": null,
|
|
866
|
+
"title": "Issuer Id"
|
|
867
|
+
},
|
|
868
|
+
"key_type": {
|
|
869
|
+
"default": "ed25519-public",
|
|
870
|
+
"title": "Key Type",
|
|
871
|
+
"type": "string"
|
|
872
|
+
},
|
|
873
|
+
"metadata": {
|
|
874
|
+
"additionalProperties": {
|
|
875
|
+
"type": "string"
|
|
876
|
+
},
|
|
877
|
+
"title": "Metadata",
|
|
878
|
+
"type": "object"
|
|
879
|
+
},
|
|
880
|
+
"model_digest": {
|
|
881
|
+
"anyOf": [
|
|
882
|
+
{
|
|
883
|
+
"type": "string"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"type": "null"
|
|
887
|
+
}
|
|
888
|
+
],
|
|
889
|
+
"default": null,
|
|
890
|
+
"title": "Model Digest"
|
|
891
|
+
},
|
|
892
|
+
"policy_digest": {
|
|
893
|
+
"title": "Policy Digest",
|
|
894
|
+
"type": "string"
|
|
895
|
+
},
|
|
896
|
+
"public_key_b64": {
|
|
897
|
+
"title": "Public Key B64",
|
|
898
|
+
"type": "string"
|
|
899
|
+
},
|
|
900
|
+
"public_key_fingerprint": {
|
|
901
|
+
"title": "Public Key Fingerprint",
|
|
902
|
+
"type": "string"
|
|
903
|
+
},
|
|
904
|
+
"public_key_id": {
|
|
905
|
+
"title": "Public Key Id",
|
|
906
|
+
"type": "string"
|
|
907
|
+
},
|
|
908
|
+
"revoked": {
|
|
909
|
+
"default": false,
|
|
910
|
+
"title": "Revoked",
|
|
911
|
+
"type": "boolean"
|
|
912
|
+
},
|
|
913
|
+
"role_id": {
|
|
914
|
+
"anyOf": [
|
|
915
|
+
{
|
|
916
|
+
"type": "string"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"type": "null"
|
|
920
|
+
}
|
|
921
|
+
],
|
|
922
|
+
"default": null,
|
|
923
|
+
"title": "Role Id"
|
|
924
|
+
},
|
|
925
|
+
"signature_b64": {
|
|
926
|
+
"title": "Signature B64",
|
|
927
|
+
"type": "string"
|
|
928
|
+
},
|
|
929
|
+
"signature_payload_sha256": {
|
|
930
|
+
"title": "Signature Payload Sha256",
|
|
931
|
+
"type": "string"
|
|
932
|
+
},
|
|
933
|
+
"signature_suite": {
|
|
934
|
+
"default": "ed25519",
|
|
935
|
+
"title": "Signature Suite",
|
|
936
|
+
"type": "string"
|
|
937
|
+
},
|
|
938
|
+
"tool_digest": {
|
|
939
|
+
"anyOf": [
|
|
940
|
+
{
|
|
941
|
+
"type": "string"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"type": "null"
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"default": null,
|
|
948
|
+
"title": "Tool Digest"
|
|
949
|
+
},
|
|
950
|
+
"worker_index": {
|
|
951
|
+
"anyOf": [
|
|
952
|
+
{
|
|
953
|
+
"type": "string"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"type": "null"
|
|
957
|
+
}
|
|
958
|
+
],
|
|
959
|
+
"default": null,
|
|
960
|
+
"title": "Worker Index"
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
"required": [
|
|
964
|
+
"agent_id",
|
|
965
|
+
"public_key_id",
|
|
966
|
+
"public_key_b64",
|
|
967
|
+
"public_key_fingerprint",
|
|
968
|
+
"signature_b64",
|
|
969
|
+
"signature_payload_sha256",
|
|
970
|
+
"policy_digest"
|
|
971
|
+
],
|
|
972
|
+
"title": "CryptographicAgentIdentity",
|
|
973
|
+
"type": "object"
|
|
974
|
+
},
|
|
975
|
+
"DischargeLevel": {
|
|
976
|
+
"enum": [
|
|
977
|
+
"finite_value_check",
|
|
978
|
+
"replay_check",
|
|
979
|
+
"contract_enforced",
|
|
980
|
+
"external_domain_required"
|
|
981
|
+
],
|
|
982
|
+
"title": "DischargeLevel",
|
|
983
|
+
"type": "string"
|
|
984
|
+
},
|
|
985
|
+
"EdgeWitness": {
|
|
986
|
+
"description": "Finite witness that one or more packets support another packet or receiver.",
|
|
987
|
+
"properties": {
|
|
988
|
+
"accepted": {
|
|
989
|
+
"default": false,
|
|
990
|
+
"title": "Accepted",
|
|
991
|
+
"type": "boolean"
|
|
992
|
+
},
|
|
993
|
+
"confidence": {
|
|
994
|
+
"default": 0.0,
|
|
995
|
+
"title": "Confidence",
|
|
996
|
+
"type": "number"
|
|
997
|
+
},
|
|
998
|
+
"edge_id": {
|
|
999
|
+
"title": "Edge Id",
|
|
1000
|
+
"type": "string"
|
|
1001
|
+
},
|
|
1002
|
+
"edge_type": {
|
|
1003
|
+
"default": "semantic-dependency",
|
|
1004
|
+
"title": "Edge Type",
|
|
1005
|
+
"type": "string"
|
|
1006
|
+
},
|
|
1007
|
+
"evidence_refs": {
|
|
1008
|
+
"items": {
|
|
1009
|
+
"type": "string"
|
|
1010
|
+
},
|
|
1011
|
+
"title": "Evidence Refs",
|
|
1012
|
+
"type": "array"
|
|
1013
|
+
},
|
|
1014
|
+
"expires_at": {
|
|
1015
|
+
"anyOf": [
|
|
1016
|
+
{
|
|
1017
|
+
"type": "string"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"type": "null"
|
|
1021
|
+
}
|
|
1022
|
+
],
|
|
1023
|
+
"default": null,
|
|
1024
|
+
"title": "Expires At"
|
|
1025
|
+
},
|
|
1026
|
+
"reasons": {
|
|
1027
|
+
"items": {
|
|
1028
|
+
"type": "string"
|
|
1029
|
+
},
|
|
1030
|
+
"title": "Reasons",
|
|
1031
|
+
"type": "array"
|
|
1032
|
+
},
|
|
1033
|
+
"residual": {
|
|
1034
|
+
"default": 0.0,
|
|
1035
|
+
"title": "Residual",
|
|
1036
|
+
"type": "number"
|
|
1037
|
+
},
|
|
1038
|
+
"source_packet_ids": {
|
|
1039
|
+
"items": {
|
|
1040
|
+
"type": "string"
|
|
1041
|
+
},
|
|
1042
|
+
"title": "Source Packet Ids",
|
|
1043
|
+
"type": "array"
|
|
1044
|
+
},
|
|
1045
|
+
"target_packet_id": {
|
|
1046
|
+
"title": "Target Packet Id",
|
|
1047
|
+
"type": "string"
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
"required": [
|
|
1051
|
+
"edge_id",
|
|
1052
|
+
"source_packet_ids",
|
|
1053
|
+
"target_packet_id"
|
|
1054
|
+
],
|
|
1055
|
+
"title": "EdgeWitness",
|
|
1056
|
+
"type": "object"
|
|
1057
|
+
},
|
|
1058
|
+
"EvidenceStatus": {
|
|
1059
|
+
"enum": [
|
|
1060
|
+
"verified",
|
|
1061
|
+
"declared",
|
|
1062
|
+
"unknown"
|
|
1063
|
+
],
|
|
1064
|
+
"title": "EvidenceStatus",
|
|
1065
|
+
"type": "string"
|
|
1066
|
+
},
|
|
1067
|
+
"EvidenceVerificationProfile": {
|
|
1068
|
+
"enum": [
|
|
1069
|
+
"development",
|
|
1070
|
+
"research",
|
|
1071
|
+
"production"
|
|
1072
|
+
],
|
|
1073
|
+
"title": "EvidenceVerificationProfile",
|
|
1074
|
+
"type": "string"
|
|
1075
|
+
},
|
|
1076
|
+
"FixedPopulationLedger": {
|
|
1077
|
+
"description": "Finite ledger asserting fixed agent identities and no self-rewrite.",
|
|
1078
|
+
"properties": {
|
|
1079
|
+
"accepted": {
|
|
1080
|
+
"default": false,
|
|
1081
|
+
"title": "Accepted",
|
|
1082
|
+
"type": "boolean"
|
|
1083
|
+
},
|
|
1084
|
+
"after_agents": {
|
|
1085
|
+
"items": {
|
|
1086
|
+
"$ref": "#/$defs/AgentPolicyIdentity"
|
|
1087
|
+
},
|
|
1088
|
+
"title": "After Agents",
|
|
1089
|
+
"type": "array"
|
|
1090
|
+
},
|
|
1091
|
+
"before_agents": {
|
|
1092
|
+
"items": {
|
|
1093
|
+
"$ref": "#/$defs/AgentPolicyIdentity"
|
|
1094
|
+
},
|
|
1095
|
+
"title": "Before Agents",
|
|
1096
|
+
"type": "array"
|
|
1097
|
+
},
|
|
1098
|
+
"finite_checks_passed": {
|
|
1099
|
+
"default": false,
|
|
1100
|
+
"title": "Finite Checks Passed",
|
|
1101
|
+
"type": "boolean"
|
|
1102
|
+
},
|
|
1103
|
+
"fixed_population": {
|
|
1104
|
+
"default": true,
|
|
1105
|
+
"title": "Fixed Population",
|
|
1106
|
+
"type": "boolean"
|
|
1107
|
+
},
|
|
1108
|
+
"ledger_id": {
|
|
1109
|
+
"title": "Ledger Id",
|
|
1110
|
+
"type": "string"
|
|
1111
|
+
},
|
|
1112
|
+
"no_self_rewrite": {
|
|
1113
|
+
"default": true,
|
|
1114
|
+
"title": "No Self Rewrite",
|
|
1115
|
+
"type": "boolean"
|
|
1116
|
+
},
|
|
1117
|
+
"no_weight_update": {
|
|
1118
|
+
"default": true,
|
|
1119
|
+
"title": "No Weight Update",
|
|
1120
|
+
"type": "boolean"
|
|
1121
|
+
},
|
|
1122
|
+
"observation_window_id": {
|
|
1123
|
+
"default": "default-observation-window",
|
|
1124
|
+
"title": "Observation Window Id",
|
|
1125
|
+
"type": "string"
|
|
1126
|
+
},
|
|
1127
|
+
"operationally_usable": {
|
|
1128
|
+
"default": false,
|
|
1129
|
+
"title": "Operationally Usable",
|
|
1130
|
+
"type": "boolean"
|
|
1131
|
+
},
|
|
1132
|
+
"policy_digests_unchanged": {
|
|
1133
|
+
"default": true,
|
|
1134
|
+
"title": "Policy Digests Unchanged",
|
|
1135
|
+
"type": "boolean"
|
|
1136
|
+
},
|
|
1137
|
+
"reasons": {
|
|
1138
|
+
"items": {
|
|
1139
|
+
"type": "string"
|
|
1140
|
+
},
|
|
1141
|
+
"title": "Reasons",
|
|
1142
|
+
"type": "array"
|
|
1143
|
+
},
|
|
1144
|
+
"residual_ledger": {
|
|
1145
|
+
"$ref": "#/$defs/Ledger"
|
|
1146
|
+
},
|
|
1147
|
+
"settled": {
|
|
1148
|
+
"default": false,
|
|
1149
|
+
"title": "Settled",
|
|
1150
|
+
"type": "boolean"
|
|
1151
|
+
}
|
|
1152
|
+
},
|
|
1153
|
+
"required": [
|
|
1154
|
+
"ledger_id"
|
|
1155
|
+
],
|
|
1156
|
+
"title": "FixedPopulationLedger",
|
|
1157
|
+
"type": "object"
|
|
1158
|
+
},
|
|
1159
|
+
"IdentityContributionStatus": {
|
|
1160
|
+
"description": "How identity evidence may contribute to runtime packet capital.",
|
|
1161
|
+
"enum": [
|
|
1162
|
+
"verified",
|
|
1163
|
+
"provisional",
|
|
1164
|
+
"diagnostic",
|
|
1165
|
+
"quarantined",
|
|
1166
|
+
"rejected"
|
|
1167
|
+
],
|
|
1168
|
+
"title": "IdentityContributionStatus",
|
|
1169
|
+
"type": "string"
|
|
1170
|
+
},
|
|
1171
|
+
"IdentityTrustProfile": {
|
|
1172
|
+
"description": "Operational trust profile for protocol-relative identity checks.",
|
|
1173
|
+
"enum": [
|
|
1174
|
+
"development",
|
|
1175
|
+
"research",
|
|
1176
|
+
"controlled",
|
|
1177
|
+
"federated",
|
|
1178
|
+
"production",
|
|
1179
|
+
"adversarial"
|
|
1180
|
+
],
|
|
1181
|
+
"title": "IdentityTrustProfile",
|
|
1182
|
+
"type": "string"
|
|
1183
|
+
},
|
|
1184
|
+
"Ledger": {
|
|
1185
|
+
"description": "A finite typed ledger with explicit coordinate kinds.",
|
|
1186
|
+
"properties": {
|
|
1187
|
+
"coordinates": {
|
|
1188
|
+
"additionalProperties": {
|
|
1189
|
+
"$ref": "#/$defs/LedgerCoordinate"
|
|
1190
|
+
},
|
|
1191
|
+
"title": "Coordinates",
|
|
1192
|
+
"type": "object"
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
"title": "Ledger",
|
|
1196
|
+
"type": "object"
|
|
1197
|
+
},
|
|
1198
|
+
"LedgerCoordinate": {
|
|
1199
|
+
"description": "One typed coordinate in a finite certificate ledger.",
|
|
1200
|
+
"properties": {
|
|
1201
|
+
"description": {
|
|
1202
|
+
"anyOf": [
|
|
1203
|
+
{
|
|
1204
|
+
"type": "string"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"type": "null"
|
|
1208
|
+
}
|
|
1209
|
+
],
|
|
1210
|
+
"default": null,
|
|
1211
|
+
"title": "Description"
|
|
1212
|
+
},
|
|
1213
|
+
"evidence_refs": {
|
|
1214
|
+
"items": {
|
|
1215
|
+
"type": "string"
|
|
1216
|
+
},
|
|
1217
|
+
"title": "Evidence Refs",
|
|
1218
|
+
"type": "array"
|
|
1219
|
+
},
|
|
1220
|
+
"evidence_status": {
|
|
1221
|
+
"$ref": "#/$defs/EvidenceStatus",
|
|
1222
|
+
"default": "declared"
|
|
1223
|
+
},
|
|
1224
|
+
"kind": {
|
|
1225
|
+
"$ref": "#/$defs/CoordinateKind",
|
|
1226
|
+
"default": "burden"
|
|
1227
|
+
},
|
|
1228
|
+
"known": {
|
|
1229
|
+
"default": true,
|
|
1230
|
+
"title": "Known",
|
|
1231
|
+
"type": "boolean"
|
|
1232
|
+
},
|
|
1233
|
+
"name": {
|
|
1234
|
+
"title": "Name",
|
|
1235
|
+
"type": "string"
|
|
1236
|
+
},
|
|
1237
|
+
"unit": {
|
|
1238
|
+
"default": "dimensionless",
|
|
1239
|
+
"title": "Unit",
|
|
1240
|
+
"type": "string"
|
|
1241
|
+
},
|
|
1242
|
+
"value": {
|
|
1243
|
+
"title": "Value",
|
|
1244
|
+
"type": "number"
|
|
1245
|
+
}
|
|
1246
|
+
},
|
|
1247
|
+
"required": [
|
|
1248
|
+
"name",
|
|
1249
|
+
"value"
|
|
1250
|
+
],
|
|
1251
|
+
"title": "LedgerCoordinate",
|
|
1252
|
+
"type": "object"
|
|
1253
|
+
},
|
|
1254
|
+
"PacketSourceKind": {
|
|
1255
|
+
"enum": [
|
|
1256
|
+
"local",
|
|
1257
|
+
"github",
|
|
1258
|
+
"zenodo",
|
|
1259
|
+
"arxiv",
|
|
1260
|
+
"http",
|
|
1261
|
+
"web-page",
|
|
1262
|
+
"rss",
|
|
1263
|
+
"atom",
|
|
1264
|
+
"json-feed",
|
|
1265
|
+
"ndjson",
|
|
1266
|
+
"agent-message",
|
|
1267
|
+
"agent-inbox",
|
|
1268
|
+
"web-crawl",
|
|
1269
|
+
"agent-output",
|
|
1270
|
+
"auto"
|
|
1271
|
+
],
|
|
1272
|
+
"title": "PacketSourceKind",
|
|
1273
|
+
"type": "string"
|
|
1274
|
+
},
|
|
1275
|
+
"PhaseControlAction": {
|
|
1276
|
+
"properties": {
|
|
1277
|
+
"action_id": {
|
|
1278
|
+
"title": "Action Id",
|
|
1279
|
+
"type": "string"
|
|
1280
|
+
},
|
|
1281
|
+
"activation_delta": {
|
|
1282
|
+
"default": 0.0,
|
|
1283
|
+
"title": "Activation Delta",
|
|
1284
|
+
"type": "number"
|
|
1285
|
+
},
|
|
1286
|
+
"burden_delta": {
|
|
1287
|
+
"default": 0.0,
|
|
1288
|
+
"title": "Burden Delta",
|
|
1289
|
+
"type": "number"
|
|
1290
|
+
},
|
|
1291
|
+
"postconditions": {
|
|
1292
|
+
"items": {
|
|
1293
|
+
"type": "string"
|
|
1294
|
+
},
|
|
1295
|
+
"title": "Postconditions",
|
|
1296
|
+
"type": "array"
|
|
1297
|
+
},
|
|
1298
|
+
"preconditions": {
|
|
1299
|
+
"items": {
|
|
1300
|
+
"type": "string"
|
|
1301
|
+
},
|
|
1302
|
+
"title": "Preconditions",
|
|
1303
|
+
"type": "array"
|
|
1304
|
+
},
|
|
1305
|
+
"required_obligations": {
|
|
1306
|
+
"items": {
|
|
1307
|
+
"type": "string"
|
|
1308
|
+
},
|
|
1309
|
+
"title": "Required Obligations",
|
|
1310
|
+
"type": "array"
|
|
1311
|
+
},
|
|
1312
|
+
"residual_charge": {
|
|
1313
|
+
"default": 0.0,
|
|
1314
|
+
"title": "Residual Charge",
|
|
1315
|
+
"type": "number"
|
|
1316
|
+
},
|
|
1317
|
+
"resource_cost": {
|
|
1318
|
+
"additionalProperties": {
|
|
1319
|
+
"type": "number"
|
|
1320
|
+
},
|
|
1321
|
+
"title": "Resource Cost",
|
|
1322
|
+
"type": "object"
|
|
1323
|
+
},
|
|
1324
|
+
"risk_charge": {
|
|
1325
|
+
"default": 0.0,
|
|
1326
|
+
"title": "Risk Charge",
|
|
1327
|
+
"type": "number"
|
|
1328
|
+
},
|
|
1329
|
+
"source_nodes": {
|
|
1330
|
+
"items": {
|
|
1331
|
+
"type": "string"
|
|
1332
|
+
},
|
|
1333
|
+
"title": "Source Nodes",
|
|
1334
|
+
"type": "array"
|
|
1335
|
+
},
|
|
1336
|
+
"target_node": {
|
|
1337
|
+
"title": "Target Node",
|
|
1338
|
+
"type": "string"
|
|
1339
|
+
},
|
|
1340
|
+
"verifier_routes": {
|
|
1341
|
+
"items": {
|
|
1342
|
+
"type": "string"
|
|
1343
|
+
},
|
|
1344
|
+
"title": "Verifier Routes",
|
|
1345
|
+
"type": "array"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
"required": [
|
|
1349
|
+
"action_id",
|
|
1350
|
+
"target_node"
|
|
1351
|
+
],
|
|
1352
|
+
"title": "PhaseControlAction",
|
|
1353
|
+
"type": "object"
|
|
1354
|
+
},
|
|
1355
|
+
"PhaseControlEnvelope": {
|
|
1356
|
+
"properties": {
|
|
1357
|
+
"control_surface": {
|
|
1358
|
+
"additionalProperties": {
|
|
1359
|
+
"type": "number"
|
|
1360
|
+
},
|
|
1361
|
+
"title": "Control Surface",
|
|
1362
|
+
"type": "object"
|
|
1363
|
+
},
|
|
1364
|
+
"envelope_id": {
|
|
1365
|
+
"title": "Envelope Id",
|
|
1366
|
+
"type": "string"
|
|
1367
|
+
},
|
|
1368
|
+
"finite_horizon": {
|
|
1369
|
+
"default": 0,
|
|
1370
|
+
"title": "Finite Horizon",
|
|
1371
|
+
"type": "integer"
|
|
1372
|
+
},
|
|
1373
|
+
"finite_state_space": {
|
|
1374
|
+
"items": {
|
|
1375
|
+
"type": "string"
|
|
1376
|
+
},
|
|
1377
|
+
"title": "Finite State Space",
|
|
1378
|
+
"type": "array",
|
|
1379
|
+
"uniqueItems": true
|
|
1380
|
+
},
|
|
1381
|
+
"phase_response": {
|
|
1382
|
+
"additionalProperties": {
|
|
1383
|
+
"type": "number"
|
|
1384
|
+
},
|
|
1385
|
+
"title": "Phase Response",
|
|
1386
|
+
"type": "object"
|
|
1387
|
+
},
|
|
1388
|
+
"residual": {
|
|
1389
|
+
"default": 0.0,
|
|
1390
|
+
"title": "Residual",
|
|
1391
|
+
"type": "number"
|
|
1392
|
+
},
|
|
1393
|
+
"thermodynamic_obligation_ids": {
|
|
1394
|
+
"items": {
|
|
1395
|
+
"type": "string"
|
|
1396
|
+
},
|
|
1397
|
+
"title": "Thermodynamic Obligation Ids",
|
|
1398
|
+
"type": "array",
|
|
1399
|
+
"uniqueItems": true
|
|
1400
|
+
}
|
|
1401
|
+
},
|
|
1402
|
+
"required": [
|
|
1403
|
+
"envelope_id"
|
|
1404
|
+
],
|
|
1405
|
+
"title": "PhaseControlEnvelope",
|
|
1406
|
+
"type": "object"
|
|
1407
|
+
},
|
|
1408
|
+
"PhaseControlObjective": {
|
|
1409
|
+
"properties": {
|
|
1410
|
+
"horizon": {
|
|
1411
|
+
"default": 1,
|
|
1412
|
+
"title": "Horizon",
|
|
1413
|
+
"type": "integer"
|
|
1414
|
+
},
|
|
1415
|
+
"objective_id": {
|
|
1416
|
+
"title": "Objective Id",
|
|
1417
|
+
"type": "string"
|
|
1418
|
+
},
|
|
1419
|
+
"objective_kind": {
|
|
1420
|
+
"default": "maximize-finite-asi-proxy-mass",
|
|
1421
|
+
"title": "Objective Kind",
|
|
1422
|
+
"type": "string"
|
|
1423
|
+
},
|
|
1424
|
+
"residual_budget": {
|
|
1425
|
+
"default": 0.0,
|
|
1426
|
+
"title": "Residual Budget",
|
|
1427
|
+
"type": "number"
|
|
1428
|
+
},
|
|
1429
|
+
"risk_tolerance": {
|
|
1430
|
+
"default": 0.0,
|
|
1431
|
+
"title": "Risk Tolerance",
|
|
1432
|
+
"type": "number"
|
|
1433
|
+
},
|
|
1434
|
+
"route_preferences": {
|
|
1435
|
+
"items": {
|
|
1436
|
+
"type": "string"
|
|
1437
|
+
},
|
|
1438
|
+
"title": "Route Preferences",
|
|
1439
|
+
"type": "array"
|
|
1440
|
+
},
|
|
1441
|
+
"target": {
|
|
1442
|
+
"$ref": "#/$defs/ASIProxyTargetContract"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
"required": [
|
|
1446
|
+
"objective_id",
|
|
1447
|
+
"target"
|
|
1448
|
+
],
|
|
1449
|
+
"title": "PhaseControlObjective",
|
|
1450
|
+
"type": "object"
|
|
1451
|
+
},
|
|
1452
|
+
"PhaseControlState": {
|
|
1453
|
+
"properties": {
|
|
1454
|
+
"budgets": {
|
|
1455
|
+
"additionalProperties": {
|
|
1456
|
+
"type": "number"
|
|
1457
|
+
},
|
|
1458
|
+
"title": "Budgets",
|
|
1459
|
+
"type": "object"
|
|
1460
|
+
},
|
|
1461
|
+
"constraint_frame": {
|
|
1462
|
+
"$ref": "#/$defs/ConstraintFrame"
|
|
1463
|
+
},
|
|
1464
|
+
"envelope": {
|
|
1465
|
+
"anyOf": [
|
|
1466
|
+
{
|
|
1467
|
+
"$ref": "#/$defs/PhaseControlEnvelope"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"type": "null"
|
|
1471
|
+
}
|
|
1472
|
+
],
|
|
1473
|
+
"default": null
|
|
1474
|
+
},
|
|
1475
|
+
"graph": {
|
|
1476
|
+
"$ref": "#/$defs/CapabilityHypergraph"
|
|
1477
|
+
},
|
|
1478
|
+
"present_obligations": {
|
|
1479
|
+
"items": {
|
|
1480
|
+
"type": "string"
|
|
1481
|
+
},
|
|
1482
|
+
"title": "Present Obligations",
|
|
1483
|
+
"type": "array"
|
|
1484
|
+
},
|
|
1485
|
+
"route_ids": {
|
|
1486
|
+
"items": {
|
|
1487
|
+
"type": "string"
|
|
1488
|
+
},
|
|
1489
|
+
"title": "Route Ids",
|
|
1490
|
+
"type": "array"
|
|
1491
|
+
},
|
|
1492
|
+
"state_id": {
|
|
1493
|
+
"title": "State Id",
|
|
1494
|
+
"type": "string"
|
|
1495
|
+
},
|
|
1496
|
+
"state_vector": {
|
|
1497
|
+
"$ref": "#/$defs/CapabilityStateVector"
|
|
1498
|
+
}
|
|
1499
|
+
},
|
|
1500
|
+
"required": [
|
|
1501
|
+
"state_id",
|
|
1502
|
+
"graph",
|
|
1503
|
+
"state_vector"
|
|
1504
|
+
],
|
|
1505
|
+
"title": "PhaseControlState",
|
|
1506
|
+
"type": "object"
|
|
1507
|
+
},
|
|
1508
|
+
"ProtocolFrameDigest": {
|
|
1509
|
+
"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.",
|
|
1510
|
+
"properties": {
|
|
1511
|
+
"accepted": {
|
|
1512
|
+
"default": false,
|
|
1513
|
+
"title": "Accepted",
|
|
1514
|
+
"type": "boolean"
|
|
1515
|
+
},
|
|
1516
|
+
"allowed_evidence_prefixes": {
|
|
1517
|
+
"items": {
|
|
1518
|
+
"type": "string"
|
|
1519
|
+
},
|
|
1520
|
+
"title": "Allowed Evidence Prefixes",
|
|
1521
|
+
"type": "array"
|
|
1522
|
+
},
|
|
1523
|
+
"allowed_packet_ids": {
|
|
1524
|
+
"items": {
|
|
1525
|
+
"type": "string"
|
|
1526
|
+
},
|
|
1527
|
+
"title": "Allowed Packet Ids",
|
|
1528
|
+
"type": "array"
|
|
1529
|
+
},
|
|
1530
|
+
"allowed_route_ids": {
|
|
1531
|
+
"items": {
|
|
1532
|
+
"type": "string"
|
|
1533
|
+
},
|
|
1534
|
+
"title": "Allowed Route Ids",
|
|
1535
|
+
"type": "array"
|
|
1536
|
+
},
|
|
1537
|
+
"allowed_source_kinds": {
|
|
1538
|
+
"items": {
|
|
1539
|
+
"type": "string"
|
|
1540
|
+
},
|
|
1541
|
+
"title": "Allowed Source Kinds",
|
|
1542
|
+
"type": "array"
|
|
1543
|
+
},
|
|
1544
|
+
"constraint_frame_id": {
|
|
1545
|
+
"default": "default-constraint-frame",
|
|
1546
|
+
"title": "Constraint Frame Id",
|
|
1547
|
+
"type": "string"
|
|
1548
|
+
},
|
|
1549
|
+
"observation_window_id": {
|
|
1550
|
+
"default": "default-observation-window",
|
|
1551
|
+
"title": "Observation Window Id",
|
|
1552
|
+
"type": "string"
|
|
1553
|
+
},
|
|
1554
|
+
"protocol_id": {
|
|
1555
|
+
"title": "Protocol Id",
|
|
1556
|
+
"type": "string"
|
|
1557
|
+
},
|
|
1558
|
+
"reasons": {
|
|
1559
|
+
"items": {
|
|
1560
|
+
"type": "string"
|
|
1561
|
+
},
|
|
1562
|
+
"title": "Reasons",
|
|
1563
|
+
"type": "array"
|
|
1564
|
+
},
|
|
1565
|
+
"route_catalog_digest": {
|
|
1566
|
+
"default": "",
|
|
1567
|
+
"title": "Route Catalog Digest",
|
|
1568
|
+
"type": "string"
|
|
1569
|
+
},
|
|
1570
|
+
"sha256": {
|
|
1571
|
+
"default": "",
|
|
1572
|
+
"title": "Sha256",
|
|
1573
|
+
"type": "string"
|
|
1574
|
+
},
|
|
1575
|
+
"validity_domain": {
|
|
1576
|
+
"default": "protocol-relative-finite",
|
|
1577
|
+
"title": "Validity Domain",
|
|
1578
|
+
"type": "string"
|
|
1579
|
+
}
|
|
1580
|
+
},
|
|
1581
|
+
"required": [
|
|
1582
|
+
"protocol_id"
|
|
1583
|
+
],
|
|
1584
|
+
"title": "ProtocolFrameDigest",
|
|
1585
|
+
"type": "object"
|
|
1586
|
+
},
|
|
1587
|
+
"QuarantineLedger": {
|
|
1588
|
+
"description": "Fail-closed quarantine and rollback ledger.",
|
|
1589
|
+
"properties": {
|
|
1590
|
+
"quarantined_items": {
|
|
1591
|
+
"items": {
|
|
1592
|
+
"type": "string"
|
|
1593
|
+
},
|
|
1594
|
+
"title": "Quarantined Items",
|
|
1595
|
+
"type": "array"
|
|
1596
|
+
},
|
|
1597
|
+
"reasons": {
|
|
1598
|
+
"additionalProperties": {
|
|
1599
|
+
"items": {
|
|
1600
|
+
"type": "string"
|
|
1601
|
+
},
|
|
1602
|
+
"type": "array"
|
|
1603
|
+
},
|
|
1604
|
+
"title": "Reasons",
|
|
1605
|
+
"type": "object"
|
|
1606
|
+
},
|
|
1607
|
+
"rollback_items": {
|
|
1608
|
+
"items": {
|
|
1609
|
+
"type": "string"
|
|
1610
|
+
},
|
|
1611
|
+
"title": "Rollback Items",
|
|
1612
|
+
"type": "array"
|
|
1613
|
+
}
|
|
1614
|
+
},
|
|
1615
|
+
"title": "QuarantineLedger",
|
|
1616
|
+
"type": "object"
|
|
1617
|
+
},
|
|
1618
|
+
"RuntimeEvent": {
|
|
1619
|
+
"description": "Append-only runtime event for audit and replay.",
|
|
1620
|
+
"properties": {
|
|
1621
|
+
"event_id": {
|
|
1622
|
+
"title": "Event Id",
|
|
1623
|
+
"type": "string"
|
|
1624
|
+
},
|
|
1625
|
+
"event_type": {
|
|
1626
|
+
"title": "Event Type",
|
|
1627
|
+
"type": "string"
|
|
1628
|
+
},
|
|
1629
|
+
"payload_ref": {
|
|
1630
|
+
"title": "Payload Ref",
|
|
1631
|
+
"type": "string"
|
|
1632
|
+
},
|
|
1633
|
+
"payload_sha256": {
|
|
1634
|
+
"title": "Payload Sha256",
|
|
1635
|
+
"type": "string"
|
|
1636
|
+
},
|
|
1637
|
+
"residual_delta": {
|
|
1638
|
+
"$ref": "#/$defs/Ledger"
|
|
1639
|
+
},
|
|
1640
|
+
"step_index": {
|
|
1641
|
+
"title": "Step Index",
|
|
1642
|
+
"type": "integer"
|
|
1643
|
+
},
|
|
1644
|
+
"timestamp": {
|
|
1645
|
+
"anyOf": [
|
|
1646
|
+
{
|
|
1647
|
+
"type": "string"
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"type": "null"
|
|
1651
|
+
}
|
|
1652
|
+
],
|
|
1653
|
+
"default": null,
|
|
1654
|
+
"title": "Timestamp"
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
"required": [
|
|
1658
|
+
"event_id",
|
|
1659
|
+
"event_type",
|
|
1660
|
+
"step_index",
|
|
1661
|
+
"payload_ref",
|
|
1662
|
+
"payload_sha256"
|
|
1663
|
+
],
|
|
1664
|
+
"title": "RuntimeEvent",
|
|
1665
|
+
"type": "object"
|
|
1666
|
+
},
|
|
1667
|
+
"RuntimeEventLog": {
|
|
1668
|
+
"description": "Deterministic event log with aggregate hash.",
|
|
1669
|
+
"properties": {
|
|
1670
|
+
"aggregate_sha256": {
|
|
1671
|
+
"default": "0000000000000000000000000000000000000000000000000000000000000000",
|
|
1672
|
+
"title": "Aggregate Sha256",
|
|
1673
|
+
"type": "string"
|
|
1674
|
+
},
|
|
1675
|
+
"events": {
|
|
1676
|
+
"items": {
|
|
1677
|
+
"$ref": "#/$defs/RuntimeEvent"
|
|
1678
|
+
},
|
|
1679
|
+
"title": "Events",
|
|
1680
|
+
"type": "array"
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
"title": "RuntimeEventLog",
|
|
1684
|
+
"type": "object"
|
|
1685
|
+
},
|
|
1686
|
+
"RuntimeState": {
|
|
1687
|
+
"description": "Persistent runtime state for one ECPT active agent session.",
|
|
1688
|
+
"properties": {
|
|
1689
|
+
"accepted_agent_ids": {
|
|
1690
|
+
"items": {
|
|
1691
|
+
"type": "string"
|
|
1692
|
+
},
|
|
1693
|
+
"title": "Accepted Agent Ids",
|
|
1694
|
+
"type": "array"
|
|
1695
|
+
},
|
|
1696
|
+
"accepted_public_key_ids": {
|
|
1697
|
+
"items": {
|
|
1698
|
+
"type": "string"
|
|
1699
|
+
},
|
|
1700
|
+
"title": "Accepted Public Key Ids",
|
|
1701
|
+
"type": "array"
|
|
1702
|
+
},
|
|
1703
|
+
"collective_certificate_refs": {
|
|
1704
|
+
"items": {
|
|
1705
|
+
"type": "string"
|
|
1706
|
+
},
|
|
1707
|
+
"title": "Collective Certificate Refs",
|
|
1708
|
+
"type": "array"
|
|
1709
|
+
},
|
|
1710
|
+
"event_log": {
|
|
1711
|
+
"$ref": "#/$defs/RuntimeEventLog"
|
|
1712
|
+
},
|
|
1713
|
+
"execution_report_refs": {
|
|
1714
|
+
"items": {
|
|
1715
|
+
"type": "string"
|
|
1716
|
+
},
|
|
1717
|
+
"title": "Execution Report Refs",
|
|
1718
|
+
"type": "array"
|
|
1719
|
+
},
|
|
1720
|
+
"identity_attestation_refs": {
|
|
1721
|
+
"items": {
|
|
1722
|
+
"type": "string"
|
|
1723
|
+
},
|
|
1724
|
+
"title": "Identity Attestation Refs",
|
|
1725
|
+
"type": "array"
|
|
1726
|
+
},
|
|
1727
|
+
"identity_mode": {
|
|
1728
|
+
"default": "declared",
|
|
1729
|
+
"title": "Identity Mode",
|
|
1730
|
+
"type": "string"
|
|
1731
|
+
},
|
|
1732
|
+
"last_acceleration_certificate_refs": {
|
|
1733
|
+
"items": {
|
|
1734
|
+
"type": "string"
|
|
1735
|
+
},
|
|
1736
|
+
"title": "Last Acceleration Certificate Refs",
|
|
1737
|
+
"type": "array"
|
|
1738
|
+
},
|
|
1739
|
+
"packet_lineage_refs": {
|
|
1740
|
+
"items": {
|
|
1741
|
+
"type": "string"
|
|
1742
|
+
},
|
|
1743
|
+
"title": "Packet Lineage Refs",
|
|
1744
|
+
"type": "array"
|
|
1745
|
+
},
|
|
1746
|
+
"packet_registry": {
|
|
1747
|
+
"$ref": "#/$defs/CapabilityPacketRegistry"
|
|
1748
|
+
},
|
|
1749
|
+
"phase_actions": {
|
|
1750
|
+
"items": {
|
|
1751
|
+
"$ref": "#/$defs/PhaseControlAction"
|
|
1752
|
+
},
|
|
1753
|
+
"title": "Phase Actions",
|
|
1754
|
+
"type": "array"
|
|
1755
|
+
},
|
|
1756
|
+
"phase_objective": {
|
|
1757
|
+
"$ref": "#/$defs/PhaseControlObjective"
|
|
1758
|
+
},
|
|
1759
|
+
"phase_state": {
|
|
1760
|
+
"$ref": "#/$defs/PhaseControlState"
|
|
1761
|
+
},
|
|
1762
|
+
"psi_threshold": {
|
|
1763
|
+
"additionalProperties": {
|
|
1764
|
+
"type": "number"
|
|
1765
|
+
},
|
|
1766
|
+
"title": "Psi Threshold",
|
|
1767
|
+
"type": "object"
|
|
1768
|
+
},
|
|
1769
|
+
"quarantine_ledger": {
|
|
1770
|
+
"$ref": "#/$defs/QuarantineLedger"
|
|
1771
|
+
},
|
|
1772
|
+
"residual_ledger": {
|
|
1773
|
+
"$ref": "#/$defs/Ledger"
|
|
1774
|
+
},
|
|
1775
|
+
"route_batch_refs": {
|
|
1776
|
+
"items": {
|
|
1777
|
+
"type": "string"
|
|
1778
|
+
},
|
|
1779
|
+
"title": "Route Batch Refs",
|
|
1780
|
+
"type": "array"
|
|
1781
|
+
},
|
|
1782
|
+
"runtime_memory": {
|
|
1783
|
+
"items": {
|
|
1784
|
+
"type": "string"
|
|
1785
|
+
},
|
|
1786
|
+
"title": "Runtime Memory",
|
|
1787
|
+
"type": "array"
|
|
1788
|
+
},
|
|
1789
|
+
"state_id": {
|
|
1790
|
+
"title": "State Id",
|
|
1791
|
+
"type": "string"
|
|
1792
|
+
},
|
|
1793
|
+
"step_index": {
|
|
1794
|
+
"default": 0,
|
|
1795
|
+
"title": "Step Index",
|
|
1796
|
+
"type": "integer"
|
|
1797
|
+
},
|
|
1798
|
+
"verified_packets": {
|
|
1799
|
+
"items": {
|
|
1800
|
+
"$ref": "#/$defs/VerifiedCapabilityPacket"
|
|
1801
|
+
},
|
|
1802
|
+
"title": "Verified Packets",
|
|
1803
|
+
"type": "array"
|
|
1804
|
+
},
|
|
1805
|
+
"verifier_resolution_inventory": {
|
|
1806
|
+
"items": {
|
|
1807
|
+
"$ref": "#/$defs/VerifierResolution"
|
|
1808
|
+
},
|
|
1809
|
+
"title": "Verifier Resolution Inventory",
|
|
1810
|
+
"type": "array"
|
|
1811
|
+
}
|
|
1812
|
+
},
|
|
1813
|
+
"required": [
|
|
1814
|
+
"state_id",
|
|
1815
|
+
"phase_state",
|
|
1816
|
+
"phase_objective"
|
|
1817
|
+
],
|
|
1818
|
+
"title": "RuntimeState",
|
|
1819
|
+
"type": "object"
|
|
1820
|
+
},
|
|
1821
|
+
"SybilResistanceLedger": {
|
|
1822
|
+
"description": "Population-level Sybil-resistance judgment and residual ledger.",
|
|
1823
|
+
"properties": {
|
|
1824
|
+
"accepted": {
|
|
1825
|
+
"default": false,
|
|
1826
|
+
"title": "Accepted",
|
|
1827
|
+
"type": "boolean"
|
|
1828
|
+
},
|
|
1829
|
+
"accepted_agent_ids": {
|
|
1830
|
+
"items": {
|
|
1831
|
+
"type": "string"
|
|
1832
|
+
},
|
|
1833
|
+
"title": "Accepted Agent Ids",
|
|
1834
|
+
"type": "array"
|
|
1835
|
+
},
|
|
1836
|
+
"accepted_public_key_ids": {
|
|
1837
|
+
"items": {
|
|
1838
|
+
"type": "string"
|
|
1839
|
+
},
|
|
1840
|
+
"title": "Accepted Public Key Ids",
|
|
1841
|
+
"type": "array"
|
|
1842
|
+
},
|
|
1843
|
+
"clone_fanout_groups": {
|
|
1844
|
+
"items": {
|
|
1845
|
+
"type": "string"
|
|
1846
|
+
},
|
|
1847
|
+
"title": "Clone Fanout Groups",
|
|
1848
|
+
"type": "array"
|
|
1849
|
+
},
|
|
1850
|
+
"duplicate_agent_ids": {
|
|
1851
|
+
"items": {
|
|
1852
|
+
"type": "string"
|
|
1853
|
+
},
|
|
1854
|
+
"title": "Duplicate Agent Ids",
|
|
1855
|
+
"type": "array"
|
|
1856
|
+
},
|
|
1857
|
+
"duplicate_credential_refs": {
|
|
1858
|
+
"items": {
|
|
1859
|
+
"type": "string"
|
|
1860
|
+
},
|
|
1861
|
+
"title": "Duplicate Credential Refs",
|
|
1862
|
+
"type": "array"
|
|
1863
|
+
},
|
|
1864
|
+
"duplicate_public_key_fingerprints": {
|
|
1865
|
+
"items": {
|
|
1866
|
+
"type": "string"
|
|
1867
|
+
},
|
|
1868
|
+
"title": "Duplicate Public Key Fingerprints",
|
|
1869
|
+
"type": "array"
|
|
1870
|
+
},
|
|
1871
|
+
"duplicate_public_key_ids": {
|
|
1872
|
+
"items": {
|
|
1873
|
+
"type": "string"
|
|
1874
|
+
},
|
|
1875
|
+
"title": "Duplicate Public Key Ids",
|
|
1876
|
+
"type": "array"
|
|
1877
|
+
},
|
|
1878
|
+
"expired_agent_ids": {
|
|
1879
|
+
"items": {
|
|
1880
|
+
"type": "string"
|
|
1881
|
+
},
|
|
1882
|
+
"title": "Expired Agent Ids",
|
|
1883
|
+
"type": "array"
|
|
1884
|
+
},
|
|
1885
|
+
"failed_signature_agent_ids": {
|
|
1886
|
+
"items": {
|
|
1887
|
+
"type": "string"
|
|
1888
|
+
},
|
|
1889
|
+
"title": "Failed Signature Agent Ids",
|
|
1890
|
+
"type": "array"
|
|
1891
|
+
},
|
|
1892
|
+
"finite_checks_passed": {
|
|
1893
|
+
"default": false,
|
|
1894
|
+
"title": "Finite Checks Passed",
|
|
1895
|
+
"type": "boolean"
|
|
1896
|
+
},
|
|
1897
|
+
"fleet_overrepresented": {
|
|
1898
|
+
"items": {
|
|
1899
|
+
"type": "string"
|
|
1900
|
+
},
|
|
1901
|
+
"title": "Fleet Overrepresented",
|
|
1902
|
+
"type": "array"
|
|
1903
|
+
},
|
|
1904
|
+
"identity_check_reports": {
|
|
1905
|
+
"items": {
|
|
1906
|
+
"$ref": "#/$defs/AgentIdentityCheckReport"
|
|
1907
|
+
},
|
|
1908
|
+
"title": "Identity Check Reports",
|
|
1909
|
+
"type": "array"
|
|
1910
|
+
},
|
|
1911
|
+
"identity_count": {
|
|
1912
|
+
"title": "Identity Count",
|
|
1913
|
+
"type": "integer"
|
|
1914
|
+
},
|
|
1915
|
+
"issuer_overrepresented": {
|
|
1916
|
+
"items": {
|
|
1917
|
+
"type": "string"
|
|
1918
|
+
},
|
|
1919
|
+
"title": "Issuer Overrepresented",
|
|
1920
|
+
"type": "array"
|
|
1921
|
+
},
|
|
1922
|
+
"ledger_id": {
|
|
1923
|
+
"title": "Ledger Id",
|
|
1924
|
+
"type": "string"
|
|
1925
|
+
},
|
|
1926
|
+
"missing_evidence_refs": {
|
|
1927
|
+
"items": {
|
|
1928
|
+
"type": "string"
|
|
1929
|
+
},
|
|
1930
|
+
"title": "Missing Evidence Refs",
|
|
1931
|
+
"type": "array"
|
|
1932
|
+
},
|
|
1933
|
+
"model_overrepresented": {
|
|
1934
|
+
"items": {
|
|
1935
|
+
"type": "string"
|
|
1936
|
+
},
|
|
1937
|
+
"title": "Model Overrepresented",
|
|
1938
|
+
"type": "array"
|
|
1939
|
+
},
|
|
1940
|
+
"operationally_usable": {
|
|
1941
|
+
"default": false,
|
|
1942
|
+
"title": "Operationally Usable",
|
|
1943
|
+
"type": "boolean"
|
|
1944
|
+
},
|
|
1945
|
+
"policy_explanation": {
|
|
1946
|
+
"additionalProperties": {
|
|
1947
|
+
"type": "string"
|
|
1948
|
+
},
|
|
1949
|
+
"title": "Policy Explanation",
|
|
1950
|
+
"type": "object"
|
|
1951
|
+
},
|
|
1952
|
+
"policy_id": {
|
|
1953
|
+
"title": "Policy Id",
|
|
1954
|
+
"type": "string"
|
|
1955
|
+
},
|
|
1956
|
+
"policy_overrepresented": {
|
|
1957
|
+
"items": {
|
|
1958
|
+
"type": "string"
|
|
1959
|
+
},
|
|
1960
|
+
"title": "Policy Overrepresented",
|
|
1961
|
+
"type": "array"
|
|
1962
|
+
},
|
|
1963
|
+
"population_id": {
|
|
1964
|
+
"title": "Population Id",
|
|
1965
|
+
"type": "string"
|
|
1966
|
+
},
|
|
1967
|
+
"reasons": {
|
|
1968
|
+
"items": {
|
|
1969
|
+
"type": "string"
|
|
1970
|
+
},
|
|
1971
|
+
"title": "Reasons",
|
|
1972
|
+
"type": "array"
|
|
1973
|
+
},
|
|
1974
|
+
"rejected_agent_ids": {
|
|
1975
|
+
"items": {
|
|
1976
|
+
"type": "string"
|
|
1977
|
+
},
|
|
1978
|
+
"title": "Rejected Agent Ids",
|
|
1979
|
+
"type": "array"
|
|
1980
|
+
},
|
|
1981
|
+
"residual_ledger": {
|
|
1982
|
+
"$ref": "#/$defs/Ledger"
|
|
1983
|
+
},
|
|
1984
|
+
"revoked_agent_ids": {
|
|
1985
|
+
"items": {
|
|
1986
|
+
"type": "string"
|
|
1987
|
+
},
|
|
1988
|
+
"title": "Revoked Agent Ids",
|
|
1989
|
+
"type": "array"
|
|
1990
|
+
},
|
|
1991
|
+
"settled": {
|
|
1992
|
+
"default": false,
|
|
1993
|
+
"title": "Settled",
|
|
1994
|
+
"type": "boolean"
|
|
1995
|
+
},
|
|
1996
|
+
"trust_profile": {
|
|
1997
|
+
"$ref": "#/$defs/IdentityTrustProfile",
|
|
1998
|
+
"default": "production"
|
|
1999
|
+
}
|
|
2000
|
+
},
|
|
2001
|
+
"required": [
|
|
2002
|
+
"ledger_id",
|
|
2003
|
+
"population_id",
|
|
2004
|
+
"policy_id",
|
|
2005
|
+
"identity_count"
|
|
2006
|
+
],
|
|
2007
|
+
"title": "SybilResistanceLedger",
|
|
2008
|
+
"type": "object"
|
|
2009
|
+
},
|
|
2010
|
+
"SybilResistancePolicy": {
|
|
2011
|
+
"description": "Population-level policy for protocol-relative Sybil resistance.",
|
|
2012
|
+
"properties": {
|
|
2013
|
+
"allow_homogeneous_fleet_with_unique_keys": {
|
|
2014
|
+
"default": true,
|
|
2015
|
+
"title": "Allow Homogeneous Fleet With Unique Keys",
|
|
2016
|
+
"type": "boolean"
|
|
2017
|
+
},
|
|
2018
|
+
"max_agents_per_fleet": {
|
|
2019
|
+
"anyOf": [
|
|
2020
|
+
{
|
|
2021
|
+
"type": "integer"
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"type": "null"
|
|
2025
|
+
}
|
|
2026
|
+
],
|
|
2027
|
+
"default": null,
|
|
2028
|
+
"title": "Max Agents Per Fleet"
|
|
2029
|
+
},
|
|
2030
|
+
"max_agents_per_issuer": {
|
|
2031
|
+
"anyOf": [
|
|
2032
|
+
{
|
|
2033
|
+
"type": "integer"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"type": "null"
|
|
2037
|
+
}
|
|
2038
|
+
],
|
|
2039
|
+
"default": null,
|
|
2040
|
+
"title": "Max Agents Per Issuer"
|
|
2041
|
+
},
|
|
2042
|
+
"max_agents_per_model_digest": {
|
|
2043
|
+
"anyOf": [
|
|
2044
|
+
{
|
|
2045
|
+
"type": "integer"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"type": "null"
|
|
2049
|
+
}
|
|
2050
|
+
],
|
|
2051
|
+
"default": null,
|
|
2052
|
+
"title": "Max Agents Per Model Digest"
|
|
2053
|
+
},
|
|
2054
|
+
"max_agents_per_policy_digest": {
|
|
2055
|
+
"anyOf": [
|
|
2056
|
+
{
|
|
2057
|
+
"type": "integer"
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"type": "null"
|
|
2061
|
+
}
|
|
2062
|
+
],
|
|
2063
|
+
"default": null,
|
|
2064
|
+
"title": "Max Agents Per Policy Digest"
|
|
2065
|
+
},
|
|
2066
|
+
"max_clone_fanout": {
|
|
2067
|
+
"anyOf": [
|
|
2068
|
+
{
|
|
2069
|
+
"type": "integer"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"type": "null"
|
|
2073
|
+
}
|
|
2074
|
+
],
|
|
2075
|
+
"default": 1,
|
|
2076
|
+
"title": "Max Clone Fanout"
|
|
2077
|
+
},
|
|
2078
|
+
"metadata": {
|
|
2079
|
+
"additionalProperties": {
|
|
2080
|
+
"type": "string"
|
|
2081
|
+
},
|
|
2082
|
+
"title": "Metadata",
|
|
2083
|
+
"type": "object"
|
|
2084
|
+
},
|
|
2085
|
+
"minimum_identity_strength": {
|
|
2086
|
+
"$ref": "#/$defs/AgentIdentityStrength",
|
|
2087
|
+
"default": "public-key-attested"
|
|
2088
|
+
},
|
|
2089
|
+
"policy_id": {
|
|
2090
|
+
"default": "default-sybil-policy",
|
|
2091
|
+
"title": "Policy Id",
|
|
2092
|
+
"type": "string"
|
|
2093
|
+
},
|
|
2094
|
+
"reject_expired": {
|
|
2095
|
+
"default": true,
|
|
2096
|
+
"title": "Reject Expired",
|
|
2097
|
+
"type": "boolean"
|
|
2098
|
+
},
|
|
2099
|
+
"reject_failed_signatures": {
|
|
2100
|
+
"default": true,
|
|
2101
|
+
"title": "Reject Failed Signatures",
|
|
2102
|
+
"type": "boolean"
|
|
2103
|
+
},
|
|
2104
|
+
"reject_revoked": {
|
|
2105
|
+
"default": true,
|
|
2106
|
+
"title": "Reject Revoked",
|
|
2107
|
+
"type": "boolean"
|
|
2108
|
+
},
|
|
2109
|
+
"require_credential_ref": {
|
|
2110
|
+
"default": false,
|
|
2111
|
+
"title": "Require Credential Ref",
|
|
2112
|
+
"type": "boolean"
|
|
2113
|
+
},
|
|
2114
|
+
"require_distinct_role_or_worker_index_for_fleet": {
|
|
2115
|
+
"default": false,
|
|
2116
|
+
"title": "Require Distinct Role Or Worker Index For Fleet",
|
|
2117
|
+
"type": "boolean"
|
|
2118
|
+
},
|
|
2119
|
+
"require_issuer_id": {
|
|
2120
|
+
"default": false,
|
|
2121
|
+
"title": "Require Issuer Id",
|
|
2122
|
+
"type": "boolean"
|
|
2123
|
+
},
|
|
2124
|
+
"require_unique_agent_id": {
|
|
2125
|
+
"default": true,
|
|
2126
|
+
"title": "Require Unique Agent Id",
|
|
2127
|
+
"type": "boolean"
|
|
2128
|
+
},
|
|
2129
|
+
"require_unique_credential_ref": {
|
|
2130
|
+
"default": false,
|
|
2131
|
+
"title": "Require Unique Credential Ref",
|
|
2132
|
+
"type": "boolean"
|
|
2133
|
+
},
|
|
2134
|
+
"require_unique_public_key_fingerprint": {
|
|
2135
|
+
"default": true,
|
|
2136
|
+
"title": "Require Unique Public Key Fingerprint",
|
|
2137
|
+
"type": "boolean"
|
|
2138
|
+
},
|
|
2139
|
+
"require_unique_public_key_id": {
|
|
2140
|
+
"default": true,
|
|
2141
|
+
"title": "Require Unique Public Key Id",
|
|
2142
|
+
"type": "boolean"
|
|
2143
|
+
},
|
|
2144
|
+
"required_identity_evidence_refs": {
|
|
2145
|
+
"items": {
|
|
2146
|
+
"type": "string"
|
|
2147
|
+
},
|
|
2148
|
+
"title": "Required Identity Evidence Refs",
|
|
2149
|
+
"type": "array"
|
|
2150
|
+
},
|
|
2151
|
+
"trust_profile": {
|
|
2152
|
+
"$ref": "#/$defs/IdentityTrustProfile",
|
|
2153
|
+
"default": "production"
|
|
2154
|
+
}
|
|
2155
|
+
},
|
|
2156
|
+
"title": "SybilResistancePolicy",
|
|
2157
|
+
"type": "object"
|
|
2158
|
+
},
|
|
2159
|
+
"VerifiedCapabilityPacket": {
|
|
2160
|
+
"description": "Finite-scope reusable packet capital after verifier and edge checks.",
|
|
2161
|
+
"properties": {
|
|
2162
|
+
"accepted_edge_witness_ids": {
|
|
2163
|
+
"items": {
|
|
2164
|
+
"type": "string"
|
|
2165
|
+
},
|
|
2166
|
+
"title": "Accepted Edge Witness Ids",
|
|
2167
|
+
"type": "array"
|
|
2168
|
+
},
|
|
2169
|
+
"execution_available": {
|
|
2170
|
+
"default": false,
|
|
2171
|
+
"title": "Execution Available",
|
|
2172
|
+
"type": "boolean"
|
|
2173
|
+
},
|
|
2174
|
+
"expires_at": {
|
|
2175
|
+
"anyOf": [
|
|
2176
|
+
{
|
|
2177
|
+
"type": "string"
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"type": "null"
|
|
2181
|
+
}
|
|
2182
|
+
],
|
|
2183
|
+
"default": null,
|
|
2184
|
+
"title": "Expires At"
|
|
2185
|
+
},
|
|
2186
|
+
"identity_contribution_status": {
|
|
2187
|
+
"$ref": "#/$defs/IdentityContributionStatus",
|
|
2188
|
+
"default": "verified"
|
|
2189
|
+
},
|
|
2190
|
+
"issuer_agent_id": {
|
|
2191
|
+
"anyOf": [
|
|
2192
|
+
{
|
|
2193
|
+
"type": "string"
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"type": "null"
|
|
2197
|
+
}
|
|
2198
|
+
],
|
|
2199
|
+
"default": null,
|
|
2200
|
+
"title": "Issuer Agent Id"
|
|
2201
|
+
},
|
|
2202
|
+
"issuer_attestation_id": {
|
|
2203
|
+
"anyOf": [
|
|
2204
|
+
{
|
|
2205
|
+
"type": "string"
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
"type": "null"
|
|
2209
|
+
}
|
|
2210
|
+
],
|
|
2211
|
+
"default": null,
|
|
2212
|
+
"title": "Issuer Attestation Id"
|
|
2213
|
+
},
|
|
2214
|
+
"issuer_public_key_id": {
|
|
2215
|
+
"anyOf": [
|
|
2216
|
+
{
|
|
2217
|
+
"type": "string"
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
"type": "null"
|
|
2221
|
+
}
|
|
2222
|
+
],
|
|
2223
|
+
"default": null,
|
|
2224
|
+
"title": "Issuer Public Key Id"
|
|
2225
|
+
},
|
|
2226
|
+
"liquidity_score": {
|
|
2227
|
+
"default": 0.0,
|
|
2228
|
+
"title": "Liquidity Score",
|
|
2229
|
+
"type": "number"
|
|
2230
|
+
},
|
|
2231
|
+
"operationally_usable": {
|
|
2232
|
+
"default": false,
|
|
2233
|
+
"title": "Operationally Usable",
|
|
2234
|
+
"type": "boolean"
|
|
2235
|
+
},
|
|
2236
|
+
"packet_id": {
|
|
2237
|
+
"title": "Packet Id",
|
|
2238
|
+
"type": "string"
|
|
2239
|
+
},
|
|
2240
|
+
"receiver_family": {
|
|
2241
|
+
"items": {
|
|
2242
|
+
"type": "string"
|
|
2243
|
+
},
|
|
2244
|
+
"title": "Receiver Family",
|
|
2245
|
+
"type": "array"
|
|
2246
|
+
},
|
|
2247
|
+
"residual_external_obligations": {
|
|
2248
|
+
"items": {
|
|
2249
|
+
"type": "string"
|
|
2250
|
+
},
|
|
2251
|
+
"title": "Residual External Obligations",
|
|
2252
|
+
"type": "array"
|
|
2253
|
+
},
|
|
2254
|
+
"residual_ledger": {
|
|
2255
|
+
"$ref": "#/$defs/Ledger"
|
|
2256
|
+
},
|
|
2257
|
+
"rollback_receipt": {
|
|
2258
|
+
"anyOf": [
|
|
2259
|
+
{
|
|
2260
|
+
"type": "string"
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"type": "null"
|
|
2264
|
+
}
|
|
2265
|
+
],
|
|
2266
|
+
"default": null,
|
|
2267
|
+
"title": "Rollback Receipt"
|
|
2268
|
+
},
|
|
2269
|
+
"settled": {
|
|
2270
|
+
"default": false,
|
|
2271
|
+
"title": "Settled",
|
|
2272
|
+
"type": "boolean"
|
|
2273
|
+
},
|
|
2274
|
+
"settlement_scope": {
|
|
2275
|
+
"items": {
|
|
2276
|
+
"type": "string"
|
|
2277
|
+
},
|
|
2278
|
+
"title": "Settlement Scope",
|
|
2279
|
+
"type": "array"
|
|
2280
|
+
},
|
|
2281
|
+
"source_candidate_id": {
|
|
2282
|
+
"title": "Source Candidate Id",
|
|
2283
|
+
"type": "string"
|
|
2284
|
+
},
|
|
2285
|
+
"validity_domain": {
|
|
2286
|
+
"default": "protocol-relative-finite",
|
|
2287
|
+
"title": "Validity Domain",
|
|
2288
|
+
"type": "string"
|
|
2289
|
+
},
|
|
2290
|
+
"verification_resolution_ids": {
|
|
2291
|
+
"items": {
|
|
2292
|
+
"type": "string"
|
|
2293
|
+
},
|
|
2294
|
+
"title": "Verification Resolution Ids",
|
|
2295
|
+
"type": "array"
|
|
2296
|
+
}
|
|
2297
|
+
},
|
|
2298
|
+
"required": [
|
|
2299
|
+
"packet_id",
|
|
2300
|
+
"source_candidate_id"
|
|
2301
|
+
],
|
|
2302
|
+
"title": "VerifiedCapabilityPacket",
|
|
2303
|
+
"type": "object"
|
|
2304
|
+
},
|
|
2305
|
+
"VerifierResolution": {
|
|
2306
|
+
"description": "Adapter-route resolution result that preserves safe failure behavior.",
|
|
2307
|
+
"properties": {
|
|
2308
|
+
"accepted": {
|
|
2309
|
+
"title": "Accepted",
|
|
2310
|
+
"type": "boolean"
|
|
2311
|
+
},
|
|
2312
|
+
"accepted_obligation_ids": {
|
|
2313
|
+
"items": {
|
|
2314
|
+
"type": "string"
|
|
2315
|
+
},
|
|
2316
|
+
"title": "Accepted Obligation Ids",
|
|
2317
|
+
"type": "array"
|
|
2318
|
+
},
|
|
2319
|
+
"availability": {
|
|
2320
|
+
"title": "Availability",
|
|
2321
|
+
"type": "string"
|
|
2322
|
+
},
|
|
2323
|
+
"binding_id": {
|
|
2324
|
+
"anyOf": [
|
|
2325
|
+
{
|
|
2326
|
+
"type": "string"
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"type": "null"
|
|
2330
|
+
}
|
|
2331
|
+
],
|
|
2332
|
+
"default": null,
|
|
2333
|
+
"title": "Binding Id"
|
|
2334
|
+
},
|
|
2335
|
+
"discharge_level": {
|
|
2336
|
+
"$ref": "#/$defs/DischargeLevel",
|
|
2337
|
+
"default": "external_domain_required"
|
|
2338
|
+
},
|
|
2339
|
+
"domain_witness_required": {
|
|
2340
|
+
"default": false,
|
|
2341
|
+
"title": "Domain Witness Required",
|
|
2342
|
+
"type": "boolean"
|
|
2343
|
+
},
|
|
2344
|
+
"evidence_artifact_ids": {
|
|
2345
|
+
"items": {
|
|
2346
|
+
"type": "string"
|
|
2347
|
+
},
|
|
2348
|
+
"title": "Evidence Artifact Ids",
|
|
2349
|
+
"type": "array"
|
|
2350
|
+
},
|
|
2351
|
+
"evidence_envelope_id": {
|
|
2352
|
+
"anyOf": [
|
|
2353
|
+
{
|
|
2354
|
+
"type": "string"
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"type": "null"
|
|
2358
|
+
}
|
|
2359
|
+
],
|
|
2360
|
+
"default": null,
|
|
2361
|
+
"title": "Evidence Envelope Id"
|
|
2362
|
+
},
|
|
2363
|
+
"finite_scope_usable": {
|
|
2364
|
+
"default": false,
|
|
2365
|
+
"title": "Finite Scope Usable",
|
|
2366
|
+
"type": "boolean"
|
|
2367
|
+
},
|
|
2368
|
+
"missing_evidence_kind": {
|
|
2369
|
+
"items": {
|
|
2370
|
+
"type": "string"
|
|
2371
|
+
},
|
|
2372
|
+
"title": "Missing Evidence Kind",
|
|
2373
|
+
"type": "array"
|
|
2374
|
+
},
|
|
2375
|
+
"operationally_usable": {
|
|
2376
|
+
"default": false,
|
|
2377
|
+
"title": "Operationally Usable",
|
|
2378
|
+
"type": "boolean"
|
|
2379
|
+
},
|
|
2380
|
+
"profile": {
|
|
2381
|
+
"$ref": "#/$defs/EvidenceVerificationProfile",
|
|
2382
|
+
"default": "development"
|
|
2383
|
+
},
|
|
2384
|
+
"reasons": {
|
|
2385
|
+
"items": {
|
|
2386
|
+
"type": "string"
|
|
2387
|
+
},
|
|
2388
|
+
"title": "Reasons",
|
|
2389
|
+
"type": "array"
|
|
2390
|
+
},
|
|
2391
|
+
"rejected_obligation_ids": {
|
|
2392
|
+
"items": {
|
|
2393
|
+
"type": "string"
|
|
2394
|
+
},
|
|
2395
|
+
"title": "Rejected Obligation Ids",
|
|
2396
|
+
"type": "array"
|
|
2397
|
+
},
|
|
2398
|
+
"residual_external_obligations": {
|
|
2399
|
+
"items": {
|
|
2400
|
+
"type": "string"
|
|
2401
|
+
},
|
|
2402
|
+
"title": "Residual External Obligations",
|
|
2403
|
+
"type": "array"
|
|
2404
|
+
},
|
|
2405
|
+
"residual_ledger": {
|
|
2406
|
+
"$ref": "#/$defs/Ledger"
|
|
2407
|
+
},
|
|
2408
|
+
"resolution_digest": {
|
|
2409
|
+
"title": "Resolution Digest",
|
|
2410
|
+
"type": "string"
|
|
2411
|
+
},
|
|
2412
|
+
"resolution_id": {
|
|
2413
|
+
"title": "Resolution Id",
|
|
2414
|
+
"type": "string"
|
|
2415
|
+
},
|
|
2416
|
+
"route_id": {
|
|
2417
|
+
"title": "Route Id",
|
|
2418
|
+
"type": "string"
|
|
2419
|
+
},
|
|
2420
|
+
"safe_default": {
|
|
2421
|
+
"default": "diagnostic-with-unresolved-obligations",
|
|
2422
|
+
"title": "Safe Default",
|
|
2423
|
+
"type": "string"
|
|
2424
|
+
},
|
|
2425
|
+
"settled": {
|
|
2426
|
+
"default": false,
|
|
2427
|
+
"title": "Settled",
|
|
2428
|
+
"type": "boolean"
|
|
2429
|
+
},
|
|
2430
|
+
"settled_scope": {
|
|
2431
|
+
"items": {
|
|
2432
|
+
"type": "string"
|
|
2433
|
+
},
|
|
2434
|
+
"title": "Settled Scope",
|
|
2435
|
+
"type": "array"
|
|
2436
|
+
},
|
|
2437
|
+
"status": {
|
|
2438
|
+
"$ref": "#/$defs/ClaimStatus"
|
|
2439
|
+
}
|
|
2440
|
+
},
|
|
2441
|
+
"required": [
|
|
2442
|
+
"resolution_id",
|
|
2443
|
+
"route_id",
|
|
2444
|
+
"accepted",
|
|
2445
|
+
"status",
|
|
2446
|
+
"availability",
|
|
2447
|
+
"resolution_digest"
|
|
2448
|
+
],
|
|
2449
|
+
"title": "VerifierResolution",
|
|
2450
|
+
"type": "object"
|
|
2451
|
+
}
|
|
2452
|
+
},
|
|
2453
|
+
"description": "Population-level ECPT runtime state for collective phase certificates.",
|
|
2454
|
+
"properties": {
|
|
2455
|
+
"agents": {
|
|
2456
|
+
"items": {
|
|
2457
|
+
"$ref": "#/$defs/AgentPolicyIdentity"
|
|
2458
|
+
},
|
|
2459
|
+
"title": "Agents",
|
|
2460
|
+
"type": "array"
|
|
2461
|
+
},
|
|
2462
|
+
"cryptographic_identities": {
|
|
2463
|
+
"items": {
|
|
2464
|
+
"$ref": "#/$defs/CryptographicAgentIdentity"
|
|
2465
|
+
},
|
|
2466
|
+
"title": "Cryptographic Identities",
|
|
2467
|
+
"type": "array"
|
|
2468
|
+
},
|
|
2469
|
+
"fixed_population_ledger": {
|
|
2470
|
+
"$ref": "#/$defs/FixedPopulationLedger"
|
|
2471
|
+
},
|
|
2472
|
+
"identity_attestations": {
|
|
2473
|
+
"items": {
|
|
2474
|
+
"$ref": "#/$defs/AgentIdentityAttestation"
|
|
2475
|
+
},
|
|
2476
|
+
"title": "Identity Attestations",
|
|
2477
|
+
"type": "array"
|
|
2478
|
+
},
|
|
2479
|
+
"population_id": {
|
|
2480
|
+
"title": "Population Id",
|
|
2481
|
+
"type": "string"
|
|
2482
|
+
},
|
|
2483
|
+
"protocol_frame": {
|
|
2484
|
+
"$ref": "#/$defs/ProtocolFrameDigest"
|
|
2485
|
+
},
|
|
2486
|
+
"residual_ledger": {
|
|
2487
|
+
"$ref": "#/$defs/Ledger"
|
|
2488
|
+
},
|
|
2489
|
+
"runtime_states": {
|
|
2490
|
+
"items": {
|
|
2491
|
+
"$ref": "#/$defs/RuntimeState"
|
|
2492
|
+
},
|
|
2493
|
+
"title": "Runtime States",
|
|
2494
|
+
"type": "array"
|
|
2495
|
+
},
|
|
2496
|
+
"step_index": {
|
|
2497
|
+
"default": 0,
|
|
2498
|
+
"title": "Step Index",
|
|
2499
|
+
"type": "integer"
|
|
2500
|
+
},
|
|
2501
|
+
"sybil_resistance_ledger": {
|
|
2502
|
+
"anyOf": [
|
|
2503
|
+
{
|
|
2504
|
+
"$ref": "#/$defs/SybilResistanceLedger"
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"type": "null"
|
|
2508
|
+
}
|
|
2509
|
+
],
|
|
2510
|
+
"default": null
|
|
2511
|
+
},
|
|
2512
|
+
"sybil_resistance_policy": {
|
|
2513
|
+
"$ref": "#/$defs/SybilResistancePolicy"
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
"required": [
|
|
2517
|
+
"population_id",
|
|
2518
|
+
"fixed_population_ledger",
|
|
2519
|
+
"protocol_frame"
|
|
2520
|
+
],
|
|
2521
|
+
"title": "AgentPopulationState",
|
|
2522
|
+
"type": "object"
|
|
2523
|
+
}
|