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,3494 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$defs": {
|
|
3
|
+
"AcceptedPacketPath": {
|
|
4
|
+
"description": "Accepted packet path witness into a finite ECPT basin.",
|
|
5
|
+
"properties": {
|
|
6
|
+
"accepted": {
|
|
7
|
+
"default": false,
|
|
8
|
+
"title": "Accepted",
|
|
9
|
+
"type": "boolean"
|
|
10
|
+
},
|
|
11
|
+
"cost": {
|
|
12
|
+
"default": 0.0,
|
|
13
|
+
"title": "Cost",
|
|
14
|
+
"type": "number"
|
|
15
|
+
},
|
|
16
|
+
"edge_ids": {
|
|
17
|
+
"items": {
|
|
18
|
+
"type": "string"
|
|
19
|
+
},
|
|
20
|
+
"title": "Edge Ids",
|
|
21
|
+
"type": "array"
|
|
22
|
+
},
|
|
23
|
+
"packet_ids": {
|
|
24
|
+
"items": {
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
"title": "Packet Ids",
|
|
28
|
+
"type": "array"
|
|
29
|
+
},
|
|
30
|
+
"path_id": {
|
|
31
|
+
"title": "Path Id",
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
34
|
+
"reasons": {
|
|
35
|
+
"items": {
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
"title": "Reasons",
|
|
39
|
+
"type": "array"
|
|
40
|
+
},
|
|
41
|
+
"residual_ledger": {
|
|
42
|
+
"$ref": "#/$defs/Ledger"
|
|
43
|
+
},
|
|
44
|
+
"route_ids": {
|
|
45
|
+
"items": {
|
|
46
|
+
"type": "string"
|
|
47
|
+
},
|
|
48
|
+
"title": "Route Ids",
|
|
49
|
+
"type": "array"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"required": [
|
|
53
|
+
"path_id"
|
|
54
|
+
],
|
|
55
|
+
"title": "AcceptedPacketPath",
|
|
56
|
+
"type": "object"
|
|
57
|
+
},
|
|
58
|
+
"ActionCommit": {
|
|
59
|
+
"description": "Commit decision for a planned action under the configured policy.",
|
|
60
|
+
"properties": {
|
|
61
|
+
"action_id": {
|
|
62
|
+
"title": "Action Id",
|
|
63
|
+
"type": "string"
|
|
64
|
+
},
|
|
65
|
+
"committed": {
|
|
66
|
+
"default": false,
|
|
67
|
+
"title": "Committed",
|
|
68
|
+
"type": "boolean"
|
|
69
|
+
},
|
|
70
|
+
"finite_scope_usable": {
|
|
71
|
+
"default": false,
|
|
72
|
+
"title": "Finite Scope Usable",
|
|
73
|
+
"type": "boolean"
|
|
74
|
+
},
|
|
75
|
+
"operationally_usable": {
|
|
76
|
+
"default": false,
|
|
77
|
+
"title": "Operationally Usable",
|
|
78
|
+
"type": "boolean"
|
|
79
|
+
},
|
|
80
|
+
"policy": {
|
|
81
|
+
"$ref": "#/$defs/ActionCommitPolicy"
|
|
82
|
+
},
|
|
83
|
+
"reasons": {
|
|
84
|
+
"items": {
|
|
85
|
+
"type": "string"
|
|
86
|
+
},
|
|
87
|
+
"title": "Reasons",
|
|
88
|
+
"type": "array"
|
|
89
|
+
},
|
|
90
|
+
"recommended": {
|
|
91
|
+
"default": true,
|
|
92
|
+
"title": "Recommended",
|
|
93
|
+
"type": "boolean"
|
|
94
|
+
},
|
|
95
|
+
"settled": {
|
|
96
|
+
"default": false,
|
|
97
|
+
"title": "Settled",
|
|
98
|
+
"type": "boolean"
|
|
99
|
+
},
|
|
100
|
+
"verifier_resolution_required": {
|
|
101
|
+
"default": true,
|
|
102
|
+
"title": "Verifier Resolution Required",
|
|
103
|
+
"type": "boolean"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"required": [
|
|
107
|
+
"action_id",
|
|
108
|
+
"policy"
|
|
109
|
+
],
|
|
110
|
+
"title": "ActionCommit",
|
|
111
|
+
"type": "object"
|
|
112
|
+
},
|
|
113
|
+
"ActionCommitPolicy": {
|
|
114
|
+
"description": "How aggressively a runtime may turn ranked advice into agent commitments.",
|
|
115
|
+
"enum": [
|
|
116
|
+
"recommend_only",
|
|
117
|
+
"require_verifier_resolution",
|
|
118
|
+
"allow_finite_scope_commit"
|
|
119
|
+
],
|
|
120
|
+
"title": "ActionCommitPolicy",
|
|
121
|
+
"type": "string"
|
|
122
|
+
},
|
|
123
|
+
"AgentIntakeReport": {
|
|
124
|
+
"description": "High-level residual-preserving report returned by agent intake.",
|
|
125
|
+
"properties": {
|
|
126
|
+
"accepted": {
|
|
127
|
+
"default": false,
|
|
128
|
+
"title": "Accepted",
|
|
129
|
+
"type": "boolean"
|
|
130
|
+
},
|
|
131
|
+
"operationally_usable": {
|
|
132
|
+
"default": false,
|
|
133
|
+
"title": "Operationally Usable",
|
|
134
|
+
"type": "boolean"
|
|
135
|
+
},
|
|
136
|
+
"profile": {
|
|
137
|
+
"title": "Profile",
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
140
|
+
"reasons": {
|
|
141
|
+
"items": {
|
|
142
|
+
"type": "string"
|
|
143
|
+
},
|
|
144
|
+
"title": "Reasons",
|
|
145
|
+
"type": "array"
|
|
146
|
+
},
|
|
147
|
+
"recommended_next_commands": {
|
|
148
|
+
"items": {
|
|
149
|
+
"type": "string"
|
|
150
|
+
},
|
|
151
|
+
"title": "Recommended Next Commands",
|
|
152
|
+
"type": "array"
|
|
153
|
+
},
|
|
154
|
+
"report_id": {
|
|
155
|
+
"title": "Report Id",
|
|
156
|
+
"type": "string"
|
|
157
|
+
},
|
|
158
|
+
"residual_summary": {
|
|
159
|
+
"additionalProperties": {
|
|
160
|
+
"type": "number"
|
|
161
|
+
},
|
|
162
|
+
"title": "Residual Summary",
|
|
163
|
+
"type": "object"
|
|
164
|
+
},
|
|
165
|
+
"runtime_report": {
|
|
166
|
+
"$ref": "#/$defs/RuntimeStepReport"
|
|
167
|
+
},
|
|
168
|
+
"settled": {
|
|
169
|
+
"default": false,
|
|
170
|
+
"title": "Settled",
|
|
171
|
+
"type": "boolean"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"required": [
|
|
175
|
+
"report_id",
|
|
176
|
+
"profile",
|
|
177
|
+
"runtime_report"
|
|
178
|
+
],
|
|
179
|
+
"title": "AgentIntakeReport",
|
|
180
|
+
"type": "object"
|
|
181
|
+
},
|
|
182
|
+
"AgentTask": {
|
|
183
|
+
"description": "Concrete next action for an AI agent or orchestration system.",
|
|
184
|
+
"properties": {
|
|
185
|
+
"action_id": {
|
|
186
|
+
"anyOf": [
|
|
187
|
+
{
|
|
188
|
+
"type": "string"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"type": "null"
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"default": null,
|
|
195
|
+
"title": "Action Id"
|
|
196
|
+
},
|
|
197
|
+
"action_kind": {
|
|
198
|
+
"title": "Action Kind",
|
|
199
|
+
"type": "string"
|
|
200
|
+
},
|
|
201
|
+
"expected_proxy_gain": {
|
|
202
|
+
"default": 0.0,
|
|
203
|
+
"title": "Expected Proxy Gain",
|
|
204
|
+
"type": "number"
|
|
205
|
+
},
|
|
206
|
+
"metadata": {
|
|
207
|
+
"additionalProperties": {
|
|
208
|
+
"type": "string"
|
|
209
|
+
},
|
|
210
|
+
"title": "Metadata",
|
|
211
|
+
"type": "object"
|
|
212
|
+
},
|
|
213
|
+
"operationally_usable": {
|
|
214
|
+
"default": false,
|
|
215
|
+
"title": "Operationally Usable",
|
|
216
|
+
"type": "boolean"
|
|
217
|
+
},
|
|
218
|
+
"priority_score": {
|
|
219
|
+
"title": "Priority Score",
|
|
220
|
+
"type": "number"
|
|
221
|
+
},
|
|
222
|
+
"reasons": {
|
|
223
|
+
"items": {
|
|
224
|
+
"type": "string"
|
|
225
|
+
},
|
|
226
|
+
"title": "Reasons",
|
|
227
|
+
"type": "array"
|
|
228
|
+
},
|
|
229
|
+
"required_evidence_kind": {
|
|
230
|
+
"items": {
|
|
231
|
+
"type": "string"
|
|
232
|
+
},
|
|
233
|
+
"title": "Required Evidence Kind",
|
|
234
|
+
"type": "array"
|
|
235
|
+
},
|
|
236
|
+
"required_routes": {
|
|
237
|
+
"items": {
|
|
238
|
+
"type": "string"
|
|
239
|
+
},
|
|
240
|
+
"title": "Required Routes",
|
|
241
|
+
"type": "array"
|
|
242
|
+
},
|
|
243
|
+
"residual_coordinates": {
|
|
244
|
+
"items": {
|
|
245
|
+
"type": "string"
|
|
246
|
+
},
|
|
247
|
+
"title": "Residual Coordinates",
|
|
248
|
+
"type": "array"
|
|
249
|
+
},
|
|
250
|
+
"rollback_condition": {
|
|
251
|
+
"default": "runtime-score-nonpositive",
|
|
252
|
+
"title": "Rollback Condition",
|
|
253
|
+
"type": "string"
|
|
254
|
+
},
|
|
255
|
+
"settled": {
|
|
256
|
+
"default": false,
|
|
257
|
+
"title": "Settled",
|
|
258
|
+
"type": "boolean"
|
|
259
|
+
},
|
|
260
|
+
"target_component": {
|
|
261
|
+
"title": "Target Component",
|
|
262
|
+
"type": "string"
|
|
263
|
+
},
|
|
264
|
+
"task_id": {
|
|
265
|
+
"title": "Task Id",
|
|
266
|
+
"type": "string"
|
|
267
|
+
},
|
|
268
|
+
"task_type": {
|
|
269
|
+
"title": "Task Type",
|
|
270
|
+
"type": "string"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
"required": [
|
|
274
|
+
"task_id",
|
|
275
|
+
"task_type",
|
|
276
|
+
"priority_score",
|
|
277
|
+
"target_component",
|
|
278
|
+
"action_kind"
|
|
279
|
+
],
|
|
280
|
+
"title": "AgentTask",
|
|
281
|
+
"type": "object"
|
|
282
|
+
},
|
|
283
|
+
"BasinReachabilityReport": {
|
|
284
|
+
"description": "Finite basin reachability report for ECPT target contracts.",
|
|
285
|
+
"properties": {
|
|
286
|
+
"accepted": {
|
|
287
|
+
"default": false,
|
|
288
|
+
"title": "Accepted",
|
|
289
|
+
"type": "boolean"
|
|
290
|
+
},
|
|
291
|
+
"accepted_edge_ids": {
|
|
292
|
+
"items": {
|
|
293
|
+
"type": "string"
|
|
294
|
+
},
|
|
295
|
+
"title": "Accepted Edge Ids",
|
|
296
|
+
"type": "array"
|
|
297
|
+
},
|
|
298
|
+
"accepted_paths": {
|
|
299
|
+
"items": {
|
|
300
|
+
"$ref": "#/$defs/AcceptedPacketPath"
|
|
301
|
+
},
|
|
302
|
+
"title": "Accepted Paths",
|
|
303
|
+
"type": "array"
|
|
304
|
+
},
|
|
305
|
+
"basin_id": {
|
|
306
|
+
"title": "Basin Id",
|
|
307
|
+
"type": "string"
|
|
308
|
+
},
|
|
309
|
+
"missing_edge_types": {
|
|
310
|
+
"items": {
|
|
311
|
+
"type": "string"
|
|
312
|
+
},
|
|
313
|
+
"title": "Missing Edge Types",
|
|
314
|
+
"type": "array"
|
|
315
|
+
},
|
|
316
|
+
"missing_packet_types": {
|
|
317
|
+
"items": {
|
|
318
|
+
"type": "string"
|
|
319
|
+
},
|
|
320
|
+
"title": "Missing Packet Types",
|
|
321
|
+
"type": "array"
|
|
322
|
+
},
|
|
323
|
+
"missing_verifier_routes": {
|
|
324
|
+
"items": {
|
|
325
|
+
"type": "string"
|
|
326
|
+
},
|
|
327
|
+
"title": "Missing Verifier Routes",
|
|
328
|
+
"type": "array"
|
|
329
|
+
},
|
|
330
|
+
"operationally_usable": {
|
|
331
|
+
"default": false,
|
|
332
|
+
"title": "Operationally Usable",
|
|
333
|
+
"type": "boolean"
|
|
334
|
+
},
|
|
335
|
+
"path_cost_lower_bound": {
|
|
336
|
+
"default": 0.0,
|
|
337
|
+
"title": "Path Cost Lower Bound",
|
|
338
|
+
"type": "number"
|
|
339
|
+
},
|
|
340
|
+
"reachable_packet_ids": {
|
|
341
|
+
"items": {
|
|
342
|
+
"type": "string"
|
|
343
|
+
},
|
|
344
|
+
"title": "Reachable Packet Ids",
|
|
345
|
+
"type": "array"
|
|
346
|
+
},
|
|
347
|
+
"reasons": {
|
|
348
|
+
"items": {
|
|
349
|
+
"type": "string"
|
|
350
|
+
},
|
|
351
|
+
"title": "Reasons",
|
|
352
|
+
"type": "array"
|
|
353
|
+
},
|
|
354
|
+
"receiver_compatible": {
|
|
355
|
+
"default": false,
|
|
356
|
+
"title": "Receiver Compatible",
|
|
357
|
+
"type": "boolean"
|
|
358
|
+
},
|
|
359
|
+
"report_id": {
|
|
360
|
+
"title": "Report Id",
|
|
361
|
+
"type": "string"
|
|
362
|
+
},
|
|
363
|
+
"residual_ledger": {
|
|
364
|
+
"$ref": "#/$defs/Ledger"
|
|
365
|
+
},
|
|
366
|
+
"settled": {
|
|
367
|
+
"default": false,
|
|
368
|
+
"title": "Settled",
|
|
369
|
+
"type": "boolean"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"required": [
|
|
373
|
+
"report_id",
|
|
374
|
+
"basin_id"
|
|
375
|
+
],
|
|
376
|
+
"title": "BasinReachabilityReport",
|
|
377
|
+
"type": "object"
|
|
378
|
+
},
|
|
379
|
+
"BottleneckIntervention": {
|
|
380
|
+
"description": "One ranked bottleneck-inversion intervention.",
|
|
381
|
+
"properties": {
|
|
382
|
+
"action_kind": {
|
|
383
|
+
"title": "Action Kind",
|
|
384
|
+
"type": "string"
|
|
385
|
+
},
|
|
386
|
+
"expected_gain": {
|
|
387
|
+
"default": 0.0,
|
|
388
|
+
"title": "Expected Gain",
|
|
389
|
+
"type": "number"
|
|
390
|
+
},
|
|
391
|
+
"intervention_id": {
|
|
392
|
+
"title": "Intervention Id",
|
|
393
|
+
"type": "string"
|
|
394
|
+
},
|
|
395
|
+
"post_intervention_horizon": {
|
|
396
|
+
"default": 1,
|
|
397
|
+
"title": "Post Intervention Horizon",
|
|
398
|
+
"type": "integer"
|
|
399
|
+
},
|
|
400
|
+
"required_routes": {
|
|
401
|
+
"items": {
|
|
402
|
+
"type": "string"
|
|
403
|
+
},
|
|
404
|
+
"title": "Required Routes",
|
|
405
|
+
"type": "array"
|
|
406
|
+
},
|
|
407
|
+
"residual_ledger": {
|
|
408
|
+
"$ref": "#/$defs/Ledger"
|
|
409
|
+
},
|
|
410
|
+
"risk_charge": {
|
|
411
|
+
"default": 0.0,
|
|
412
|
+
"title": "Risk Charge",
|
|
413
|
+
"type": "number"
|
|
414
|
+
},
|
|
415
|
+
"rollback_condition": {
|
|
416
|
+
"default": "no-positive-finite-gain",
|
|
417
|
+
"title": "Rollback Condition",
|
|
418
|
+
"type": "string"
|
|
419
|
+
},
|
|
420
|
+
"score": {
|
|
421
|
+
"default": 0.0,
|
|
422
|
+
"title": "Score",
|
|
423
|
+
"type": "number"
|
|
424
|
+
},
|
|
425
|
+
"target_component": {
|
|
426
|
+
"title": "Target Component",
|
|
427
|
+
"type": "string"
|
|
428
|
+
},
|
|
429
|
+
"verification_cost": {
|
|
430
|
+
"default": 0.0,
|
|
431
|
+
"title": "Verification Cost",
|
|
432
|
+
"type": "number"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"required": [
|
|
436
|
+
"intervention_id",
|
|
437
|
+
"target_component",
|
|
438
|
+
"action_kind"
|
|
439
|
+
],
|
|
440
|
+
"title": "BottleneckIntervention",
|
|
441
|
+
"type": "object"
|
|
442
|
+
},
|
|
443
|
+
"BottleneckInversionPlan": {
|
|
444
|
+
"description": "Ranked plan for improving limiting ECPT proxy components.",
|
|
445
|
+
"properties": {
|
|
446
|
+
"accepted": {
|
|
447
|
+
"default": false,
|
|
448
|
+
"title": "Accepted",
|
|
449
|
+
"type": "boolean"
|
|
450
|
+
},
|
|
451
|
+
"after_psi_lower_bound": {
|
|
452
|
+
"additionalProperties": {
|
|
453
|
+
"type": "number"
|
|
454
|
+
},
|
|
455
|
+
"title": "After Psi Lower Bound",
|
|
456
|
+
"type": "object"
|
|
457
|
+
},
|
|
458
|
+
"before_psi": {
|
|
459
|
+
"additionalProperties": {
|
|
460
|
+
"type": "number"
|
|
461
|
+
},
|
|
462
|
+
"title": "Before Psi",
|
|
463
|
+
"type": "object"
|
|
464
|
+
},
|
|
465
|
+
"interventions": {
|
|
466
|
+
"items": {
|
|
467
|
+
"$ref": "#/$defs/BottleneckIntervention"
|
|
468
|
+
},
|
|
469
|
+
"title": "Interventions",
|
|
470
|
+
"type": "array"
|
|
471
|
+
},
|
|
472
|
+
"limiting_components": {
|
|
473
|
+
"items": {
|
|
474
|
+
"type": "string"
|
|
475
|
+
},
|
|
476
|
+
"title": "Limiting Components",
|
|
477
|
+
"type": "array"
|
|
478
|
+
},
|
|
479
|
+
"plan_id": {
|
|
480
|
+
"title": "Plan Id",
|
|
481
|
+
"type": "string"
|
|
482
|
+
},
|
|
483
|
+
"residual_ledger": {
|
|
484
|
+
"$ref": "#/$defs/Ledger"
|
|
485
|
+
},
|
|
486
|
+
"settled": {
|
|
487
|
+
"default": false,
|
|
488
|
+
"title": "Settled",
|
|
489
|
+
"type": "boolean"
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"required": [
|
|
493
|
+
"plan_id"
|
|
494
|
+
],
|
|
495
|
+
"title": "BottleneckInversionPlan",
|
|
496
|
+
"type": "object"
|
|
497
|
+
},
|
|
498
|
+
"BottleneckWitnessReport": {
|
|
499
|
+
"description": "Portable BIT witness task extracted from runtime bottleneck diagnostics.",
|
|
500
|
+
"properties": {
|
|
501
|
+
"action_id": {
|
|
502
|
+
"anyOf": [
|
|
503
|
+
{
|
|
504
|
+
"type": "string"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"type": "null"
|
|
508
|
+
}
|
|
509
|
+
],
|
|
510
|
+
"default": null,
|
|
511
|
+
"title": "Action Id"
|
|
512
|
+
},
|
|
513
|
+
"action_kind": {
|
|
514
|
+
"default": "",
|
|
515
|
+
"title": "Action Kind",
|
|
516
|
+
"type": "string"
|
|
517
|
+
},
|
|
518
|
+
"burden_delta": {
|
|
519
|
+
"default": 0.0,
|
|
520
|
+
"title": "Burden Delta",
|
|
521
|
+
"type": "number"
|
|
522
|
+
},
|
|
523
|
+
"next_verifier_route": {
|
|
524
|
+
"anyOf": [
|
|
525
|
+
{
|
|
526
|
+
"type": "string"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"type": "null"
|
|
530
|
+
}
|
|
531
|
+
],
|
|
532
|
+
"default": null,
|
|
533
|
+
"title": "Next Verifier Route"
|
|
534
|
+
},
|
|
535
|
+
"next_verifier_routes": {
|
|
536
|
+
"items": {
|
|
537
|
+
"type": "string"
|
|
538
|
+
},
|
|
539
|
+
"title": "Next Verifier Routes",
|
|
540
|
+
"type": "array"
|
|
541
|
+
},
|
|
542
|
+
"operationally_usable": {
|
|
543
|
+
"default": false,
|
|
544
|
+
"title": "Operationally Usable",
|
|
545
|
+
"type": "boolean"
|
|
546
|
+
},
|
|
547
|
+
"portable_task_kind": {
|
|
548
|
+
"default": "runtime-bottleneck-verifier-task",
|
|
549
|
+
"title": "Portable Task Kind",
|
|
550
|
+
"type": "string"
|
|
551
|
+
},
|
|
552
|
+
"priority_score": {
|
|
553
|
+
"default": 0.0,
|
|
554
|
+
"title": "Priority Score",
|
|
555
|
+
"type": "number"
|
|
556
|
+
},
|
|
557
|
+
"reasons": {
|
|
558
|
+
"items": {
|
|
559
|
+
"type": "string"
|
|
560
|
+
},
|
|
561
|
+
"title": "Reasons",
|
|
562
|
+
"type": "array"
|
|
563
|
+
},
|
|
564
|
+
"release_delta": {
|
|
565
|
+
"default": 0.0,
|
|
566
|
+
"title": "Release Delta",
|
|
567
|
+
"type": "number"
|
|
568
|
+
},
|
|
569
|
+
"report_id": {
|
|
570
|
+
"title": "Report Id",
|
|
571
|
+
"type": "string"
|
|
572
|
+
},
|
|
573
|
+
"required_evidence_kind": {
|
|
574
|
+
"items": {
|
|
575
|
+
"type": "string"
|
|
576
|
+
},
|
|
577
|
+
"title": "Required Evidence Kind",
|
|
578
|
+
"type": "array"
|
|
579
|
+
},
|
|
580
|
+
"residual_coordinates": {
|
|
581
|
+
"items": {
|
|
582
|
+
"type": "string"
|
|
583
|
+
},
|
|
584
|
+
"title": "Residual Coordinates",
|
|
585
|
+
"type": "array"
|
|
586
|
+
},
|
|
587
|
+
"rollback_condition": {
|
|
588
|
+
"default": "runtime-score-nonpositive",
|
|
589
|
+
"title": "Rollback Condition",
|
|
590
|
+
"type": "string"
|
|
591
|
+
},
|
|
592
|
+
"settled": {
|
|
593
|
+
"default": false,
|
|
594
|
+
"title": "Settled",
|
|
595
|
+
"type": "boolean"
|
|
596
|
+
},
|
|
597
|
+
"simulation_barrier_residuals": {
|
|
598
|
+
"items": {
|
|
599
|
+
"type": "string"
|
|
600
|
+
},
|
|
601
|
+
"title": "Simulation Barrier Residuals",
|
|
602
|
+
"type": "array"
|
|
603
|
+
},
|
|
604
|
+
"target_component": {
|
|
605
|
+
"default": "",
|
|
606
|
+
"title": "Target Component",
|
|
607
|
+
"type": "string"
|
|
608
|
+
},
|
|
609
|
+
"task_id": {
|
|
610
|
+
"default": "",
|
|
611
|
+
"title": "Task Id",
|
|
612
|
+
"type": "string"
|
|
613
|
+
},
|
|
614
|
+
"witness_kind": {
|
|
615
|
+
"default": "bottleneck-intervention",
|
|
616
|
+
"title": "Witness Kind",
|
|
617
|
+
"type": "string"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
"required": [
|
|
621
|
+
"report_id"
|
|
622
|
+
],
|
|
623
|
+
"title": "BottleneckWitnessReport",
|
|
624
|
+
"type": "object"
|
|
625
|
+
},
|
|
626
|
+
"CapabilityPacketCandidate": {
|
|
627
|
+
"description": "An observable artifact that may become an ECPT capability packet.",
|
|
628
|
+
"properties": {
|
|
629
|
+
"authority_granted": {
|
|
630
|
+
"default": true,
|
|
631
|
+
"title": "Authority Granted",
|
|
632
|
+
"type": "boolean"
|
|
633
|
+
},
|
|
634
|
+
"authority_required": {
|
|
635
|
+
"default": false,
|
|
636
|
+
"title": "Authority Required",
|
|
637
|
+
"type": "boolean"
|
|
638
|
+
},
|
|
639
|
+
"claim": {
|
|
640
|
+
"title": "Claim",
|
|
641
|
+
"type": "string"
|
|
642
|
+
},
|
|
643
|
+
"content_sha256": {
|
|
644
|
+
"title": "Content Sha256",
|
|
645
|
+
"type": "string"
|
|
646
|
+
},
|
|
647
|
+
"dependencies": {
|
|
648
|
+
"items": {
|
|
649
|
+
"type": "string"
|
|
650
|
+
},
|
|
651
|
+
"title": "Dependencies",
|
|
652
|
+
"type": "array"
|
|
653
|
+
},
|
|
654
|
+
"evidence_hash_valid": {
|
|
655
|
+
"default": true,
|
|
656
|
+
"title": "Evidence Hash Valid",
|
|
657
|
+
"type": "boolean"
|
|
658
|
+
},
|
|
659
|
+
"evidence_refs": {
|
|
660
|
+
"items": {
|
|
661
|
+
"type": "string"
|
|
662
|
+
},
|
|
663
|
+
"title": "Evidence Refs",
|
|
664
|
+
"type": "array"
|
|
665
|
+
},
|
|
666
|
+
"expected_downstream_gain": {
|
|
667
|
+
"default": 0.0,
|
|
668
|
+
"title": "Expected Downstream Gain",
|
|
669
|
+
"type": "number"
|
|
670
|
+
},
|
|
671
|
+
"expires_at": {
|
|
672
|
+
"anyOf": [
|
|
673
|
+
{
|
|
674
|
+
"type": "string"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"type": "null"
|
|
678
|
+
}
|
|
679
|
+
],
|
|
680
|
+
"default": null,
|
|
681
|
+
"title": "Expires At"
|
|
682
|
+
},
|
|
683
|
+
"freshness": {
|
|
684
|
+
"default": 1.0,
|
|
685
|
+
"title": "Freshness",
|
|
686
|
+
"type": "number"
|
|
687
|
+
},
|
|
688
|
+
"hazard_charge": {
|
|
689
|
+
"default": 0.0,
|
|
690
|
+
"title": "Hazard Charge",
|
|
691
|
+
"type": "number"
|
|
692
|
+
},
|
|
693
|
+
"identity_contribution_status": {
|
|
694
|
+
"$ref": "#/$defs/IdentityContributionStatus",
|
|
695
|
+
"default": "provisional"
|
|
696
|
+
},
|
|
697
|
+
"issuer_agent_id": {
|
|
698
|
+
"anyOf": [
|
|
699
|
+
{
|
|
700
|
+
"type": "string"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"type": "null"
|
|
704
|
+
}
|
|
705
|
+
],
|
|
706
|
+
"default": null,
|
|
707
|
+
"title": "Issuer Agent Id"
|
|
708
|
+
},
|
|
709
|
+
"issuer_attestation_id": {
|
|
710
|
+
"anyOf": [
|
|
711
|
+
{
|
|
712
|
+
"type": "string"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"type": "null"
|
|
716
|
+
}
|
|
717
|
+
],
|
|
718
|
+
"default": null,
|
|
719
|
+
"title": "Issuer Attestation Id"
|
|
720
|
+
},
|
|
721
|
+
"issuer_public_key_id": {
|
|
722
|
+
"anyOf": [
|
|
723
|
+
{
|
|
724
|
+
"type": "string"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"type": "null"
|
|
728
|
+
}
|
|
729
|
+
],
|
|
730
|
+
"default": null,
|
|
731
|
+
"title": "Issuer Public Key Id"
|
|
732
|
+
},
|
|
733
|
+
"issuer_signature_ref": {
|
|
734
|
+
"anyOf": [
|
|
735
|
+
{
|
|
736
|
+
"type": "string"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"type": "null"
|
|
740
|
+
}
|
|
741
|
+
],
|
|
742
|
+
"default": null,
|
|
743
|
+
"title": "Issuer Signature Ref"
|
|
744
|
+
},
|
|
745
|
+
"packet_id": {
|
|
746
|
+
"title": "Packet Id",
|
|
747
|
+
"type": "string"
|
|
748
|
+
},
|
|
749
|
+
"receiver_family": {
|
|
750
|
+
"items": {
|
|
751
|
+
"type": "string"
|
|
752
|
+
},
|
|
753
|
+
"title": "Receiver Family",
|
|
754
|
+
"type": "array"
|
|
755
|
+
},
|
|
756
|
+
"residual_charge": {
|
|
757
|
+
"default": 0.0,
|
|
758
|
+
"title": "Residual Charge",
|
|
759
|
+
"type": "number"
|
|
760
|
+
},
|
|
761
|
+
"reuse_context": {
|
|
762
|
+
"default": "general",
|
|
763
|
+
"title": "Reuse Context",
|
|
764
|
+
"type": "string"
|
|
765
|
+
},
|
|
766
|
+
"rollback_available": {
|
|
767
|
+
"default": true,
|
|
768
|
+
"title": "Rollback Available",
|
|
769
|
+
"type": "boolean"
|
|
770
|
+
},
|
|
771
|
+
"route_safe": {
|
|
772
|
+
"default": true,
|
|
773
|
+
"title": "Route Safe",
|
|
774
|
+
"type": "boolean"
|
|
775
|
+
},
|
|
776
|
+
"salience_class": {
|
|
777
|
+
"default": "default",
|
|
778
|
+
"title": "Salience Class",
|
|
779
|
+
"type": "string"
|
|
780
|
+
},
|
|
781
|
+
"source_kind": {
|
|
782
|
+
"$ref": "#/$defs/PacketSourceKind",
|
|
783
|
+
"default": "local"
|
|
784
|
+
},
|
|
785
|
+
"source_ref": {
|
|
786
|
+
"title": "Source Ref",
|
|
787
|
+
"type": "string"
|
|
788
|
+
},
|
|
789
|
+
"status": {
|
|
790
|
+
"$ref": "#/$defs/ClaimStatus",
|
|
791
|
+
"default": "provisional"
|
|
792
|
+
},
|
|
793
|
+
"tags": {
|
|
794
|
+
"items": {
|
|
795
|
+
"type": "string"
|
|
796
|
+
},
|
|
797
|
+
"title": "Tags",
|
|
798
|
+
"type": "array"
|
|
799
|
+
},
|
|
800
|
+
"verification_cost": {
|
|
801
|
+
"default": 0.0,
|
|
802
|
+
"title": "Verification Cost",
|
|
803
|
+
"type": "number"
|
|
804
|
+
},
|
|
805
|
+
"verifier_routes": {
|
|
806
|
+
"items": {
|
|
807
|
+
"type": "string"
|
|
808
|
+
},
|
|
809
|
+
"title": "Verifier Routes",
|
|
810
|
+
"type": "array"
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
"required": [
|
|
814
|
+
"packet_id",
|
|
815
|
+
"source_ref",
|
|
816
|
+
"content_sha256",
|
|
817
|
+
"claim"
|
|
818
|
+
],
|
|
819
|
+
"title": "CapabilityPacketCandidate",
|
|
820
|
+
"type": "object"
|
|
821
|
+
},
|
|
822
|
+
"CapabilityPacketRegistry": {
|
|
823
|
+
"description": "Deterministic packet registry for an ECPT packet ecology run.",
|
|
824
|
+
"properties": {
|
|
825
|
+
"edges": {
|
|
826
|
+
"items": {
|
|
827
|
+
"$ref": "#/$defs/EdgeWitness"
|
|
828
|
+
},
|
|
829
|
+
"title": "Edges",
|
|
830
|
+
"type": "array"
|
|
831
|
+
},
|
|
832
|
+
"packets": {
|
|
833
|
+
"items": {
|
|
834
|
+
"$ref": "#/$defs/CapabilityPacketCandidate"
|
|
835
|
+
},
|
|
836
|
+
"title": "Packets",
|
|
837
|
+
"type": "array"
|
|
838
|
+
},
|
|
839
|
+
"registry_id": {
|
|
840
|
+
"title": "Registry Id",
|
|
841
|
+
"type": "string"
|
|
842
|
+
},
|
|
843
|
+
"residual_ledger": {
|
|
844
|
+
"$ref": "#/$defs/Ledger"
|
|
845
|
+
}
|
|
846
|
+
},
|
|
847
|
+
"required": [
|
|
848
|
+
"registry_id"
|
|
849
|
+
],
|
|
850
|
+
"title": "CapabilityPacketRegistry",
|
|
851
|
+
"type": "object"
|
|
852
|
+
},
|
|
853
|
+
"ClaimStatus": {
|
|
854
|
+
"description": "Protocol-relative status labels used by ECPT, BIT, TRC, SQOT, and ALT.",
|
|
855
|
+
"enum": [
|
|
856
|
+
"rejected",
|
|
857
|
+
"expired",
|
|
858
|
+
"diagnostic",
|
|
859
|
+
"relaxed",
|
|
860
|
+
"risk-provisional",
|
|
861
|
+
"speculative",
|
|
862
|
+
"provisional",
|
|
863
|
+
"partial",
|
|
864
|
+
"settled"
|
|
865
|
+
],
|
|
866
|
+
"title": "ClaimStatus",
|
|
867
|
+
"type": "string"
|
|
868
|
+
},
|
|
869
|
+
"CoordinateKind": {
|
|
870
|
+
"enum": [
|
|
871
|
+
"benefit",
|
|
872
|
+
"burden",
|
|
873
|
+
"residual",
|
|
874
|
+
"tolerance",
|
|
875
|
+
"resource",
|
|
876
|
+
"metadata"
|
|
877
|
+
],
|
|
878
|
+
"title": "CoordinateKind",
|
|
879
|
+
"type": "string"
|
|
880
|
+
},
|
|
881
|
+
"DiagnosticReservePolicy": {
|
|
882
|
+
"description": "Reserve rule for diagnostic work and audit recursion.",
|
|
883
|
+
"properties": {
|
|
884
|
+
"audit_depth": {
|
|
885
|
+
"default": 1,
|
|
886
|
+
"title": "Audit Depth",
|
|
887
|
+
"type": "integer"
|
|
888
|
+
},
|
|
889
|
+
"minimum_reserve": {
|
|
890
|
+
"default": 0.0,
|
|
891
|
+
"title": "Minimum Reserve",
|
|
892
|
+
"type": "number"
|
|
893
|
+
},
|
|
894
|
+
"reserve_fraction": {
|
|
895
|
+
"default": 0.1,
|
|
896
|
+
"title": "Reserve Fraction",
|
|
897
|
+
"type": "number"
|
|
898
|
+
}
|
|
899
|
+
},
|
|
900
|
+
"title": "DiagnosticReservePolicy",
|
|
901
|
+
"type": "object"
|
|
902
|
+
},
|
|
903
|
+
"DischargeLevel": {
|
|
904
|
+
"enum": [
|
|
905
|
+
"finite_value_check",
|
|
906
|
+
"replay_check",
|
|
907
|
+
"contract_enforced",
|
|
908
|
+
"external_domain_required"
|
|
909
|
+
],
|
|
910
|
+
"title": "DischargeLevel",
|
|
911
|
+
"type": "string"
|
|
912
|
+
},
|
|
913
|
+
"EdgeRelationVerificationReport": {
|
|
914
|
+
"description": "Semantic finite check for an edge certificate relation.",
|
|
915
|
+
"properties": {
|
|
916
|
+
"accepted": {
|
|
917
|
+
"default": false,
|
|
918
|
+
"title": "Accepted",
|
|
919
|
+
"type": "boolean"
|
|
920
|
+
},
|
|
921
|
+
"certificate_id": {
|
|
922
|
+
"title": "Certificate Id",
|
|
923
|
+
"type": "string"
|
|
924
|
+
},
|
|
925
|
+
"finite_checks_passed": {
|
|
926
|
+
"default": false,
|
|
927
|
+
"title": "Finite Checks Passed",
|
|
928
|
+
"type": "boolean"
|
|
929
|
+
},
|
|
930
|
+
"matched_evidence_refs": {
|
|
931
|
+
"items": {
|
|
932
|
+
"type": "string"
|
|
933
|
+
},
|
|
934
|
+
"title": "Matched Evidence Refs",
|
|
935
|
+
"type": "array"
|
|
936
|
+
},
|
|
937
|
+
"missing_evidence_markers": {
|
|
938
|
+
"items": {
|
|
939
|
+
"type": "string"
|
|
940
|
+
},
|
|
941
|
+
"title": "Missing Evidence Markers",
|
|
942
|
+
"type": "array"
|
|
943
|
+
},
|
|
944
|
+
"operationally_usable": {
|
|
945
|
+
"default": false,
|
|
946
|
+
"title": "Operationally Usable",
|
|
947
|
+
"type": "boolean"
|
|
948
|
+
},
|
|
949
|
+
"reasons": {
|
|
950
|
+
"items": {
|
|
951
|
+
"type": "string"
|
|
952
|
+
},
|
|
953
|
+
"title": "Reasons",
|
|
954
|
+
"type": "array"
|
|
955
|
+
},
|
|
956
|
+
"relation_type": {
|
|
957
|
+
"title": "Relation Type",
|
|
958
|
+
"type": "string"
|
|
959
|
+
},
|
|
960
|
+
"report_id": {
|
|
961
|
+
"title": "Report Id",
|
|
962
|
+
"type": "string"
|
|
963
|
+
},
|
|
964
|
+
"residual_ledger": {
|
|
965
|
+
"$ref": "#/$defs/Ledger"
|
|
966
|
+
},
|
|
967
|
+
"settled": {
|
|
968
|
+
"default": false,
|
|
969
|
+
"title": "Settled",
|
|
970
|
+
"type": "boolean"
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"required": [
|
|
974
|
+
"report_id",
|
|
975
|
+
"certificate_id",
|
|
976
|
+
"relation_type"
|
|
977
|
+
],
|
|
978
|
+
"title": "EdgeRelationVerificationReport",
|
|
979
|
+
"type": "object"
|
|
980
|
+
},
|
|
981
|
+
"EdgeWitness": {
|
|
982
|
+
"description": "Finite witness that one or more packets support another packet or receiver.",
|
|
983
|
+
"properties": {
|
|
984
|
+
"accepted": {
|
|
985
|
+
"default": false,
|
|
986
|
+
"title": "Accepted",
|
|
987
|
+
"type": "boolean"
|
|
988
|
+
},
|
|
989
|
+
"confidence": {
|
|
990
|
+
"default": 0.0,
|
|
991
|
+
"title": "Confidence",
|
|
992
|
+
"type": "number"
|
|
993
|
+
},
|
|
994
|
+
"edge_id": {
|
|
995
|
+
"title": "Edge Id",
|
|
996
|
+
"type": "string"
|
|
997
|
+
},
|
|
998
|
+
"edge_type": {
|
|
999
|
+
"default": "semantic-dependency",
|
|
1000
|
+
"title": "Edge Type",
|
|
1001
|
+
"type": "string"
|
|
1002
|
+
},
|
|
1003
|
+
"evidence_refs": {
|
|
1004
|
+
"items": {
|
|
1005
|
+
"type": "string"
|
|
1006
|
+
},
|
|
1007
|
+
"title": "Evidence Refs",
|
|
1008
|
+
"type": "array"
|
|
1009
|
+
},
|
|
1010
|
+
"expires_at": {
|
|
1011
|
+
"anyOf": [
|
|
1012
|
+
{
|
|
1013
|
+
"type": "string"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"type": "null"
|
|
1017
|
+
}
|
|
1018
|
+
],
|
|
1019
|
+
"default": null,
|
|
1020
|
+
"title": "Expires At"
|
|
1021
|
+
},
|
|
1022
|
+
"reasons": {
|
|
1023
|
+
"items": {
|
|
1024
|
+
"type": "string"
|
|
1025
|
+
},
|
|
1026
|
+
"title": "Reasons",
|
|
1027
|
+
"type": "array"
|
|
1028
|
+
},
|
|
1029
|
+
"residual": {
|
|
1030
|
+
"default": 0.0,
|
|
1031
|
+
"title": "Residual",
|
|
1032
|
+
"type": "number"
|
|
1033
|
+
},
|
|
1034
|
+
"source_packet_ids": {
|
|
1035
|
+
"items": {
|
|
1036
|
+
"type": "string"
|
|
1037
|
+
},
|
|
1038
|
+
"title": "Source Packet Ids",
|
|
1039
|
+
"type": "array"
|
|
1040
|
+
},
|
|
1041
|
+
"target_packet_id": {
|
|
1042
|
+
"title": "Target Packet Id",
|
|
1043
|
+
"type": "string"
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
"required": [
|
|
1047
|
+
"edge_id",
|
|
1048
|
+
"source_packet_ids",
|
|
1049
|
+
"target_packet_id"
|
|
1050
|
+
],
|
|
1051
|
+
"title": "EdgeWitness",
|
|
1052
|
+
"type": "object"
|
|
1053
|
+
},
|
|
1054
|
+
"EvidenceResolutionBatch": {
|
|
1055
|
+
"description": "Batch verifier evidence resolution for one runtime step.",
|
|
1056
|
+
"properties": {
|
|
1057
|
+
"accepted": {
|
|
1058
|
+
"default": false,
|
|
1059
|
+
"title": "Accepted",
|
|
1060
|
+
"type": "boolean"
|
|
1061
|
+
},
|
|
1062
|
+
"accepted_obligations": {
|
|
1063
|
+
"items": {
|
|
1064
|
+
"type": "string"
|
|
1065
|
+
},
|
|
1066
|
+
"title": "Accepted Obligations",
|
|
1067
|
+
"type": "array"
|
|
1068
|
+
},
|
|
1069
|
+
"batch_id": {
|
|
1070
|
+
"title": "Batch Id",
|
|
1071
|
+
"type": "string"
|
|
1072
|
+
},
|
|
1073
|
+
"envelope_refs": {
|
|
1074
|
+
"items": {
|
|
1075
|
+
"type": "string"
|
|
1076
|
+
},
|
|
1077
|
+
"title": "Envelope Refs",
|
|
1078
|
+
"type": "array"
|
|
1079
|
+
},
|
|
1080
|
+
"finite_checks_passed": {
|
|
1081
|
+
"default": false,
|
|
1082
|
+
"title": "Finite Checks Passed",
|
|
1083
|
+
"type": "boolean"
|
|
1084
|
+
},
|
|
1085
|
+
"operationally_usable": {
|
|
1086
|
+
"default": false,
|
|
1087
|
+
"title": "Operationally Usable",
|
|
1088
|
+
"type": "boolean"
|
|
1089
|
+
},
|
|
1090
|
+
"rejected_obligations": {
|
|
1091
|
+
"items": {
|
|
1092
|
+
"type": "string"
|
|
1093
|
+
},
|
|
1094
|
+
"title": "Rejected Obligations",
|
|
1095
|
+
"type": "array"
|
|
1096
|
+
},
|
|
1097
|
+
"residual_ledger": {
|
|
1098
|
+
"$ref": "#/$defs/Ledger"
|
|
1099
|
+
},
|
|
1100
|
+
"resolutions": {
|
|
1101
|
+
"items": {
|
|
1102
|
+
"$ref": "#/$defs/VerifierResolution"
|
|
1103
|
+
},
|
|
1104
|
+
"title": "Resolutions",
|
|
1105
|
+
"type": "array"
|
|
1106
|
+
},
|
|
1107
|
+
"settled": {
|
|
1108
|
+
"default": false,
|
|
1109
|
+
"title": "Settled",
|
|
1110
|
+
"type": "boolean"
|
|
1111
|
+
},
|
|
1112
|
+
"unresolved_envelope_refs": {
|
|
1113
|
+
"items": {
|
|
1114
|
+
"type": "string"
|
|
1115
|
+
},
|
|
1116
|
+
"title": "Unresolved Envelope Refs",
|
|
1117
|
+
"type": "array"
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
"required": [
|
|
1121
|
+
"batch_id"
|
|
1122
|
+
],
|
|
1123
|
+
"title": "EvidenceResolutionBatch",
|
|
1124
|
+
"type": "object"
|
|
1125
|
+
},
|
|
1126
|
+
"EvidenceStatus": {
|
|
1127
|
+
"enum": [
|
|
1128
|
+
"verified",
|
|
1129
|
+
"declared",
|
|
1130
|
+
"unknown"
|
|
1131
|
+
],
|
|
1132
|
+
"title": "EvidenceStatus",
|
|
1133
|
+
"type": "string"
|
|
1134
|
+
},
|
|
1135
|
+
"EvidenceVerificationProfile": {
|
|
1136
|
+
"enum": [
|
|
1137
|
+
"development",
|
|
1138
|
+
"research",
|
|
1139
|
+
"production"
|
|
1140
|
+
],
|
|
1141
|
+
"title": "EvidenceVerificationProfile",
|
|
1142
|
+
"type": "string"
|
|
1143
|
+
},
|
|
1144
|
+
"FrontierDebtReport": {
|
|
1145
|
+
"description": "Typed TRC frontier debt summary for finite runtime outputs.",
|
|
1146
|
+
"properties": {
|
|
1147
|
+
"accepted": {
|
|
1148
|
+
"default": false,
|
|
1149
|
+
"title": "Accepted",
|
|
1150
|
+
"type": "boolean"
|
|
1151
|
+
},
|
|
1152
|
+
"external_obligation_count": {
|
|
1153
|
+
"default": 0,
|
|
1154
|
+
"title": "External Obligation Count",
|
|
1155
|
+
"type": "integer"
|
|
1156
|
+
},
|
|
1157
|
+
"frontier_debt_classes": {
|
|
1158
|
+
"additionalProperties": {
|
|
1159
|
+
"type": "integer"
|
|
1160
|
+
},
|
|
1161
|
+
"title": "Frontier Debt Classes",
|
|
1162
|
+
"type": "object"
|
|
1163
|
+
},
|
|
1164
|
+
"hybrid_residual_propagation_count": {
|
|
1165
|
+
"default": 0,
|
|
1166
|
+
"title": "Hybrid Residual Propagation Count",
|
|
1167
|
+
"type": "integer"
|
|
1168
|
+
},
|
|
1169
|
+
"missing_obligation_count": {
|
|
1170
|
+
"default": 0,
|
|
1171
|
+
"title": "Missing Obligation Count",
|
|
1172
|
+
"type": "integer"
|
|
1173
|
+
},
|
|
1174
|
+
"missing_obligations": {
|
|
1175
|
+
"items": {
|
|
1176
|
+
"type": "string"
|
|
1177
|
+
},
|
|
1178
|
+
"title": "Missing Obligations",
|
|
1179
|
+
"type": "array"
|
|
1180
|
+
},
|
|
1181
|
+
"operationally_usable": {
|
|
1182
|
+
"default": false,
|
|
1183
|
+
"title": "Operationally Usable",
|
|
1184
|
+
"type": "boolean"
|
|
1185
|
+
},
|
|
1186
|
+
"partial_frontier_debt_count": {
|
|
1187
|
+
"default": 0,
|
|
1188
|
+
"title": "Partial Frontier Debt Count",
|
|
1189
|
+
"type": "integer"
|
|
1190
|
+
},
|
|
1191
|
+
"physical_hybrid_obligation_count": {
|
|
1192
|
+
"default": 0,
|
|
1193
|
+
"title": "Physical Hybrid Obligation Count",
|
|
1194
|
+
"type": "integer"
|
|
1195
|
+
},
|
|
1196
|
+
"physical_null_channel_debt_count": {
|
|
1197
|
+
"default": 0,
|
|
1198
|
+
"title": "Physical Null Channel Debt Count",
|
|
1199
|
+
"type": "integer"
|
|
1200
|
+
},
|
|
1201
|
+
"progressive_fidelity_debt_count": {
|
|
1202
|
+
"default": 0,
|
|
1203
|
+
"title": "Progressive Fidelity Debt Count",
|
|
1204
|
+
"type": "integer"
|
|
1205
|
+
},
|
|
1206
|
+
"reasons": {
|
|
1207
|
+
"items": {
|
|
1208
|
+
"type": "string"
|
|
1209
|
+
},
|
|
1210
|
+
"title": "Reasons",
|
|
1211
|
+
"type": "array"
|
|
1212
|
+
},
|
|
1213
|
+
"report_id": {
|
|
1214
|
+
"default": "frontier-debt:runtime",
|
|
1215
|
+
"title": "Report Id",
|
|
1216
|
+
"type": "string"
|
|
1217
|
+
},
|
|
1218
|
+
"residual_burden": {
|
|
1219
|
+
"default": 0.0,
|
|
1220
|
+
"title": "Residual Burden",
|
|
1221
|
+
"type": "number"
|
|
1222
|
+
},
|
|
1223
|
+
"residual_coordinate_count": {
|
|
1224
|
+
"default": 0,
|
|
1225
|
+
"title": "Residual Coordinate Count",
|
|
1226
|
+
"type": "integer"
|
|
1227
|
+
},
|
|
1228
|
+
"residual_coordinates": {
|
|
1229
|
+
"items": {
|
|
1230
|
+
"type": "string"
|
|
1231
|
+
},
|
|
1232
|
+
"title": "Residual Coordinates",
|
|
1233
|
+
"type": "array"
|
|
1234
|
+
},
|
|
1235
|
+
"settled": {
|
|
1236
|
+
"default": false,
|
|
1237
|
+
"title": "Settled",
|
|
1238
|
+
"type": "boolean"
|
|
1239
|
+
},
|
|
1240
|
+
"telemetry_resource_cost_debt_count": {
|
|
1241
|
+
"default": 0,
|
|
1242
|
+
"title": "Telemetry Resource Cost Debt Count",
|
|
1243
|
+
"type": "integer"
|
|
1244
|
+
},
|
|
1245
|
+
"trace_normal_form_debt_count": {
|
|
1246
|
+
"default": 0,
|
|
1247
|
+
"title": "Trace Normal Form Debt Count",
|
|
1248
|
+
"type": "integer"
|
|
1249
|
+
},
|
|
1250
|
+
"trace_or_frontier_debt_count": {
|
|
1251
|
+
"default": 0,
|
|
1252
|
+
"title": "Trace Or Frontier Debt Count",
|
|
1253
|
+
"type": "integer"
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
"title": "FrontierDebtReport",
|
|
1257
|
+
"type": "object"
|
|
1258
|
+
},
|
|
1259
|
+
"IdentityContributionStatus": {
|
|
1260
|
+
"description": "How identity evidence may contribute to runtime packet capital.",
|
|
1261
|
+
"enum": [
|
|
1262
|
+
"verified",
|
|
1263
|
+
"provisional",
|
|
1264
|
+
"diagnostic",
|
|
1265
|
+
"quarantined",
|
|
1266
|
+
"rejected"
|
|
1267
|
+
],
|
|
1268
|
+
"title": "IdentityContributionStatus",
|
|
1269
|
+
"type": "string"
|
|
1270
|
+
},
|
|
1271
|
+
"IntakeProvenanceRecord": {
|
|
1272
|
+
"description": "Sanitized provenance for external packet candidates.",
|
|
1273
|
+
"properties": {
|
|
1274
|
+
"accepted": {
|
|
1275
|
+
"default": false,
|
|
1276
|
+
"title": "Accepted",
|
|
1277
|
+
"type": "boolean"
|
|
1278
|
+
},
|
|
1279
|
+
"byte_count": {
|
|
1280
|
+
"default": 0,
|
|
1281
|
+
"title": "Byte Count",
|
|
1282
|
+
"type": "integer"
|
|
1283
|
+
},
|
|
1284
|
+
"content_sha256": {
|
|
1285
|
+
"anyOf": [
|
|
1286
|
+
{
|
|
1287
|
+
"type": "string"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"type": "null"
|
|
1291
|
+
}
|
|
1292
|
+
],
|
|
1293
|
+
"default": null,
|
|
1294
|
+
"title": "Content Sha256"
|
|
1295
|
+
},
|
|
1296
|
+
"evidence_refs": {
|
|
1297
|
+
"items": {
|
|
1298
|
+
"type": "string"
|
|
1299
|
+
},
|
|
1300
|
+
"title": "Evidence Refs",
|
|
1301
|
+
"type": "array"
|
|
1302
|
+
},
|
|
1303
|
+
"final_url": {
|
|
1304
|
+
"anyOf": [
|
|
1305
|
+
{
|
|
1306
|
+
"type": "string"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"type": "null"
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"default": null,
|
|
1313
|
+
"title": "Final Url"
|
|
1314
|
+
},
|
|
1315
|
+
"media_type": {
|
|
1316
|
+
"anyOf": [
|
|
1317
|
+
{
|
|
1318
|
+
"type": "string"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"type": "null"
|
|
1322
|
+
}
|
|
1323
|
+
],
|
|
1324
|
+
"default": null,
|
|
1325
|
+
"title": "Media Type"
|
|
1326
|
+
},
|
|
1327
|
+
"provenance_id": {
|
|
1328
|
+
"title": "Provenance Id",
|
|
1329
|
+
"type": "string"
|
|
1330
|
+
},
|
|
1331
|
+
"public_source_ref": {
|
|
1332
|
+
"title": "Public Source Ref",
|
|
1333
|
+
"type": "string"
|
|
1334
|
+
},
|
|
1335
|
+
"reasons": {
|
|
1336
|
+
"items": {
|
|
1337
|
+
"type": "string"
|
|
1338
|
+
},
|
|
1339
|
+
"title": "Reasons",
|
|
1340
|
+
"type": "array"
|
|
1341
|
+
},
|
|
1342
|
+
"redirect_chain": {
|
|
1343
|
+
"items": {
|
|
1344
|
+
"type": "string"
|
|
1345
|
+
},
|
|
1346
|
+
"title": "Redirect Chain",
|
|
1347
|
+
"type": "array"
|
|
1348
|
+
},
|
|
1349
|
+
"residual_coordinates": {
|
|
1350
|
+
"items": {
|
|
1351
|
+
"type": "string"
|
|
1352
|
+
},
|
|
1353
|
+
"title": "Residual Coordinates",
|
|
1354
|
+
"type": "array"
|
|
1355
|
+
},
|
|
1356
|
+
"robots_decision": {
|
|
1357
|
+
"anyOf": [
|
|
1358
|
+
{
|
|
1359
|
+
"$ref": "#/$defs/RobotsDecision"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"type": "null"
|
|
1363
|
+
}
|
|
1364
|
+
],
|
|
1365
|
+
"default": null
|
|
1366
|
+
},
|
|
1367
|
+
"source_kind": {
|
|
1368
|
+
"$ref": "#/$defs/PacketSourceKind"
|
|
1369
|
+
},
|
|
1370
|
+
"source_ref": {
|
|
1371
|
+
"title": "Source Ref",
|
|
1372
|
+
"type": "string"
|
|
1373
|
+
},
|
|
1374
|
+
"status_code": {
|
|
1375
|
+
"anyOf": [
|
|
1376
|
+
{
|
|
1377
|
+
"type": "integer"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"type": "null"
|
|
1381
|
+
}
|
|
1382
|
+
],
|
|
1383
|
+
"default": null,
|
|
1384
|
+
"title": "Status Code"
|
|
1385
|
+
}
|
|
1386
|
+
},
|
|
1387
|
+
"required": [
|
|
1388
|
+
"provenance_id",
|
|
1389
|
+
"source_kind",
|
|
1390
|
+
"source_ref",
|
|
1391
|
+
"public_source_ref"
|
|
1392
|
+
],
|
|
1393
|
+
"title": "IntakeProvenanceRecord",
|
|
1394
|
+
"type": "object"
|
|
1395
|
+
},
|
|
1396
|
+
"InterventionCandidate": {
|
|
1397
|
+
"properties": {
|
|
1398
|
+
"action": {
|
|
1399
|
+
"$ref": "#/$defs/PhaseControlAction"
|
|
1400
|
+
},
|
|
1401
|
+
"baseline_proxy_mass": {
|
|
1402
|
+
"default": 0.0,
|
|
1403
|
+
"title": "Baseline Proxy Mass",
|
|
1404
|
+
"type": "number"
|
|
1405
|
+
},
|
|
1406
|
+
"candidate_id": {
|
|
1407
|
+
"title": "Candidate Id",
|
|
1408
|
+
"type": "string"
|
|
1409
|
+
},
|
|
1410
|
+
"controlled_proxy_mass": {
|
|
1411
|
+
"default": 0.0,
|
|
1412
|
+
"title": "Controlled Proxy Mass",
|
|
1413
|
+
"type": "number"
|
|
1414
|
+
},
|
|
1415
|
+
"finite_proxy_gain": {
|
|
1416
|
+
"default": 0.0,
|
|
1417
|
+
"title": "Finite Proxy Gain",
|
|
1418
|
+
"type": "number"
|
|
1419
|
+
},
|
|
1420
|
+
"finite_scope_usable": {
|
|
1421
|
+
"default": false,
|
|
1422
|
+
"title": "Finite Scope Usable",
|
|
1423
|
+
"type": "boolean"
|
|
1424
|
+
},
|
|
1425
|
+
"missing_obligations": {
|
|
1426
|
+
"items": {
|
|
1427
|
+
"type": "string"
|
|
1428
|
+
},
|
|
1429
|
+
"title": "Missing Obligations",
|
|
1430
|
+
"type": "array"
|
|
1431
|
+
},
|
|
1432
|
+
"operationally_usable": {
|
|
1433
|
+
"default": false,
|
|
1434
|
+
"title": "Operationally Usable",
|
|
1435
|
+
"type": "boolean"
|
|
1436
|
+
},
|
|
1437
|
+
"reasons": {
|
|
1438
|
+
"items": {
|
|
1439
|
+
"type": "string"
|
|
1440
|
+
},
|
|
1441
|
+
"title": "Reasons",
|
|
1442
|
+
"type": "array"
|
|
1443
|
+
},
|
|
1444
|
+
"required_evidence_routes": {
|
|
1445
|
+
"items": {
|
|
1446
|
+
"type": "string"
|
|
1447
|
+
},
|
|
1448
|
+
"title": "Required Evidence Routes",
|
|
1449
|
+
"type": "array"
|
|
1450
|
+
},
|
|
1451
|
+
"residual_charge": {
|
|
1452
|
+
"default": 0.0,
|
|
1453
|
+
"title": "Residual Charge",
|
|
1454
|
+
"type": "number"
|
|
1455
|
+
},
|
|
1456
|
+
"residual_ledger": {
|
|
1457
|
+
"$ref": "#/$defs/Ledger"
|
|
1458
|
+
},
|
|
1459
|
+
"resource_cost": {
|
|
1460
|
+
"additionalProperties": {
|
|
1461
|
+
"type": "number"
|
|
1462
|
+
},
|
|
1463
|
+
"title": "Resource Cost",
|
|
1464
|
+
"type": "object"
|
|
1465
|
+
},
|
|
1466
|
+
"risk_charge": {
|
|
1467
|
+
"default": 0.0,
|
|
1468
|
+
"title": "Risk Charge",
|
|
1469
|
+
"type": "number"
|
|
1470
|
+
},
|
|
1471
|
+
"score": {
|
|
1472
|
+
"default": 0.0,
|
|
1473
|
+
"title": "Score",
|
|
1474
|
+
"type": "number"
|
|
1475
|
+
},
|
|
1476
|
+
"settled": {
|
|
1477
|
+
"default": false,
|
|
1478
|
+
"title": "Settled",
|
|
1479
|
+
"type": "boolean"
|
|
1480
|
+
}
|
|
1481
|
+
},
|
|
1482
|
+
"required": [
|
|
1483
|
+
"candidate_id",
|
|
1484
|
+
"action"
|
|
1485
|
+
],
|
|
1486
|
+
"title": "InterventionCandidate",
|
|
1487
|
+
"type": "object"
|
|
1488
|
+
},
|
|
1489
|
+
"Ledger": {
|
|
1490
|
+
"description": "A finite typed ledger with explicit coordinate kinds.",
|
|
1491
|
+
"properties": {
|
|
1492
|
+
"coordinates": {
|
|
1493
|
+
"additionalProperties": {
|
|
1494
|
+
"$ref": "#/$defs/LedgerCoordinate"
|
|
1495
|
+
},
|
|
1496
|
+
"title": "Coordinates",
|
|
1497
|
+
"type": "object"
|
|
1498
|
+
}
|
|
1499
|
+
},
|
|
1500
|
+
"title": "Ledger",
|
|
1501
|
+
"type": "object"
|
|
1502
|
+
},
|
|
1503
|
+
"LedgerCoordinate": {
|
|
1504
|
+
"description": "One typed coordinate in a finite certificate ledger.",
|
|
1505
|
+
"properties": {
|
|
1506
|
+
"description": {
|
|
1507
|
+
"anyOf": [
|
|
1508
|
+
{
|
|
1509
|
+
"type": "string"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"type": "null"
|
|
1513
|
+
}
|
|
1514
|
+
],
|
|
1515
|
+
"default": null,
|
|
1516
|
+
"title": "Description"
|
|
1517
|
+
},
|
|
1518
|
+
"evidence_refs": {
|
|
1519
|
+
"items": {
|
|
1520
|
+
"type": "string"
|
|
1521
|
+
},
|
|
1522
|
+
"title": "Evidence Refs",
|
|
1523
|
+
"type": "array"
|
|
1524
|
+
},
|
|
1525
|
+
"evidence_status": {
|
|
1526
|
+
"$ref": "#/$defs/EvidenceStatus",
|
|
1527
|
+
"default": "declared"
|
|
1528
|
+
},
|
|
1529
|
+
"kind": {
|
|
1530
|
+
"$ref": "#/$defs/CoordinateKind",
|
|
1531
|
+
"default": "burden"
|
|
1532
|
+
},
|
|
1533
|
+
"known": {
|
|
1534
|
+
"default": true,
|
|
1535
|
+
"title": "Known",
|
|
1536
|
+
"type": "boolean"
|
|
1537
|
+
},
|
|
1538
|
+
"name": {
|
|
1539
|
+
"title": "Name",
|
|
1540
|
+
"type": "string"
|
|
1541
|
+
},
|
|
1542
|
+
"unit": {
|
|
1543
|
+
"default": "dimensionless",
|
|
1544
|
+
"title": "Unit",
|
|
1545
|
+
"type": "string"
|
|
1546
|
+
},
|
|
1547
|
+
"value": {
|
|
1548
|
+
"title": "Value",
|
|
1549
|
+
"type": "number"
|
|
1550
|
+
}
|
|
1551
|
+
},
|
|
1552
|
+
"required": [
|
|
1553
|
+
"name",
|
|
1554
|
+
"value"
|
|
1555
|
+
],
|
|
1556
|
+
"title": "LedgerCoordinate",
|
|
1557
|
+
"type": "object"
|
|
1558
|
+
},
|
|
1559
|
+
"OccupationLedger": {
|
|
1560
|
+
"description": "Finite attention occupation by queue class.",
|
|
1561
|
+
"properties": {
|
|
1562
|
+
"attention_budget": {
|
|
1563
|
+
"title": "Attention Budget",
|
|
1564
|
+
"type": "number"
|
|
1565
|
+
},
|
|
1566
|
+
"occupied": {
|
|
1567
|
+
"default": 0.0,
|
|
1568
|
+
"title": "Occupied",
|
|
1569
|
+
"type": "number"
|
|
1570
|
+
},
|
|
1571
|
+
"occupied_by_class": {
|
|
1572
|
+
"additionalProperties": {
|
|
1573
|
+
"type": "number"
|
|
1574
|
+
},
|
|
1575
|
+
"title": "Occupied By Class",
|
|
1576
|
+
"type": "object"
|
|
1577
|
+
},
|
|
1578
|
+
"unknown_occupation": {
|
|
1579
|
+
"items": {
|
|
1580
|
+
"type": "string"
|
|
1581
|
+
},
|
|
1582
|
+
"title": "Unknown Occupation",
|
|
1583
|
+
"type": "array"
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
"required": [
|
|
1587
|
+
"attention_budget"
|
|
1588
|
+
],
|
|
1589
|
+
"title": "OccupationLedger",
|
|
1590
|
+
"type": "object"
|
|
1591
|
+
},
|
|
1592
|
+
"PacketIngestionReport": {
|
|
1593
|
+
"description": "Packet ingestion result for local, live, or agent-output sources.",
|
|
1594
|
+
"properties": {
|
|
1595
|
+
"accepted": {
|
|
1596
|
+
"title": "Accepted",
|
|
1597
|
+
"type": "boolean"
|
|
1598
|
+
},
|
|
1599
|
+
"packets": {
|
|
1600
|
+
"items": {
|
|
1601
|
+
"$ref": "#/$defs/CapabilityPacketCandidate"
|
|
1602
|
+
},
|
|
1603
|
+
"title": "Packets",
|
|
1604
|
+
"type": "array"
|
|
1605
|
+
},
|
|
1606
|
+
"provenance": {
|
|
1607
|
+
"items": {
|
|
1608
|
+
"$ref": "#/$defs/IntakeProvenanceRecord"
|
|
1609
|
+
},
|
|
1610
|
+
"title": "Provenance",
|
|
1611
|
+
"type": "array"
|
|
1612
|
+
},
|
|
1613
|
+
"reasons": {
|
|
1614
|
+
"items": {
|
|
1615
|
+
"type": "string"
|
|
1616
|
+
},
|
|
1617
|
+
"title": "Reasons",
|
|
1618
|
+
"type": "array"
|
|
1619
|
+
},
|
|
1620
|
+
"rejected_sources": {
|
|
1621
|
+
"items": {
|
|
1622
|
+
"type": "string"
|
|
1623
|
+
},
|
|
1624
|
+
"title": "Rejected Sources",
|
|
1625
|
+
"type": "array"
|
|
1626
|
+
},
|
|
1627
|
+
"report_id": {
|
|
1628
|
+
"title": "Report Id",
|
|
1629
|
+
"type": "string"
|
|
1630
|
+
},
|
|
1631
|
+
"residual_ledger": {
|
|
1632
|
+
"$ref": "#/$defs/Ledger"
|
|
1633
|
+
},
|
|
1634
|
+
"source_kind": {
|
|
1635
|
+
"$ref": "#/$defs/PacketSourceKind"
|
|
1636
|
+
},
|
|
1637
|
+
"web_fetch_reports": {
|
|
1638
|
+
"items": {
|
|
1639
|
+
"$ref": "#/$defs/WebFetchReport"
|
|
1640
|
+
},
|
|
1641
|
+
"title": "Web Fetch Reports",
|
|
1642
|
+
"type": "array"
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
"required": [
|
|
1646
|
+
"report_id",
|
|
1647
|
+
"accepted",
|
|
1648
|
+
"source_kind"
|
|
1649
|
+
],
|
|
1650
|
+
"title": "PacketIngestionReport",
|
|
1651
|
+
"type": "object"
|
|
1652
|
+
},
|
|
1653
|
+
"PacketPromotionReport": {
|
|
1654
|
+
"description": "Batch packet promotion output for runtime steps.",
|
|
1655
|
+
"properties": {
|
|
1656
|
+
"accepted": {
|
|
1657
|
+
"default": false,
|
|
1658
|
+
"title": "Accepted",
|
|
1659
|
+
"type": "boolean"
|
|
1660
|
+
},
|
|
1661
|
+
"identity_contribution_summary": {
|
|
1662
|
+
"additionalProperties": {
|
|
1663
|
+
"type": "integer"
|
|
1664
|
+
},
|
|
1665
|
+
"title": "Identity Contribution Summary",
|
|
1666
|
+
"type": "object"
|
|
1667
|
+
},
|
|
1668
|
+
"rejected_packets": {
|
|
1669
|
+
"items": {
|
|
1670
|
+
"$ref": "#/$defs/PacketRejection"
|
|
1671
|
+
},
|
|
1672
|
+
"title": "Rejected Packets",
|
|
1673
|
+
"type": "array"
|
|
1674
|
+
},
|
|
1675
|
+
"report_id": {
|
|
1676
|
+
"title": "Report Id",
|
|
1677
|
+
"type": "string"
|
|
1678
|
+
},
|
|
1679
|
+
"residual_ledger": {
|
|
1680
|
+
"$ref": "#/$defs/Ledger"
|
|
1681
|
+
},
|
|
1682
|
+
"safety_invariants": {
|
|
1683
|
+
"items": {
|
|
1684
|
+
"type": "string"
|
|
1685
|
+
},
|
|
1686
|
+
"title": "Safety Invariants",
|
|
1687
|
+
"type": "array"
|
|
1688
|
+
},
|
|
1689
|
+
"verified_packets": {
|
|
1690
|
+
"items": {
|
|
1691
|
+
"$ref": "#/$defs/VerifiedCapabilityPacket"
|
|
1692
|
+
},
|
|
1693
|
+
"title": "Verified Packets",
|
|
1694
|
+
"type": "array"
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
"required": [
|
|
1698
|
+
"report_id"
|
|
1699
|
+
],
|
|
1700
|
+
"title": "PacketPromotionReport",
|
|
1701
|
+
"type": "object"
|
|
1702
|
+
},
|
|
1703
|
+
"PacketRejection": {
|
|
1704
|
+
"description": "Machine-readable packet promotion rejection.",
|
|
1705
|
+
"properties": {
|
|
1706
|
+
"identity_contribution_status": {
|
|
1707
|
+
"$ref": "#/$defs/IdentityContributionStatus",
|
|
1708
|
+
"default": "rejected"
|
|
1709
|
+
},
|
|
1710
|
+
"packet_id": {
|
|
1711
|
+
"title": "Packet Id",
|
|
1712
|
+
"type": "string"
|
|
1713
|
+
},
|
|
1714
|
+
"reasons": {
|
|
1715
|
+
"items": {
|
|
1716
|
+
"type": "string"
|
|
1717
|
+
},
|
|
1718
|
+
"title": "Reasons",
|
|
1719
|
+
"type": "array"
|
|
1720
|
+
},
|
|
1721
|
+
"residual_ledger": {
|
|
1722
|
+
"$ref": "#/$defs/Ledger"
|
|
1723
|
+
},
|
|
1724
|
+
"source_candidate_id": {
|
|
1725
|
+
"title": "Source Candidate Id",
|
|
1726
|
+
"type": "string"
|
|
1727
|
+
},
|
|
1728
|
+
"status": {
|
|
1729
|
+
"$ref": "#/$defs/ClaimStatus",
|
|
1730
|
+
"default": "diagnostic"
|
|
1731
|
+
}
|
|
1732
|
+
},
|
|
1733
|
+
"required": [
|
|
1734
|
+
"packet_id",
|
|
1735
|
+
"source_candidate_id"
|
|
1736
|
+
],
|
|
1737
|
+
"title": "PacketRejection",
|
|
1738
|
+
"type": "object"
|
|
1739
|
+
},
|
|
1740
|
+
"PacketSourceKind": {
|
|
1741
|
+
"enum": [
|
|
1742
|
+
"local",
|
|
1743
|
+
"github",
|
|
1744
|
+
"zenodo",
|
|
1745
|
+
"arxiv",
|
|
1746
|
+
"http",
|
|
1747
|
+
"web-page",
|
|
1748
|
+
"rss",
|
|
1749
|
+
"atom",
|
|
1750
|
+
"json-feed",
|
|
1751
|
+
"ndjson",
|
|
1752
|
+
"agent-message",
|
|
1753
|
+
"agent-inbox",
|
|
1754
|
+
"web-crawl",
|
|
1755
|
+
"agent-output",
|
|
1756
|
+
"auto"
|
|
1757
|
+
],
|
|
1758
|
+
"title": "PacketSourceKind",
|
|
1759
|
+
"type": "string"
|
|
1760
|
+
},
|
|
1761
|
+
"PhaseAccelerationScore": {
|
|
1762
|
+
"description": "Finite ECPT ASI-proxy acceleration score for ranking runtime outputs.",
|
|
1763
|
+
"properties": {
|
|
1764
|
+
"components": {
|
|
1765
|
+
"additionalProperties": {
|
|
1766
|
+
"type": "number"
|
|
1767
|
+
},
|
|
1768
|
+
"title": "Components",
|
|
1769
|
+
"type": "object"
|
|
1770
|
+
},
|
|
1771
|
+
"false_liquidity_charge": {
|
|
1772
|
+
"default": 0.0,
|
|
1773
|
+
"title": "False Liquidity Charge",
|
|
1774
|
+
"type": "number"
|
|
1775
|
+
},
|
|
1776
|
+
"finite_proxy_gain": {
|
|
1777
|
+
"default": 0.0,
|
|
1778
|
+
"title": "Finite Proxy Gain",
|
|
1779
|
+
"type": "number"
|
|
1780
|
+
},
|
|
1781
|
+
"missing_route_charge": {
|
|
1782
|
+
"default": 0.0,
|
|
1783
|
+
"title": "Missing Route Charge",
|
|
1784
|
+
"type": "number"
|
|
1785
|
+
},
|
|
1786
|
+
"psi_distance_reduction": {
|
|
1787
|
+
"default": 0.0,
|
|
1788
|
+
"title": "Psi Distance Reduction",
|
|
1789
|
+
"type": "number"
|
|
1790
|
+
},
|
|
1791
|
+
"residual_debt_charge": {
|
|
1792
|
+
"default": 0.0,
|
|
1793
|
+
"title": "Residual Debt Charge",
|
|
1794
|
+
"type": "number"
|
|
1795
|
+
},
|
|
1796
|
+
"risk_charge": {
|
|
1797
|
+
"default": 0.0,
|
|
1798
|
+
"title": "Risk Charge",
|
|
1799
|
+
"type": "number"
|
|
1800
|
+
},
|
|
1801
|
+
"score_id": {
|
|
1802
|
+
"title": "Score Id",
|
|
1803
|
+
"type": "string"
|
|
1804
|
+
},
|
|
1805
|
+
"stale_packet_charge": {
|
|
1806
|
+
"default": 0.0,
|
|
1807
|
+
"title": "Stale Packet Charge",
|
|
1808
|
+
"type": "number"
|
|
1809
|
+
},
|
|
1810
|
+
"total_score": {
|
|
1811
|
+
"title": "Total Score",
|
|
1812
|
+
"type": "number"
|
|
1813
|
+
},
|
|
1814
|
+
"verification_throughput_score": {
|
|
1815
|
+
"default": 0.0,
|
|
1816
|
+
"title": "Verification Throughput Score",
|
|
1817
|
+
"type": "number"
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
"required": [
|
|
1821
|
+
"score_id",
|
|
1822
|
+
"total_score"
|
|
1823
|
+
],
|
|
1824
|
+
"title": "PhaseAccelerationScore",
|
|
1825
|
+
"type": "object"
|
|
1826
|
+
},
|
|
1827
|
+
"PhaseControlAction": {
|
|
1828
|
+
"properties": {
|
|
1829
|
+
"action_id": {
|
|
1830
|
+
"title": "Action Id",
|
|
1831
|
+
"type": "string"
|
|
1832
|
+
},
|
|
1833
|
+
"activation_delta": {
|
|
1834
|
+
"default": 0.0,
|
|
1835
|
+
"title": "Activation Delta",
|
|
1836
|
+
"type": "number"
|
|
1837
|
+
},
|
|
1838
|
+
"burden_delta": {
|
|
1839
|
+
"default": 0.0,
|
|
1840
|
+
"title": "Burden Delta",
|
|
1841
|
+
"type": "number"
|
|
1842
|
+
},
|
|
1843
|
+
"postconditions": {
|
|
1844
|
+
"items": {
|
|
1845
|
+
"type": "string"
|
|
1846
|
+
},
|
|
1847
|
+
"title": "Postconditions",
|
|
1848
|
+
"type": "array"
|
|
1849
|
+
},
|
|
1850
|
+
"preconditions": {
|
|
1851
|
+
"items": {
|
|
1852
|
+
"type": "string"
|
|
1853
|
+
},
|
|
1854
|
+
"title": "Preconditions",
|
|
1855
|
+
"type": "array"
|
|
1856
|
+
},
|
|
1857
|
+
"required_obligations": {
|
|
1858
|
+
"items": {
|
|
1859
|
+
"type": "string"
|
|
1860
|
+
},
|
|
1861
|
+
"title": "Required Obligations",
|
|
1862
|
+
"type": "array"
|
|
1863
|
+
},
|
|
1864
|
+
"residual_charge": {
|
|
1865
|
+
"default": 0.0,
|
|
1866
|
+
"title": "Residual Charge",
|
|
1867
|
+
"type": "number"
|
|
1868
|
+
},
|
|
1869
|
+
"resource_cost": {
|
|
1870
|
+
"additionalProperties": {
|
|
1871
|
+
"type": "number"
|
|
1872
|
+
},
|
|
1873
|
+
"title": "Resource Cost",
|
|
1874
|
+
"type": "object"
|
|
1875
|
+
},
|
|
1876
|
+
"risk_charge": {
|
|
1877
|
+
"default": 0.0,
|
|
1878
|
+
"title": "Risk Charge",
|
|
1879
|
+
"type": "number"
|
|
1880
|
+
},
|
|
1881
|
+
"source_nodes": {
|
|
1882
|
+
"items": {
|
|
1883
|
+
"type": "string"
|
|
1884
|
+
},
|
|
1885
|
+
"title": "Source Nodes",
|
|
1886
|
+
"type": "array"
|
|
1887
|
+
},
|
|
1888
|
+
"target_node": {
|
|
1889
|
+
"title": "Target Node",
|
|
1890
|
+
"type": "string"
|
|
1891
|
+
},
|
|
1892
|
+
"verifier_routes": {
|
|
1893
|
+
"items": {
|
|
1894
|
+
"type": "string"
|
|
1895
|
+
},
|
|
1896
|
+
"title": "Verifier Routes",
|
|
1897
|
+
"type": "array"
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
"required": [
|
|
1901
|
+
"action_id",
|
|
1902
|
+
"target_node"
|
|
1903
|
+
],
|
|
1904
|
+
"title": "PhaseControlAction",
|
|
1905
|
+
"type": "object"
|
|
1906
|
+
},
|
|
1907
|
+
"PhaseControlAuditSummary": {
|
|
1908
|
+
"description": "Typed ECPT phase-control diagnostics derived from a finite runtime step.",
|
|
1909
|
+
"properties": {
|
|
1910
|
+
"baseline_comparison_label": {
|
|
1911
|
+
"default": "unavailable",
|
|
1912
|
+
"title": "Baseline Comparison Label",
|
|
1913
|
+
"type": "string"
|
|
1914
|
+
},
|
|
1915
|
+
"baseline_comparison_ready": {
|
|
1916
|
+
"default": false,
|
|
1917
|
+
"title": "Baseline Comparison Ready",
|
|
1918
|
+
"type": "boolean"
|
|
1919
|
+
},
|
|
1920
|
+
"baseline_proxy_mass": {
|
|
1921
|
+
"default": 0.0,
|
|
1922
|
+
"title": "Baseline Proxy Mass",
|
|
1923
|
+
"type": "number"
|
|
1924
|
+
},
|
|
1925
|
+
"candidate_count": {
|
|
1926
|
+
"default": 0,
|
|
1927
|
+
"title": "Candidate Count",
|
|
1928
|
+
"type": "integer"
|
|
1929
|
+
},
|
|
1930
|
+
"controlled_proxy_mass": {
|
|
1931
|
+
"default": 0.0,
|
|
1932
|
+
"title": "Controlled Proxy Mass",
|
|
1933
|
+
"type": "number"
|
|
1934
|
+
},
|
|
1935
|
+
"duplicate_mass_excluded": {
|
|
1936
|
+
"default": false,
|
|
1937
|
+
"title": "Duplicate Mass Excluded",
|
|
1938
|
+
"type": "boolean"
|
|
1939
|
+
},
|
|
1940
|
+
"execution_availability_required": {
|
|
1941
|
+
"default": true,
|
|
1942
|
+
"title": "Execution Availability Required",
|
|
1943
|
+
"type": "boolean"
|
|
1944
|
+
},
|
|
1945
|
+
"execution_available_path_count": {
|
|
1946
|
+
"default": 0,
|
|
1947
|
+
"title": "Execution Available Path Count",
|
|
1948
|
+
"type": "integer"
|
|
1949
|
+
},
|
|
1950
|
+
"finite_proxy_gain_total": {
|
|
1951
|
+
"default": 0.0,
|
|
1952
|
+
"title": "Finite Proxy Gain Total",
|
|
1953
|
+
"type": "number"
|
|
1954
|
+
},
|
|
1955
|
+
"missing_obligation_count": {
|
|
1956
|
+
"default": 0,
|
|
1957
|
+
"title": "Missing Obligation Count",
|
|
1958
|
+
"type": "integer"
|
|
1959
|
+
},
|
|
1960
|
+
"operationally_usable": {
|
|
1961
|
+
"default": false,
|
|
1962
|
+
"title": "Operationally Usable",
|
|
1963
|
+
"type": "boolean"
|
|
1964
|
+
},
|
|
1965
|
+
"partial": {
|
|
1966
|
+
"default": false,
|
|
1967
|
+
"title": "Partial",
|
|
1968
|
+
"type": "boolean"
|
|
1969
|
+
},
|
|
1970
|
+
"proxy_bundle_coordinate_count": {
|
|
1971
|
+
"default": 0,
|
|
1972
|
+
"title": "Proxy Bundle Coordinate Count",
|
|
1973
|
+
"type": "integer"
|
|
1974
|
+
},
|
|
1975
|
+
"proxy_bundle_mass": {
|
|
1976
|
+
"default": 0.0,
|
|
1977
|
+
"title": "Proxy Bundle Mass",
|
|
1978
|
+
"type": "number"
|
|
1979
|
+
},
|
|
1980
|
+
"proxy_target_grounding_refs": {
|
|
1981
|
+
"items": {
|
|
1982
|
+
"type": "string"
|
|
1983
|
+
},
|
|
1984
|
+
"title": "Proxy Target Grounding Refs",
|
|
1985
|
+
"type": "array"
|
|
1986
|
+
},
|
|
1987
|
+
"proxy_target_grounding_required": {
|
|
1988
|
+
"default": true,
|
|
1989
|
+
"title": "Proxy Target Grounding Required",
|
|
1990
|
+
"type": "boolean"
|
|
1991
|
+
},
|
|
1992
|
+
"queue_capacity_constraints_visible": {
|
|
1993
|
+
"default": false,
|
|
1994
|
+
"title": "Queue Capacity Constraints Visible",
|
|
1995
|
+
"type": "boolean"
|
|
1996
|
+
},
|
|
1997
|
+
"queue_capacity_margin": {
|
|
1998
|
+
"default": 0.0,
|
|
1999
|
+
"title": "Queue Capacity Margin",
|
|
2000
|
+
"type": "number"
|
|
2001
|
+
},
|
|
2002
|
+
"reasons": {
|
|
2003
|
+
"items": {
|
|
2004
|
+
"type": "string"
|
|
2005
|
+
},
|
|
2006
|
+
"title": "Reasons",
|
|
2007
|
+
"type": "array"
|
|
2008
|
+
},
|
|
2009
|
+
"selected_action_count": {
|
|
2010
|
+
"default": 0,
|
|
2011
|
+
"title": "Selected Action Count",
|
|
2012
|
+
"type": "integer"
|
|
2013
|
+
},
|
|
2014
|
+
"settled": {
|
|
2015
|
+
"default": false,
|
|
2016
|
+
"title": "Settled",
|
|
2017
|
+
"type": "boolean"
|
|
2018
|
+
},
|
|
2019
|
+
"split_certificate_refs": {
|
|
2020
|
+
"items": {
|
|
2021
|
+
"type": "string"
|
|
2022
|
+
},
|
|
2023
|
+
"title": "Split Certificate Refs",
|
|
2024
|
+
"type": "array"
|
|
2025
|
+
},
|
|
2026
|
+
"split_certified_quotient_ready": {
|
|
2027
|
+
"default": false,
|
|
2028
|
+
"title": "Split Certified Quotient Ready",
|
|
2029
|
+
"type": "boolean"
|
|
2030
|
+
},
|
|
2031
|
+
"summary_id": {
|
|
2032
|
+
"default": "phase-control-audit:runtime",
|
|
2033
|
+
"title": "Summary Id",
|
|
2034
|
+
"type": "string"
|
|
2035
|
+
},
|
|
2036
|
+
"target_id": {
|
|
2037
|
+
"default": "",
|
|
2038
|
+
"title": "Target Id",
|
|
2039
|
+
"type": "string"
|
|
2040
|
+
},
|
|
2041
|
+
"target_node_count": {
|
|
2042
|
+
"default": 0,
|
|
2043
|
+
"title": "Target Node Count",
|
|
2044
|
+
"type": "integer"
|
|
2045
|
+
}
|
|
2046
|
+
},
|
|
2047
|
+
"title": "PhaseControlAuditSummary",
|
|
2048
|
+
"type": "object"
|
|
2049
|
+
},
|
|
2050
|
+
"PhaseControlPlan": {
|
|
2051
|
+
"properties": {
|
|
2052
|
+
"accepted": {
|
|
2053
|
+
"default": false,
|
|
2054
|
+
"title": "Accepted",
|
|
2055
|
+
"type": "boolean"
|
|
2056
|
+
},
|
|
2057
|
+
"candidates": {
|
|
2058
|
+
"items": {
|
|
2059
|
+
"$ref": "#/$defs/InterventionCandidate"
|
|
2060
|
+
},
|
|
2061
|
+
"title": "Candidates",
|
|
2062
|
+
"type": "array"
|
|
2063
|
+
},
|
|
2064
|
+
"finite_proxy_gain_total": {
|
|
2065
|
+
"default": 0.0,
|
|
2066
|
+
"title": "Finite Proxy Gain Total",
|
|
2067
|
+
"type": "number"
|
|
2068
|
+
},
|
|
2069
|
+
"missing_obligations": {
|
|
2070
|
+
"items": {
|
|
2071
|
+
"type": "string"
|
|
2072
|
+
},
|
|
2073
|
+
"title": "Missing Obligations",
|
|
2074
|
+
"type": "array"
|
|
2075
|
+
},
|
|
2076
|
+
"objective_id": {
|
|
2077
|
+
"title": "Objective Id",
|
|
2078
|
+
"type": "string"
|
|
2079
|
+
},
|
|
2080
|
+
"operationally_usable": {
|
|
2081
|
+
"default": false,
|
|
2082
|
+
"title": "Operationally Usable",
|
|
2083
|
+
"type": "boolean"
|
|
2084
|
+
},
|
|
2085
|
+
"partial": {
|
|
2086
|
+
"default": true,
|
|
2087
|
+
"title": "Partial",
|
|
2088
|
+
"type": "boolean"
|
|
2089
|
+
},
|
|
2090
|
+
"plan_id": {
|
|
2091
|
+
"title": "Plan Id",
|
|
2092
|
+
"type": "string"
|
|
2093
|
+
},
|
|
2094
|
+
"profile": {
|
|
2095
|
+
"default": "development",
|
|
2096
|
+
"title": "Profile",
|
|
2097
|
+
"type": "string"
|
|
2098
|
+
},
|
|
2099
|
+
"reasons": {
|
|
2100
|
+
"items": {
|
|
2101
|
+
"type": "string"
|
|
2102
|
+
},
|
|
2103
|
+
"title": "Reasons",
|
|
2104
|
+
"type": "array"
|
|
2105
|
+
},
|
|
2106
|
+
"required_evidence_routes": {
|
|
2107
|
+
"items": {
|
|
2108
|
+
"type": "string"
|
|
2109
|
+
},
|
|
2110
|
+
"title": "Required Evidence Routes",
|
|
2111
|
+
"type": "array"
|
|
2112
|
+
},
|
|
2113
|
+
"residual_ledger": {
|
|
2114
|
+
"$ref": "#/$defs/Ledger"
|
|
2115
|
+
},
|
|
2116
|
+
"score": {
|
|
2117
|
+
"default": 0.0,
|
|
2118
|
+
"title": "Score",
|
|
2119
|
+
"type": "number"
|
|
2120
|
+
},
|
|
2121
|
+
"selected_actions": {
|
|
2122
|
+
"items": {
|
|
2123
|
+
"$ref": "#/$defs/PhaseControlAction"
|
|
2124
|
+
},
|
|
2125
|
+
"title": "Selected Actions",
|
|
2126
|
+
"type": "array"
|
|
2127
|
+
},
|
|
2128
|
+
"settled": {
|
|
2129
|
+
"default": false,
|
|
2130
|
+
"title": "Settled",
|
|
2131
|
+
"type": "boolean"
|
|
2132
|
+
},
|
|
2133
|
+
"status": {
|
|
2134
|
+
"$ref": "#/$defs/ClaimStatus",
|
|
2135
|
+
"default": "diagnostic"
|
|
2136
|
+
}
|
|
2137
|
+
},
|
|
2138
|
+
"required": [
|
|
2139
|
+
"plan_id",
|
|
2140
|
+
"objective_id"
|
|
2141
|
+
],
|
|
2142
|
+
"title": "PhaseControlPlan",
|
|
2143
|
+
"type": "object"
|
|
2144
|
+
},
|
|
2145
|
+
"PhaseControlRunReport": {
|
|
2146
|
+
"properties": {
|
|
2147
|
+
"baseline_reachable_mass": {
|
|
2148
|
+
"additionalProperties": {
|
|
2149
|
+
"type": "number"
|
|
2150
|
+
},
|
|
2151
|
+
"title": "Baseline Reachable Mass",
|
|
2152
|
+
"type": "object"
|
|
2153
|
+
},
|
|
2154
|
+
"controlled_reachable_mass": {
|
|
2155
|
+
"additionalProperties": {
|
|
2156
|
+
"type": "number"
|
|
2157
|
+
},
|
|
2158
|
+
"title": "Controlled Reachable Mass",
|
|
2159
|
+
"type": "object"
|
|
2160
|
+
},
|
|
2161
|
+
"plan": {
|
|
2162
|
+
"$ref": "#/$defs/PhaseControlPlan"
|
|
2163
|
+
},
|
|
2164
|
+
"report_id": {
|
|
2165
|
+
"title": "Report Id",
|
|
2166
|
+
"type": "string"
|
|
2167
|
+
},
|
|
2168
|
+
"safety_invariants": {
|
|
2169
|
+
"items": {
|
|
2170
|
+
"type": "string"
|
|
2171
|
+
},
|
|
2172
|
+
"title": "Safety Invariants",
|
|
2173
|
+
"type": "array"
|
|
2174
|
+
},
|
|
2175
|
+
"state_id": {
|
|
2176
|
+
"title": "State Id",
|
|
2177
|
+
"type": "string"
|
|
2178
|
+
},
|
|
2179
|
+
"target_id": {
|
|
2180
|
+
"title": "Target Id",
|
|
2181
|
+
"type": "string"
|
|
2182
|
+
}
|
|
2183
|
+
},
|
|
2184
|
+
"required": [
|
|
2185
|
+
"report_id",
|
|
2186
|
+
"state_id",
|
|
2187
|
+
"target_id",
|
|
2188
|
+
"plan"
|
|
2189
|
+
],
|
|
2190
|
+
"title": "PhaseControlRunReport",
|
|
2191
|
+
"type": "object"
|
|
2192
|
+
},
|
|
2193
|
+
"PsiDashboard": {
|
|
2194
|
+
"description": "ECPT ASI-proxy phase bundle dashboard.",
|
|
2195
|
+
"properties": {
|
|
2196
|
+
"components": {
|
|
2197
|
+
"additionalProperties": {
|
|
2198
|
+
"type": "number"
|
|
2199
|
+
},
|
|
2200
|
+
"title": "Components",
|
|
2201
|
+
"type": "object"
|
|
2202
|
+
},
|
|
2203
|
+
"dashboard_id": {
|
|
2204
|
+
"title": "Dashboard Id",
|
|
2205
|
+
"type": "string"
|
|
2206
|
+
},
|
|
2207
|
+
"distance_to_threshold": {
|
|
2208
|
+
"additionalProperties": {
|
|
2209
|
+
"type": "number"
|
|
2210
|
+
},
|
|
2211
|
+
"title": "Distance To Threshold",
|
|
2212
|
+
"type": "object"
|
|
2213
|
+
},
|
|
2214
|
+
"limiting_components": {
|
|
2215
|
+
"items": {
|
|
2216
|
+
"type": "string"
|
|
2217
|
+
},
|
|
2218
|
+
"title": "Limiting Components",
|
|
2219
|
+
"type": "array"
|
|
2220
|
+
},
|
|
2221
|
+
"residual_ledger": {
|
|
2222
|
+
"$ref": "#/$defs/Ledger"
|
|
2223
|
+
},
|
|
2224
|
+
"safety_invariants": {
|
|
2225
|
+
"items": {
|
|
2226
|
+
"type": "string"
|
|
2227
|
+
},
|
|
2228
|
+
"title": "Safety Invariants",
|
|
2229
|
+
"type": "array"
|
|
2230
|
+
},
|
|
2231
|
+
"threshold": {
|
|
2232
|
+
"additionalProperties": {
|
|
2233
|
+
"type": "number"
|
|
2234
|
+
},
|
|
2235
|
+
"title": "Threshold",
|
|
2236
|
+
"type": "object"
|
|
2237
|
+
},
|
|
2238
|
+
"throughput": {
|
|
2239
|
+
"$ref": "#/$defs/VerificationThroughputReport"
|
|
2240
|
+
}
|
|
2241
|
+
},
|
|
2242
|
+
"required": [
|
|
2243
|
+
"dashboard_id",
|
|
2244
|
+
"components",
|
|
2245
|
+
"threshold",
|
|
2246
|
+
"distance_to_threshold"
|
|
2247
|
+
],
|
|
2248
|
+
"title": "PsiDashboard",
|
|
2249
|
+
"type": "object"
|
|
2250
|
+
},
|
|
2251
|
+
"QuarantineLedger": {
|
|
2252
|
+
"description": "Fail-closed quarantine and rollback ledger.",
|
|
2253
|
+
"properties": {
|
|
2254
|
+
"quarantined_items": {
|
|
2255
|
+
"items": {
|
|
2256
|
+
"type": "string"
|
|
2257
|
+
},
|
|
2258
|
+
"title": "Quarantined Items",
|
|
2259
|
+
"type": "array"
|
|
2260
|
+
},
|
|
2261
|
+
"reasons": {
|
|
2262
|
+
"additionalProperties": {
|
|
2263
|
+
"items": {
|
|
2264
|
+
"type": "string"
|
|
2265
|
+
},
|
|
2266
|
+
"type": "array"
|
|
2267
|
+
},
|
|
2268
|
+
"title": "Reasons",
|
|
2269
|
+
"type": "object"
|
|
2270
|
+
},
|
|
2271
|
+
"rollback_items": {
|
|
2272
|
+
"items": {
|
|
2273
|
+
"type": "string"
|
|
2274
|
+
},
|
|
2275
|
+
"title": "Rollback Items",
|
|
2276
|
+
"type": "array"
|
|
2277
|
+
}
|
|
2278
|
+
},
|
|
2279
|
+
"title": "QuarantineLedger",
|
|
2280
|
+
"type": "object"
|
|
2281
|
+
},
|
|
2282
|
+
"RiskBudgetLedger": {
|
|
2283
|
+
"description": "Finite SQOT risk budget ledger.",
|
|
2284
|
+
"properties": {
|
|
2285
|
+
"risk_budget": {
|
|
2286
|
+
"default": 0.0,
|
|
2287
|
+
"title": "Risk Budget",
|
|
2288
|
+
"type": "number"
|
|
2289
|
+
},
|
|
2290
|
+
"risk_charges": {
|
|
2291
|
+
"additionalProperties": {
|
|
2292
|
+
"type": "number"
|
|
2293
|
+
},
|
|
2294
|
+
"title": "Risk Charges",
|
|
2295
|
+
"type": "object"
|
|
2296
|
+
}
|
|
2297
|
+
},
|
|
2298
|
+
"title": "RiskBudgetLedger",
|
|
2299
|
+
"type": "object"
|
|
2300
|
+
},
|
|
2301
|
+
"RobotsDecision": {
|
|
2302
|
+
"description": "Recorded robots/rate decision for bounded web intake.\n\nThis is an audit record, not a guarantee that the remote site authorizes\nevery downstream use. Unknown or unavailable policy can remain diagnostic\nunder stricter profiles.",
|
|
2303
|
+
"properties": {
|
|
2304
|
+
"allowed": {
|
|
2305
|
+
"default": true,
|
|
2306
|
+
"title": "Allowed",
|
|
2307
|
+
"type": "boolean"
|
|
2308
|
+
},
|
|
2309
|
+
"decision_id": {
|
|
2310
|
+
"default": "robots:not-checked",
|
|
2311
|
+
"title": "Decision Id",
|
|
2312
|
+
"type": "string"
|
|
2313
|
+
},
|
|
2314
|
+
"mode": {
|
|
2315
|
+
"default": "not-checked",
|
|
2316
|
+
"title": "Mode",
|
|
2317
|
+
"type": "string"
|
|
2318
|
+
},
|
|
2319
|
+
"reason": {
|
|
2320
|
+
"default": "robots policy was recorded but not enforced",
|
|
2321
|
+
"title": "Reason",
|
|
2322
|
+
"type": "string"
|
|
2323
|
+
},
|
|
2324
|
+
"residual_coordinate": {
|
|
2325
|
+
"anyOf": [
|
|
2326
|
+
{
|
|
2327
|
+
"type": "string"
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"type": "null"
|
|
2331
|
+
}
|
|
2332
|
+
],
|
|
2333
|
+
"default": null,
|
|
2334
|
+
"title": "Residual Coordinate"
|
|
2335
|
+
},
|
|
2336
|
+
"source_ref": {
|
|
2337
|
+
"default": "",
|
|
2338
|
+
"title": "Source Ref",
|
|
2339
|
+
"type": "string"
|
|
2340
|
+
}
|
|
2341
|
+
},
|
|
2342
|
+
"title": "RobotsDecision",
|
|
2343
|
+
"type": "object"
|
|
2344
|
+
},
|
|
2345
|
+
"RouteExecutionRequest": {
|
|
2346
|
+
"description": "Verifier-route work item emitted by the runtime.",
|
|
2347
|
+
"properties": {
|
|
2348
|
+
"obligation_category": {
|
|
2349
|
+
"title": "Obligation Category",
|
|
2350
|
+
"type": "string"
|
|
2351
|
+
},
|
|
2352
|
+
"priority_score": {
|
|
2353
|
+
"default": 0.0,
|
|
2354
|
+
"title": "Priority Score",
|
|
2355
|
+
"type": "number"
|
|
2356
|
+
},
|
|
2357
|
+
"request_id": {
|
|
2358
|
+
"title": "Request Id",
|
|
2359
|
+
"type": "string"
|
|
2360
|
+
},
|
|
2361
|
+
"required_evidence_kind": {
|
|
2362
|
+
"items": {
|
|
2363
|
+
"type": "string"
|
|
2364
|
+
},
|
|
2365
|
+
"title": "Required Evidence Kind",
|
|
2366
|
+
"type": "array"
|
|
2367
|
+
},
|
|
2368
|
+
"residual_external_obligations": {
|
|
2369
|
+
"items": {
|
|
2370
|
+
"type": "string"
|
|
2371
|
+
},
|
|
2372
|
+
"title": "Residual External Obligations",
|
|
2373
|
+
"type": "array"
|
|
2374
|
+
},
|
|
2375
|
+
"residual_policy": {
|
|
2376
|
+
"title": "Residual Policy",
|
|
2377
|
+
"type": "string"
|
|
2378
|
+
},
|
|
2379
|
+
"route_id": {
|
|
2380
|
+
"title": "Route Id",
|
|
2381
|
+
"type": "string"
|
|
2382
|
+
},
|
|
2383
|
+
"safe_default": {
|
|
2384
|
+
"title": "Safe Default",
|
|
2385
|
+
"type": "string"
|
|
2386
|
+
},
|
|
2387
|
+
"settlement_scope": {
|
|
2388
|
+
"items": {
|
|
2389
|
+
"type": "string"
|
|
2390
|
+
},
|
|
2391
|
+
"title": "Settlement Scope",
|
|
2392
|
+
"type": "array"
|
|
2393
|
+
},
|
|
2394
|
+
"status": {
|
|
2395
|
+
"$ref": "#/$defs/ClaimStatus",
|
|
2396
|
+
"default": "diagnostic"
|
|
2397
|
+
},
|
|
2398
|
+
"verifier_route": {
|
|
2399
|
+
"title": "Verifier Route",
|
|
2400
|
+
"type": "string"
|
|
2401
|
+
}
|
|
2402
|
+
},
|
|
2403
|
+
"required": [
|
|
2404
|
+
"request_id",
|
|
2405
|
+
"route_id",
|
|
2406
|
+
"verifier_route",
|
|
2407
|
+
"obligation_category",
|
|
2408
|
+
"safe_default",
|
|
2409
|
+
"residual_policy"
|
|
2410
|
+
],
|
|
2411
|
+
"title": "RouteExecutionRequest",
|
|
2412
|
+
"type": "object"
|
|
2413
|
+
},
|
|
2414
|
+
"RuntimeEvent": {
|
|
2415
|
+
"description": "Append-only runtime event for audit and replay.",
|
|
2416
|
+
"properties": {
|
|
2417
|
+
"event_id": {
|
|
2418
|
+
"title": "Event Id",
|
|
2419
|
+
"type": "string"
|
|
2420
|
+
},
|
|
2421
|
+
"event_type": {
|
|
2422
|
+
"title": "Event Type",
|
|
2423
|
+
"type": "string"
|
|
2424
|
+
},
|
|
2425
|
+
"payload_ref": {
|
|
2426
|
+
"title": "Payload Ref",
|
|
2427
|
+
"type": "string"
|
|
2428
|
+
},
|
|
2429
|
+
"payload_sha256": {
|
|
2430
|
+
"title": "Payload Sha256",
|
|
2431
|
+
"type": "string"
|
|
2432
|
+
},
|
|
2433
|
+
"residual_delta": {
|
|
2434
|
+
"$ref": "#/$defs/Ledger"
|
|
2435
|
+
},
|
|
2436
|
+
"step_index": {
|
|
2437
|
+
"title": "Step Index",
|
|
2438
|
+
"type": "integer"
|
|
2439
|
+
},
|
|
2440
|
+
"timestamp": {
|
|
2441
|
+
"anyOf": [
|
|
2442
|
+
{
|
|
2443
|
+
"type": "string"
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"type": "null"
|
|
2447
|
+
}
|
|
2448
|
+
],
|
|
2449
|
+
"default": null,
|
|
2450
|
+
"title": "Timestamp"
|
|
2451
|
+
}
|
|
2452
|
+
},
|
|
2453
|
+
"required": [
|
|
2454
|
+
"event_id",
|
|
2455
|
+
"event_type",
|
|
2456
|
+
"step_index",
|
|
2457
|
+
"payload_ref",
|
|
2458
|
+
"payload_sha256"
|
|
2459
|
+
],
|
|
2460
|
+
"title": "RuntimeEvent",
|
|
2461
|
+
"type": "object"
|
|
2462
|
+
},
|
|
2463
|
+
"RuntimeEventLog": {
|
|
2464
|
+
"description": "Deterministic event log with aggregate hash.",
|
|
2465
|
+
"properties": {
|
|
2466
|
+
"aggregate_sha256": {
|
|
2467
|
+
"default": "0000000000000000000000000000000000000000000000000000000000000000",
|
|
2468
|
+
"title": "Aggregate Sha256",
|
|
2469
|
+
"type": "string"
|
|
2470
|
+
},
|
|
2471
|
+
"events": {
|
|
2472
|
+
"items": {
|
|
2473
|
+
"$ref": "#/$defs/RuntimeEvent"
|
|
2474
|
+
},
|
|
2475
|
+
"title": "Events",
|
|
2476
|
+
"type": "array"
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
"title": "RuntimeEventLog",
|
|
2480
|
+
"type": "object"
|
|
2481
|
+
},
|
|
2482
|
+
"RuntimeStepReport": {
|
|
2483
|
+
"description": "One deterministic runtime step result.",
|
|
2484
|
+
"properties": {
|
|
2485
|
+
"acceleration_certificate_eligible": {
|
|
2486
|
+
"default": false,
|
|
2487
|
+
"title": "Acceleration Certificate Eligible",
|
|
2488
|
+
"type": "boolean"
|
|
2489
|
+
},
|
|
2490
|
+
"accepted": {
|
|
2491
|
+
"title": "Accepted",
|
|
2492
|
+
"type": "boolean"
|
|
2493
|
+
},
|
|
2494
|
+
"action_commits": {
|
|
2495
|
+
"items": {
|
|
2496
|
+
"$ref": "#/$defs/ActionCommit"
|
|
2497
|
+
},
|
|
2498
|
+
"title": "Action Commits",
|
|
2499
|
+
"type": "array"
|
|
2500
|
+
},
|
|
2501
|
+
"agent_tasks": {
|
|
2502
|
+
"items": {
|
|
2503
|
+
"$ref": "#/$defs/AgentTask"
|
|
2504
|
+
},
|
|
2505
|
+
"title": "Agent Tasks",
|
|
2506
|
+
"type": "array"
|
|
2507
|
+
},
|
|
2508
|
+
"allow_live_connectors": {
|
|
2509
|
+
"default": false,
|
|
2510
|
+
"title": "Allow Live Connectors",
|
|
2511
|
+
"type": "boolean"
|
|
2512
|
+
},
|
|
2513
|
+
"basin_reachability": {
|
|
2514
|
+
"anyOf": [
|
|
2515
|
+
{
|
|
2516
|
+
"$ref": "#/$defs/BasinReachabilityReport"
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"type": "null"
|
|
2520
|
+
}
|
|
2521
|
+
],
|
|
2522
|
+
"default": null
|
|
2523
|
+
},
|
|
2524
|
+
"bottleneck_plan": {
|
|
2525
|
+
"$ref": "#/$defs/BottleneckInversionPlan"
|
|
2526
|
+
},
|
|
2527
|
+
"bottleneck_witness_reports": {
|
|
2528
|
+
"items": {
|
|
2529
|
+
"$ref": "#/$defs/BottleneckWitnessReport"
|
|
2530
|
+
},
|
|
2531
|
+
"title": "Bottleneck Witness Reports",
|
|
2532
|
+
"type": "array"
|
|
2533
|
+
},
|
|
2534
|
+
"bottleneck_witness_tasks": {
|
|
2535
|
+
"items": {
|
|
2536
|
+
"$ref": "#/$defs/AgentTask"
|
|
2537
|
+
},
|
|
2538
|
+
"title": "Bottleneck Witness Tasks",
|
|
2539
|
+
"type": "array"
|
|
2540
|
+
},
|
|
2541
|
+
"edge_relation_reports": {
|
|
2542
|
+
"items": {
|
|
2543
|
+
"$ref": "#/$defs/EdgeRelationVerificationReport"
|
|
2544
|
+
},
|
|
2545
|
+
"title": "Edge Relation Reports",
|
|
2546
|
+
"type": "array"
|
|
2547
|
+
},
|
|
2548
|
+
"event_log_delta": {
|
|
2549
|
+
"$ref": "#/$defs/RuntimeEventLog"
|
|
2550
|
+
},
|
|
2551
|
+
"evidence_resolution_batch": {
|
|
2552
|
+
"$ref": "#/$defs/EvidenceResolutionBatch"
|
|
2553
|
+
},
|
|
2554
|
+
"finite_checks_passed": {
|
|
2555
|
+
"default": false,
|
|
2556
|
+
"title": "Finite Checks Passed",
|
|
2557
|
+
"type": "boolean"
|
|
2558
|
+
},
|
|
2559
|
+
"frontier_debt_report": {
|
|
2560
|
+
"$ref": "#/$defs/FrontierDebtReport"
|
|
2561
|
+
},
|
|
2562
|
+
"frontier_debt_summary": {
|
|
2563
|
+
"additionalProperties": {
|
|
2564
|
+
"anyOf": [
|
|
2565
|
+
{
|
|
2566
|
+
"type": "integer"
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"type": "number"
|
|
2570
|
+
}
|
|
2571
|
+
]
|
|
2572
|
+
},
|
|
2573
|
+
"title": "Frontier Debt Summary",
|
|
2574
|
+
"type": "object"
|
|
2575
|
+
},
|
|
2576
|
+
"ingestion_reports": {
|
|
2577
|
+
"items": {
|
|
2578
|
+
"$ref": "#/$defs/PacketIngestionReport"
|
|
2579
|
+
},
|
|
2580
|
+
"title": "Ingestion Reports",
|
|
2581
|
+
"type": "array"
|
|
2582
|
+
},
|
|
2583
|
+
"input_id": {
|
|
2584
|
+
"title": "Input Id",
|
|
2585
|
+
"type": "string"
|
|
2586
|
+
},
|
|
2587
|
+
"missing_obligations": {
|
|
2588
|
+
"items": {
|
|
2589
|
+
"type": "string"
|
|
2590
|
+
},
|
|
2591
|
+
"title": "Missing Obligations",
|
|
2592
|
+
"type": "array"
|
|
2593
|
+
},
|
|
2594
|
+
"operationally_usable": {
|
|
2595
|
+
"default": false,
|
|
2596
|
+
"title": "Operationally Usable",
|
|
2597
|
+
"type": "boolean"
|
|
2598
|
+
},
|
|
2599
|
+
"phase_acceleration_score": {
|
|
2600
|
+
"$ref": "#/$defs/PhaseAccelerationScore"
|
|
2601
|
+
},
|
|
2602
|
+
"phase_control_audit": {
|
|
2603
|
+
"$ref": "#/$defs/PhaseControlAuditSummary"
|
|
2604
|
+
},
|
|
2605
|
+
"phase_control_summary": {
|
|
2606
|
+
"additionalProperties": {
|
|
2607
|
+
"anyOf": [
|
|
2608
|
+
{
|
|
2609
|
+
"type": "string"
|
|
2610
|
+
},
|
|
2611
|
+
{
|
|
2612
|
+
"type": "integer"
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"type": "number"
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
"type": "boolean"
|
|
2619
|
+
}
|
|
2620
|
+
]
|
|
2621
|
+
},
|
|
2622
|
+
"title": "Phase Control Summary",
|
|
2623
|
+
"type": "object"
|
|
2624
|
+
},
|
|
2625
|
+
"phase_run_report": {
|
|
2626
|
+
"$ref": "#/$defs/PhaseControlRunReport"
|
|
2627
|
+
},
|
|
2628
|
+
"promotion_report": {
|
|
2629
|
+
"$ref": "#/$defs/PacketPromotionReport"
|
|
2630
|
+
},
|
|
2631
|
+
"psi": {
|
|
2632
|
+
"$ref": "#/$defs/PsiDashboard"
|
|
2633
|
+
},
|
|
2634
|
+
"reasons": {
|
|
2635
|
+
"items": {
|
|
2636
|
+
"type": "string"
|
|
2637
|
+
},
|
|
2638
|
+
"title": "Reasons",
|
|
2639
|
+
"type": "array"
|
|
2640
|
+
},
|
|
2641
|
+
"registry": {
|
|
2642
|
+
"$ref": "#/$defs/CapabilityPacketRegistry"
|
|
2643
|
+
},
|
|
2644
|
+
"report_id": {
|
|
2645
|
+
"title": "Report Id",
|
|
2646
|
+
"type": "string"
|
|
2647
|
+
},
|
|
2648
|
+
"residual_ledger": {
|
|
2649
|
+
"$ref": "#/$defs/Ledger"
|
|
2650
|
+
},
|
|
2651
|
+
"route_execution_requests": {
|
|
2652
|
+
"items": {
|
|
2653
|
+
"$ref": "#/$defs/RouteExecutionRequest"
|
|
2654
|
+
},
|
|
2655
|
+
"title": "Route Execution Requests",
|
|
2656
|
+
"type": "array"
|
|
2657
|
+
},
|
|
2658
|
+
"safety_invariants": {
|
|
2659
|
+
"items": {
|
|
2660
|
+
"type": "string"
|
|
2661
|
+
},
|
|
2662
|
+
"title": "Safety Invariants",
|
|
2663
|
+
"type": "array"
|
|
2664
|
+
},
|
|
2665
|
+
"salience_schedule": {
|
|
2666
|
+
"$ref": "#/$defs/SalienceScheduleReport"
|
|
2667
|
+
},
|
|
2668
|
+
"schema_valid": {
|
|
2669
|
+
"default": true,
|
|
2670
|
+
"title": "Schema Valid",
|
|
2671
|
+
"type": "boolean"
|
|
2672
|
+
},
|
|
2673
|
+
"settled": {
|
|
2674
|
+
"default": false,
|
|
2675
|
+
"title": "Settled",
|
|
2676
|
+
"type": "boolean"
|
|
2677
|
+
},
|
|
2678
|
+
"state_id": {
|
|
2679
|
+
"title": "State Id",
|
|
2680
|
+
"type": "string"
|
|
2681
|
+
},
|
|
2682
|
+
"status": {
|
|
2683
|
+
"$ref": "#/$defs/ClaimStatus",
|
|
2684
|
+
"default": "diagnostic"
|
|
2685
|
+
},
|
|
2686
|
+
"step_index": {
|
|
2687
|
+
"title": "Step Index",
|
|
2688
|
+
"type": "integer"
|
|
2689
|
+
},
|
|
2690
|
+
"verified_packet_count": {
|
|
2691
|
+
"default": 0,
|
|
2692
|
+
"title": "Verified Packet Count",
|
|
2693
|
+
"type": "integer"
|
|
2694
|
+
}
|
|
2695
|
+
},
|
|
2696
|
+
"required": [
|
|
2697
|
+
"report_id",
|
|
2698
|
+
"state_id",
|
|
2699
|
+
"input_id",
|
|
2700
|
+
"step_index",
|
|
2701
|
+
"accepted",
|
|
2702
|
+
"registry",
|
|
2703
|
+
"psi",
|
|
2704
|
+
"bottleneck_plan",
|
|
2705
|
+
"phase_run_report",
|
|
2706
|
+
"salience_schedule",
|
|
2707
|
+
"phase_acceleration_score"
|
|
2708
|
+
],
|
|
2709
|
+
"title": "RuntimeStepReport",
|
|
2710
|
+
"type": "object"
|
|
2711
|
+
},
|
|
2712
|
+
"SalienceDecision": {
|
|
2713
|
+
"enum": [
|
|
2714
|
+
"run",
|
|
2715
|
+
"defer",
|
|
2716
|
+
"quarantine",
|
|
2717
|
+
"rollback",
|
|
2718
|
+
"abstain"
|
|
2719
|
+
],
|
|
2720
|
+
"title": "SalienceDecision",
|
|
2721
|
+
"type": "string"
|
|
2722
|
+
},
|
|
2723
|
+
"SalienceScheduleReport": {
|
|
2724
|
+
"description": "Deterministic SQOT scheduling output for agent runners.",
|
|
2725
|
+
"properties": {
|
|
2726
|
+
"accepted": {
|
|
2727
|
+
"default": false,
|
|
2728
|
+
"title": "Accepted",
|
|
2729
|
+
"type": "boolean"
|
|
2730
|
+
},
|
|
2731
|
+
"adversarial_transfer_charge": {
|
|
2732
|
+
"default": 0.0,
|
|
2733
|
+
"title": "Adversarial Transfer Charge",
|
|
2734
|
+
"type": "number"
|
|
2735
|
+
},
|
|
2736
|
+
"aggregation_group_counts": {
|
|
2737
|
+
"additionalProperties": {
|
|
2738
|
+
"type": "integer"
|
|
2739
|
+
},
|
|
2740
|
+
"title": "Aggregation Group Counts",
|
|
2741
|
+
"type": "object"
|
|
2742
|
+
},
|
|
2743
|
+
"aggregation_group_occupation": {
|
|
2744
|
+
"additionalProperties": {
|
|
2745
|
+
"type": "number"
|
|
2746
|
+
},
|
|
2747
|
+
"title": "Aggregation Group Occupation",
|
|
2748
|
+
"type": "object"
|
|
2749
|
+
},
|
|
2750
|
+
"audit_recursion_violations": {
|
|
2751
|
+
"items": {
|
|
2752
|
+
"type": "string"
|
|
2753
|
+
},
|
|
2754
|
+
"title": "Audit Recursion Violations",
|
|
2755
|
+
"type": "array"
|
|
2756
|
+
},
|
|
2757
|
+
"decisions": {
|
|
2758
|
+
"items": {
|
|
2759
|
+
"$ref": "#/$defs/SalienceSchedulingDecision"
|
|
2760
|
+
},
|
|
2761
|
+
"title": "Decisions",
|
|
2762
|
+
"type": "array"
|
|
2763
|
+
},
|
|
2764
|
+
"diagnostic_reserve": {
|
|
2765
|
+
"$ref": "#/$defs/DiagnosticReservePolicy"
|
|
2766
|
+
},
|
|
2767
|
+
"distributed_origin_count": {
|
|
2768
|
+
"default": 0,
|
|
2769
|
+
"title": "Distributed Origin Count",
|
|
2770
|
+
"type": "integer"
|
|
2771
|
+
},
|
|
2772
|
+
"effective_diagnostic_reserve": {
|
|
2773
|
+
"default": 0.0,
|
|
2774
|
+
"title": "Effective Diagnostic Reserve",
|
|
2775
|
+
"type": "number"
|
|
2776
|
+
},
|
|
2777
|
+
"false_liquidity_rate": {
|
|
2778
|
+
"default": 0.0,
|
|
2779
|
+
"title": "False Liquidity Rate",
|
|
2780
|
+
"type": "number"
|
|
2781
|
+
},
|
|
2782
|
+
"label_laundering_suspicions": {
|
|
2783
|
+
"items": {
|
|
2784
|
+
"type": "string"
|
|
2785
|
+
},
|
|
2786
|
+
"title": "Label Laundering Suspicions",
|
|
2787
|
+
"type": "array"
|
|
2788
|
+
},
|
|
2789
|
+
"latency_deadline_loss": {
|
|
2790
|
+
"default": 0.0,
|
|
2791
|
+
"title": "Latency Deadline Loss",
|
|
2792
|
+
"type": "number"
|
|
2793
|
+
},
|
|
2794
|
+
"low_contribution_occupation": {
|
|
2795
|
+
"default": 0.0,
|
|
2796
|
+
"title": "Low Contribution Occupation",
|
|
2797
|
+
"type": "number"
|
|
2798
|
+
},
|
|
2799
|
+
"occupation_ledger": {
|
|
2800
|
+
"$ref": "#/$defs/OccupationLedger"
|
|
2801
|
+
},
|
|
2802
|
+
"privacy_rejoin_refs": {
|
|
2803
|
+
"items": {
|
|
2804
|
+
"type": "string"
|
|
2805
|
+
},
|
|
2806
|
+
"title": "Privacy Rejoin Refs",
|
|
2807
|
+
"type": "array"
|
|
2808
|
+
},
|
|
2809
|
+
"profile": {
|
|
2810
|
+
"default": "development",
|
|
2811
|
+
"title": "Profile",
|
|
2812
|
+
"type": "string"
|
|
2813
|
+
},
|
|
2814
|
+
"protocol_integrity_refs": {
|
|
2815
|
+
"items": {
|
|
2816
|
+
"type": "string"
|
|
2817
|
+
},
|
|
2818
|
+
"title": "Protocol Integrity Refs",
|
|
2819
|
+
"type": "array"
|
|
2820
|
+
},
|
|
2821
|
+
"quarantine_ledger": {
|
|
2822
|
+
"$ref": "#/$defs/QuarantineLedger"
|
|
2823
|
+
},
|
|
2824
|
+
"report_id": {
|
|
2825
|
+
"title": "Report Id",
|
|
2826
|
+
"type": "string"
|
|
2827
|
+
},
|
|
2828
|
+
"residual_debt_growth": {
|
|
2829
|
+
"default": 0.0,
|
|
2830
|
+
"title": "Residual Debt Growth",
|
|
2831
|
+
"type": "number"
|
|
2832
|
+
},
|
|
2833
|
+
"risk_ledger": {
|
|
2834
|
+
"$ref": "#/$defs/RiskBudgetLedger"
|
|
2835
|
+
},
|
|
2836
|
+
"rollback_class_summary": {
|
|
2837
|
+
"additionalProperties": {
|
|
2838
|
+
"type": "integer"
|
|
2839
|
+
},
|
|
2840
|
+
"title": "Rollback Class Summary",
|
|
2841
|
+
"type": "object"
|
|
2842
|
+
},
|
|
2843
|
+
"safety_invariants": {
|
|
2844
|
+
"items": {
|
|
2845
|
+
"type": "string"
|
|
2846
|
+
},
|
|
2847
|
+
"title": "Safety Invariants",
|
|
2848
|
+
"type": "array"
|
|
2849
|
+
},
|
|
2850
|
+
"sovereignty_kernel_refs": {
|
|
2851
|
+
"items": {
|
|
2852
|
+
"type": "string"
|
|
2853
|
+
},
|
|
2854
|
+
"title": "Sovereignty Kernel Refs",
|
|
2855
|
+
"type": "array"
|
|
2856
|
+
},
|
|
2857
|
+
"stale_packet_ratio": {
|
|
2858
|
+
"default": 0.0,
|
|
2859
|
+
"title": "Stale Packet Ratio",
|
|
2860
|
+
"type": "number"
|
|
2861
|
+
},
|
|
2862
|
+
"thermodynamic_discharge_charge": {
|
|
2863
|
+
"default": 0.0,
|
|
2864
|
+
"title": "Thermodynamic Discharge Charge",
|
|
2865
|
+
"type": "number"
|
|
2866
|
+
},
|
|
2867
|
+
"unresolved_obligation_backlog": {
|
|
2868
|
+
"default": 0,
|
|
2869
|
+
"title": "Unresolved Obligation Backlog",
|
|
2870
|
+
"type": "integer"
|
|
2871
|
+
},
|
|
2872
|
+
"verifier_latency_proxy": {
|
|
2873
|
+
"default": 0.0,
|
|
2874
|
+
"title": "Verifier Latency Proxy",
|
|
2875
|
+
"type": "number"
|
|
2876
|
+
}
|
|
2877
|
+
},
|
|
2878
|
+
"required": [
|
|
2879
|
+
"report_id",
|
|
2880
|
+
"occupation_ledger"
|
|
2881
|
+
],
|
|
2882
|
+
"title": "SalienceScheduleReport",
|
|
2883
|
+
"type": "object"
|
|
2884
|
+
},
|
|
2885
|
+
"SalienceSchedulingDecision": {
|
|
2886
|
+
"description": "One scheduler decision with explicit residual accounting.",
|
|
2887
|
+
"properties": {
|
|
2888
|
+
"decision": {
|
|
2889
|
+
"$ref": "#/$defs/SalienceDecision"
|
|
2890
|
+
},
|
|
2891
|
+
"operationally_usable": {
|
|
2892
|
+
"default": false,
|
|
2893
|
+
"title": "Operationally Usable",
|
|
2894
|
+
"type": "boolean"
|
|
2895
|
+
},
|
|
2896
|
+
"priority_score": {
|
|
2897
|
+
"title": "Priority Score",
|
|
2898
|
+
"type": "number"
|
|
2899
|
+
},
|
|
2900
|
+
"reasons": {
|
|
2901
|
+
"items": {
|
|
2902
|
+
"type": "string"
|
|
2903
|
+
},
|
|
2904
|
+
"title": "Reasons",
|
|
2905
|
+
"type": "array"
|
|
2906
|
+
},
|
|
2907
|
+
"record_id": {
|
|
2908
|
+
"title": "Record Id",
|
|
2909
|
+
"type": "string"
|
|
2910
|
+
},
|
|
2911
|
+
"residual_ledger": {
|
|
2912
|
+
"$ref": "#/$defs/Ledger"
|
|
2913
|
+
},
|
|
2914
|
+
"settled": {
|
|
2915
|
+
"default": false,
|
|
2916
|
+
"title": "Settled",
|
|
2917
|
+
"type": "boolean"
|
|
2918
|
+
},
|
|
2919
|
+
"status": {
|
|
2920
|
+
"$ref": "#/$defs/ClaimStatus",
|
|
2921
|
+
"default": "diagnostic"
|
|
2922
|
+
}
|
|
2923
|
+
},
|
|
2924
|
+
"required": [
|
|
2925
|
+
"record_id",
|
|
2926
|
+
"decision",
|
|
2927
|
+
"priority_score"
|
|
2928
|
+
],
|
|
2929
|
+
"title": "SalienceSchedulingDecision",
|
|
2930
|
+
"type": "object"
|
|
2931
|
+
},
|
|
2932
|
+
"VerificationThroughputReport": {
|
|
2933
|
+
"description": "Finite throughput dashboard for verifier queue health.",
|
|
2934
|
+
"properties": {
|
|
2935
|
+
"abstained_packets": {
|
|
2936
|
+
"default": 0,
|
|
2937
|
+
"title": "Abstained Packets",
|
|
2938
|
+
"type": "integer"
|
|
2939
|
+
},
|
|
2940
|
+
"accepted_packets": {
|
|
2941
|
+
"default": 0,
|
|
2942
|
+
"title": "Accepted Packets",
|
|
2943
|
+
"type": "integer"
|
|
2944
|
+
},
|
|
2945
|
+
"evidence_hash_mismatch_rate": {
|
|
2946
|
+
"default": 0.0,
|
|
2947
|
+
"title": "Evidence Hash Mismatch Rate",
|
|
2948
|
+
"type": "number"
|
|
2949
|
+
},
|
|
2950
|
+
"false_liquidity_rate": {
|
|
2951
|
+
"default": 0.0,
|
|
2952
|
+
"title": "False Liquidity Rate",
|
|
2953
|
+
"type": "number"
|
|
2954
|
+
},
|
|
2955
|
+
"low_contribution_queue_occupation": {
|
|
2956
|
+
"default": 0.0,
|
|
2957
|
+
"title": "Low Contribution Queue Occupation",
|
|
2958
|
+
"type": "number"
|
|
2959
|
+
},
|
|
2960
|
+
"packet_inflow": {
|
|
2961
|
+
"default": 0,
|
|
2962
|
+
"title": "Packet Inflow",
|
|
2963
|
+
"type": "integer"
|
|
2964
|
+
},
|
|
2965
|
+
"rejected_packets": {
|
|
2966
|
+
"default": 0,
|
|
2967
|
+
"title": "Rejected Packets",
|
|
2968
|
+
"type": "integer"
|
|
2969
|
+
},
|
|
2970
|
+
"residual_debt_growth": {
|
|
2971
|
+
"default": 0.0,
|
|
2972
|
+
"title": "Residual Debt Growth",
|
|
2973
|
+
"type": "number"
|
|
2974
|
+
},
|
|
2975
|
+
"stale_packet_ratio": {
|
|
2976
|
+
"default": 0.0,
|
|
2977
|
+
"title": "Stale Packet Ratio",
|
|
2978
|
+
"type": "number"
|
|
2979
|
+
},
|
|
2980
|
+
"unresolved_obligation_backlog": {
|
|
2981
|
+
"default": 0,
|
|
2982
|
+
"title": "Unresolved Obligation Backlog",
|
|
2983
|
+
"type": "integer"
|
|
2984
|
+
},
|
|
2985
|
+
"verifier_latency_proxy": {
|
|
2986
|
+
"default": 0.0,
|
|
2987
|
+
"title": "Verifier Latency Proxy",
|
|
2988
|
+
"type": "number"
|
|
2989
|
+
}
|
|
2990
|
+
},
|
|
2991
|
+
"title": "VerificationThroughputReport",
|
|
2992
|
+
"type": "object"
|
|
2993
|
+
},
|
|
2994
|
+
"VerifiedCapabilityPacket": {
|
|
2995
|
+
"description": "Finite-scope reusable packet capital after verifier and edge checks.",
|
|
2996
|
+
"properties": {
|
|
2997
|
+
"accepted_edge_witness_ids": {
|
|
2998
|
+
"items": {
|
|
2999
|
+
"type": "string"
|
|
3000
|
+
},
|
|
3001
|
+
"title": "Accepted Edge Witness Ids",
|
|
3002
|
+
"type": "array"
|
|
3003
|
+
},
|
|
3004
|
+
"execution_available": {
|
|
3005
|
+
"default": false,
|
|
3006
|
+
"title": "Execution Available",
|
|
3007
|
+
"type": "boolean"
|
|
3008
|
+
},
|
|
3009
|
+
"expires_at": {
|
|
3010
|
+
"anyOf": [
|
|
3011
|
+
{
|
|
3012
|
+
"type": "string"
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"type": "null"
|
|
3016
|
+
}
|
|
3017
|
+
],
|
|
3018
|
+
"default": null,
|
|
3019
|
+
"title": "Expires At"
|
|
3020
|
+
},
|
|
3021
|
+
"identity_contribution_status": {
|
|
3022
|
+
"$ref": "#/$defs/IdentityContributionStatus",
|
|
3023
|
+
"default": "verified"
|
|
3024
|
+
},
|
|
3025
|
+
"issuer_agent_id": {
|
|
3026
|
+
"anyOf": [
|
|
3027
|
+
{
|
|
3028
|
+
"type": "string"
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"type": "null"
|
|
3032
|
+
}
|
|
3033
|
+
],
|
|
3034
|
+
"default": null,
|
|
3035
|
+
"title": "Issuer Agent Id"
|
|
3036
|
+
},
|
|
3037
|
+
"issuer_attestation_id": {
|
|
3038
|
+
"anyOf": [
|
|
3039
|
+
{
|
|
3040
|
+
"type": "string"
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"type": "null"
|
|
3044
|
+
}
|
|
3045
|
+
],
|
|
3046
|
+
"default": null,
|
|
3047
|
+
"title": "Issuer Attestation Id"
|
|
3048
|
+
},
|
|
3049
|
+
"issuer_public_key_id": {
|
|
3050
|
+
"anyOf": [
|
|
3051
|
+
{
|
|
3052
|
+
"type": "string"
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"type": "null"
|
|
3056
|
+
}
|
|
3057
|
+
],
|
|
3058
|
+
"default": null,
|
|
3059
|
+
"title": "Issuer Public Key Id"
|
|
3060
|
+
},
|
|
3061
|
+
"liquidity_score": {
|
|
3062
|
+
"default": 0.0,
|
|
3063
|
+
"title": "Liquidity Score",
|
|
3064
|
+
"type": "number"
|
|
3065
|
+
},
|
|
3066
|
+
"operationally_usable": {
|
|
3067
|
+
"default": false,
|
|
3068
|
+
"title": "Operationally Usable",
|
|
3069
|
+
"type": "boolean"
|
|
3070
|
+
},
|
|
3071
|
+
"packet_id": {
|
|
3072
|
+
"title": "Packet Id",
|
|
3073
|
+
"type": "string"
|
|
3074
|
+
},
|
|
3075
|
+
"receiver_family": {
|
|
3076
|
+
"items": {
|
|
3077
|
+
"type": "string"
|
|
3078
|
+
},
|
|
3079
|
+
"title": "Receiver Family",
|
|
3080
|
+
"type": "array"
|
|
3081
|
+
},
|
|
3082
|
+
"residual_external_obligations": {
|
|
3083
|
+
"items": {
|
|
3084
|
+
"type": "string"
|
|
3085
|
+
},
|
|
3086
|
+
"title": "Residual External Obligations",
|
|
3087
|
+
"type": "array"
|
|
3088
|
+
},
|
|
3089
|
+
"residual_ledger": {
|
|
3090
|
+
"$ref": "#/$defs/Ledger"
|
|
3091
|
+
},
|
|
3092
|
+
"rollback_receipt": {
|
|
3093
|
+
"anyOf": [
|
|
3094
|
+
{
|
|
3095
|
+
"type": "string"
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"type": "null"
|
|
3099
|
+
}
|
|
3100
|
+
],
|
|
3101
|
+
"default": null,
|
|
3102
|
+
"title": "Rollback Receipt"
|
|
3103
|
+
},
|
|
3104
|
+
"settled": {
|
|
3105
|
+
"default": false,
|
|
3106
|
+
"title": "Settled",
|
|
3107
|
+
"type": "boolean"
|
|
3108
|
+
},
|
|
3109
|
+
"settlement_scope": {
|
|
3110
|
+
"items": {
|
|
3111
|
+
"type": "string"
|
|
3112
|
+
},
|
|
3113
|
+
"title": "Settlement Scope",
|
|
3114
|
+
"type": "array"
|
|
3115
|
+
},
|
|
3116
|
+
"source_candidate_id": {
|
|
3117
|
+
"title": "Source Candidate Id",
|
|
3118
|
+
"type": "string"
|
|
3119
|
+
},
|
|
3120
|
+
"validity_domain": {
|
|
3121
|
+
"default": "protocol-relative-finite",
|
|
3122
|
+
"title": "Validity Domain",
|
|
3123
|
+
"type": "string"
|
|
3124
|
+
},
|
|
3125
|
+
"verification_resolution_ids": {
|
|
3126
|
+
"items": {
|
|
3127
|
+
"type": "string"
|
|
3128
|
+
},
|
|
3129
|
+
"title": "Verification Resolution Ids",
|
|
3130
|
+
"type": "array"
|
|
3131
|
+
}
|
|
3132
|
+
},
|
|
3133
|
+
"required": [
|
|
3134
|
+
"packet_id",
|
|
3135
|
+
"source_candidate_id"
|
|
3136
|
+
],
|
|
3137
|
+
"title": "VerifiedCapabilityPacket",
|
|
3138
|
+
"type": "object"
|
|
3139
|
+
},
|
|
3140
|
+
"VerifierResolution": {
|
|
3141
|
+
"description": "Adapter-route resolution result that preserves safe failure behavior.",
|
|
3142
|
+
"properties": {
|
|
3143
|
+
"accepted": {
|
|
3144
|
+
"title": "Accepted",
|
|
3145
|
+
"type": "boolean"
|
|
3146
|
+
},
|
|
3147
|
+
"accepted_obligation_ids": {
|
|
3148
|
+
"items": {
|
|
3149
|
+
"type": "string"
|
|
3150
|
+
},
|
|
3151
|
+
"title": "Accepted Obligation Ids",
|
|
3152
|
+
"type": "array"
|
|
3153
|
+
},
|
|
3154
|
+
"availability": {
|
|
3155
|
+
"title": "Availability",
|
|
3156
|
+
"type": "string"
|
|
3157
|
+
},
|
|
3158
|
+
"binding_id": {
|
|
3159
|
+
"anyOf": [
|
|
3160
|
+
{
|
|
3161
|
+
"type": "string"
|
|
3162
|
+
},
|
|
3163
|
+
{
|
|
3164
|
+
"type": "null"
|
|
3165
|
+
}
|
|
3166
|
+
],
|
|
3167
|
+
"default": null,
|
|
3168
|
+
"title": "Binding Id"
|
|
3169
|
+
},
|
|
3170
|
+
"discharge_level": {
|
|
3171
|
+
"$ref": "#/$defs/DischargeLevel",
|
|
3172
|
+
"default": "external_domain_required"
|
|
3173
|
+
},
|
|
3174
|
+
"domain_witness_required": {
|
|
3175
|
+
"default": false,
|
|
3176
|
+
"title": "Domain Witness Required",
|
|
3177
|
+
"type": "boolean"
|
|
3178
|
+
},
|
|
3179
|
+
"evidence_artifact_ids": {
|
|
3180
|
+
"items": {
|
|
3181
|
+
"type": "string"
|
|
3182
|
+
},
|
|
3183
|
+
"title": "Evidence Artifact Ids",
|
|
3184
|
+
"type": "array"
|
|
3185
|
+
},
|
|
3186
|
+
"evidence_envelope_id": {
|
|
3187
|
+
"anyOf": [
|
|
3188
|
+
{
|
|
3189
|
+
"type": "string"
|
|
3190
|
+
},
|
|
3191
|
+
{
|
|
3192
|
+
"type": "null"
|
|
3193
|
+
}
|
|
3194
|
+
],
|
|
3195
|
+
"default": null,
|
|
3196
|
+
"title": "Evidence Envelope Id"
|
|
3197
|
+
},
|
|
3198
|
+
"finite_scope_usable": {
|
|
3199
|
+
"default": false,
|
|
3200
|
+
"title": "Finite Scope Usable",
|
|
3201
|
+
"type": "boolean"
|
|
3202
|
+
},
|
|
3203
|
+
"missing_evidence_kind": {
|
|
3204
|
+
"items": {
|
|
3205
|
+
"type": "string"
|
|
3206
|
+
},
|
|
3207
|
+
"title": "Missing Evidence Kind",
|
|
3208
|
+
"type": "array"
|
|
3209
|
+
},
|
|
3210
|
+
"operationally_usable": {
|
|
3211
|
+
"default": false,
|
|
3212
|
+
"title": "Operationally Usable",
|
|
3213
|
+
"type": "boolean"
|
|
3214
|
+
},
|
|
3215
|
+
"profile": {
|
|
3216
|
+
"$ref": "#/$defs/EvidenceVerificationProfile",
|
|
3217
|
+
"default": "development"
|
|
3218
|
+
},
|
|
3219
|
+
"reasons": {
|
|
3220
|
+
"items": {
|
|
3221
|
+
"type": "string"
|
|
3222
|
+
},
|
|
3223
|
+
"title": "Reasons",
|
|
3224
|
+
"type": "array"
|
|
3225
|
+
},
|
|
3226
|
+
"rejected_obligation_ids": {
|
|
3227
|
+
"items": {
|
|
3228
|
+
"type": "string"
|
|
3229
|
+
},
|
|
3230
|
+
"title": "Rejected Obligation Ids",
|
|
3231
|
+
"type": "array"
|
|
3232
|
+
},
|
|
3233
|
+
"residual_external_obligations": {
|
|
3234
|
+
"items": {
|
|
3235
|
+
"type": "string"
|
|
3236
|
+
},
|
|
3237
|
+
"title": "Residual External Obligations",
|
|
3238
|
+
"type": "array"
|
|
3239
|
+
},
|
|
3240
|
+
"residual_ledger": {
|
|
3241
|
+
"$ref": "#/$defs/Ledger"
|
|
3242
|
+
},
|
|
3243
|
+
"resolution_digest": {
|
|
3244
|
+
"title": "Resolution Digest",
|
|
3245
|
+
"type": "string"
|
|
3246
|
+
},
|
|
3247
|
+
"resolution_id": {
|
|
3248
|
+
"title": "Resolution Id",
|
|
3249
|
+
"type": "string"
|
|
3250
|
+
},
|
|
3251
|
+
"route_id": {
|
|
3252
|
+
"title": "Route Id",
|
|
3253
|
+
"type": "string"
|
|
3254
|
+
},
|
|
3255
|
+
"safe_default": {
|
|
3256
|
+
"default": "diagnostic-with-unresolved-obligations",
|
|
3257
|
+
"title": "Safe Default",
|
|
3258
|
+
"type": "string"
|
|
3259
|
+
},
|
|
3260
|
+
"settled": {
|
|
3261
|
+
"default": false,
|
|
3262
|
+
"title": "Settled",
|
|
3263
|
+
"type": "boolean"
|
|
3264
|
+
},
|
|
3265
|
+
"settled_scope": {
|
|
3266
|
+
"items": {
|
|
3267
|
+
"type": "string"
|
|
3268
|
+
},
|
|
3269
|
+
"title": "Settled Scope",
|
|
3270
|
+
"type": "array"
|
|
3271
|
+
},
|
|
3272
|
+
"status": {
|
|
3273
|
+
"$ref": "#/$defs/ClaimStatus"
|
|
3274
|
+
}
|
|
3275
|
+
},
|
|
3276
|
+
"required": [
|
|
3277
|
+
"resolution_id",
|
|
3278
|
+
"route_id",
|
|
3279
|
+
"accepted",
|
|
3280
|
+
"status",
|
|
3281
|
+
"availability",
|
|
3282
|
+
"resolution_digest"
|
|
3283
|
+
],
|
|
3284
|
+
"title": "VerifierResolution",
|
|
3285
|
+
"type": "object"
|
|
3286
|
+
},
|
|
3287
|
+
"WebFetchReport": {
|
|
3288
|
+
"description": "Portable audit record for one bounded HTTP(S) resource fetch.",
|
|
3289
|
+
"properties": {
|
|
3290
|
+
"accepted": {
|
|
3291
|
+
"default": false,
|
|
3292
|
+
"title": "Accepted",
|
|
3293
|
+
"type": "boolean"
|
|
3294
|
+
},
|
|
3295
|
+
"byte_count": {
|
|
3296
|
+
"default": 0,
|
|
3297
|
+
"title": "Byte Count",
|
|
3298
|
+
"type": "integer"
|
|
3299
|
+
},
|
|
3300
|
+
"content_sha256": {
|
|
3301
|
+
"anyOf": [
|
|
3302
|
+
{
|
|
3303
|
+
"type": "string"
|
|
3304
|
+
},
|
|
3305
|
+
{
|
|
3306
|
+
"type": "null"
|
|
3307
|
+
}
|
|
3308
|
+
],
|
|
3309
|
+
"default": null,
|
|
3310
|
+
"title": "Content Sha256"
|
|
3311
|
+
},
|
|
3312
|
+
"content_type": {
|
|
3313
|
+
"anyOf": [
|
|
3314
|
+
{
|
|
3315
|
+
"type": "string"
|
|
3316
|
+
},
|
|
3317
|
+
{
|
|
3318
|
+
"type": "null"
|
|
3319
|
+
}
|
|
3320
|
+
],
|
|
3321
|
+
"default": null,
|
|
3322
|
+
"title": "Content Type"
|
|
3323
|
+
},
|
|
3324
|
+
"final_url": {
|
|
3325
|
+
"default": "",
|
|
3326
|
+
"title": "Final Url",
|
|
3327
|
+
"type": "string"
|
|
3328
|
+
},
|
|
3329
|
+
"reasons": {
|
|
3330
|
+
"items": {
|
|
3331
|
+
"type": "string"
|
|
3332
|
+
},
|
|
3333
|
+
"title": "Reasons",
|
|
3334
|
+
"type": "array"
|
|
3335
|
+
},
|
|
3336
|
+
"redirect_chain": {
|
|
3337
|
+
"items": {
|
|
3338
|
+
"type": "string"
|
|
3339
|
+
},
|
|
3340
|
+
"title": "Redirect Chain",
|
|
3341
|
+
"type": "array"
|
|
3342
|
+
},
|
|
3343
|
+
"report_id": {
|
|
3344
|
+
"title": "Report Id",
|
|
3345
|
+
"type": "string"
|
|
3346
|
+
},
|
|
3347
|
+
"requested_url": {
|
|
3348
|
+
"title": "Requested Url",
|
|
3349
|
+
"type": "string"
|
|
3350
|
+
},
|
|
3351
|
+
"robots_decision": {
|
|
3352
|
+
"$ref": "#/$defs/RobotsDecision"
|
|
3353
|
+
},
|
|
3354
|
+
"status_code": {
|
|
3355
|
+
"anyOf": [
|
|
3356
|
+
{
|
|
3357
|
+
"type": "integer"
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
"type": "null"
|
|
3361
|
+
}
|
|
3362
|
+
],
|
|
3363
|
+
"default": null,
|
|
3364
|
+
"title": "Status Code"
|
|
3365
|
+
}
|
|
3366
|
+
},
|
|
3367
|
+
"required": [
|
|
3368
|
+
"report_id",
|
|
3369
|
+
"requested_url"
|
|
3370
|
+
],
|
|
3371
|
+
"title": "WebFetchReport",
|
|
3372
|
+
"type": "object"
|
|
3373
|
+
}
|
|
3374
|
+
},
|
|
3375
|
+
"description": "Beginner-readable practical workflow check for installed-package users.",
|
|
3376
|
+
"properties": {
|
|
3377
|
+
"accepted": {
|
|
3378
|
+
"default": false,
|
|
3379
|
+
"title": "Accepted",
|
|
3380
|
+
"type": "boolean"
|
|
3381
|
+
},
|
|
3382
|
+
"beginner_glossary": {
|
|
3383
|
+
"additionalProperties": {
|
|
3384
|
+
"type": "string"
|
|
3385
|
+
},
|
|
3386
|
+
"title": "Beginner Glossary",
|
|
3387
|
+
"type": "object"
|
|
3388
|
+
},
|
|
3389
|
+
"checked_outputs": {
|
|
3390
|
+
"additionalProperties": {
|
|
3391
|
+
"type": "string"
|
|
3392
|
+
},
|
|
3393
|
+
"title": "Checked Outputs",
|
|
3394
|
+
"type": "object"
|
|
3395
|
+
},
|
|
3396
|
+
"compact": {
|
|
3397
|
+
"default": false,
|
|
3398
|
+
"title": "Compact",
|
|
3399
|
+
"type": "boolean"
|
|
3400
|
+
},
|
|
3401
|
+
"intake_report": {
|
|
3402
|
+
"$ref": "#/$defs/AgentIntakeReport"
|
|
3403
|
+
},
|
|
3404
|
+
"next_safe_actions": {
|
|
3405
|
+
"items": {
|
|
3406
|
+
"type": "string"
|
|
3407
|
+
},
|
|
3408
|
+
"title": "Next Safe Actions",
|
|
3409
|
+
"type": "array"
|
|
3410
|
+
},
|
|
3411
|
+
"operationally_usable": {
|
|
3412
|
+
"default": false,
|
|
3413
|
+
"title": "Operationally Usable",
|
|
3414
|
+
"type": "boolean"
|
|
3415
|
+
},
|
|
3416
|
+
"practical_entrypoint": {
|
|
3417
|
+
"default": "pic agent check",
|
|
3418
|
+
"title": "Practical Entrypoint",
|
|
3419
|
+
"type": "string"
|
|
3420
|
+
},
|
|
3421
|
+
"profile": {
|
|
3422
|
+
"default": "development",
|
|
3423
|
+
"title": "Profile",
|
|
3424
|
+
"type": "string"
|
|
3425
|
+
},
|
|
3426
|
+
"reasons": {
|
|
3427
|
+
"items": {
|
|
3428
|
+
"type": "string"
|
|
3429
|
+
},
|
|
3430
|
+
"title": "Reasons",
|
|
3431
|
+
"type": "array"
|
|
3432
|
+
},
|
|
3433
|
+
"report_id": {
|
|
3434
|
+
"title": "Report Id",
|
|
3435
|
+
"type": "string"
|
|
3436
|
+
},
|
|
3437
|
+
"report_mode": {
|
|
3438
|
+
"default": "full",
|
|
3439
|
+
"title": "Report Mode",
|
|
3440
|
+
"type": "string"
|
|
3441
|
+
},
|
|
3442
|
+
"residual_summary": {
|
|
3443
|
+
"additionalProperties": {
|
|
3444
|
+
"type": "number"
|
|
3445
|
+
},
|
|
3446
|
+
"title": "Residual Summary",
|
|
3447
|
+
"type": "object"
|
|
3448
|
+
},
|
|
3449
|
+
"runbook_steps": {
|
|
3450
|
+
"items": {
|
|
3451
|
+
"type": "string"
|
|
3452
|
+
},
|
|
3453
|
+
"title": "Runbook Steps",
|
|
3454
|
+
"type": "array"
|
|
3455
|
+
},
|
|
3456
|
+
"safety_invariants": {
|
|
3457
|
+
"items": {
|
|
3458
|
+
"type": "string"
|
|
3459
|
+
},
|
|
3460
|
+
"title": "Safety Invariants",
|
|
3461
|
+
"type": "array"
|
|
3462
|
+
},
|
|
3463
|
+
"schema_refs": {
|
|
3464
|
+
"items": {
|
|
3465
|
+
"type": "string"
|
|
3466
|
+
},
|
|
3467
|
+
"title": "Schema Refs",
|
|
3468
|
+
"type": "array"
|
|
3469
|
+
},
|
|
3470
|
+
"settled": {
|
|
3471
|
+
"default": false,
|
|
3472
|
+
"title": "Settled",
|
|
3473
|
+
"type": "boolean"
|
|
3474
|
+
},
|
|
3475
|
+
"unresolved_obligations": {
|
|
3476
|
+
"items": {
|
|
3477
|
+
"type": "string"
|
|
3478
|
+
},
|
|
3479
|
+
"title": "Unresolved Obligations",
|
|
3480
|
+
"type": "array"
|
|
3481
|
+
},
|
|
3482
|
+
"workflow_usable": {
|
|
3483
|
+
"default": false,
|
|
3484
|
+
"title": "Workflow Usable",
|
|
3485
|
+
"type": "boolean"
|
|
3486
|
+
}
|
|
3487
|
+
},
|
|
3488
|
+
"required": [
|
|
3489
|
+
"report_id",
|
|
3490
|
+
"intake_report"
|
|
3491
|
+
],
|
|
3492
|
+
"title": "AgentCheckReport",
|
|
3493
|
+
"type": "object"
|
|
3494
|
+
}
|