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.
Files changed (366) hide show
  1. package/LICENSE +152 -0
  2. package/NOTICE +21 -0
  3. package/README.md +255 -0
  4. package/dist/agent/messages.d.ts +23 -0
  5. package/dist/agent/messages.js +457 -0
  6. package/dist/cli/main.d.ts +1 -0
  7. package/dist/cli/main.js +2646 -0
  8. package/dist/index.d.ts +91 -0
  9. package/dist/index.js +983 -0
  10. package/dist/io/schema.d.ts +16 -0
  11. package/dist/io/schema.js +153 -0
  12. package/dist/packet/index.d.ts +10 -0
  13. package/dist/packet/index.js +385 -0
  14. package/fixtures/portability_conformance/README.md +17 -0
  15. package/fixtures/portability_conformance/agent_check_report.json +1251 -0
  16. package/fixtures/portability_conformance/agent_intake_report.json +1169 -0
  17. package/fixtures/portability_conformance/agent_message_delivery_report.json +124 -0
  18. package/fixtures/portability_conformance/agent_relay_readiness_report.json +40 -0
  19. package/fixtures/portability_conformance/alt_admission_decision.json +16 -0
  20. package/fixtures/portability_conformance/bottleneck_witness_report.json +23 -0
  21. package/fixtures/portability_conformance/collective_phase_certificate.json +330 -0
  22. package/fixtures/portability_conformance/frontier_debt_report.json +24 -0
  23. package/fixtures/portability_conformance/manifest.json +113 -0
  24. package/fixtures/portability_conformance/negative/checksum_mismatch.json +4 -0
  25. package/fixtures/portability_conformance/negative/schema_invalid_agent_check.json +3 -0
  26. package/fixtures/portability_conformance/negative/unknown_schema.json +3 -0
  27. package/fixtures/portability_conformance/phase_acceleration_benchmark_report.json +21 -0
  28. package/fixtures/portability_conformance/phase_acceleration_plan.json +72 -0
  29. package/fixtures/portability_conformance/phase_control_audit_summary.json +16 -0
  30. package/fixtures/portability_conformance/relay_inbox.json +37 -0
  31. package/fixtures/portability_conformance/runtime_step_report.json +1384 -0
  32. package/fixtures/portability_conformance/salience_schedule_report.json +100 -0
  33. package/fixtures/portability_conformance/theory_fidelity_report.json +53 -0
  34. package/fixtures/portability_conformance/value_bridge_report.json +17 -0
  35. package/fixtures/python_v044_cli/adoption_packet.json +131 -0
  36. package/fixtures/python_v044_cli/adoption_request.json +60 -0
  37. package/fixtures/python_v044_cli/agent_autonomy_audit.json +254 -0
  38. package/fixtures/python_v044_cli/agent_check_compact.json +80 -0
  39. package/fixtures/python_v044_cli/agent_check_full.json +1265 -0
  40. package/fixtures/python_v044_cli/agent_communication_guide.json +426 -0
  41. package/fixtures/python_v044_cli/agent_intake.json +1175 -0
  42. package/fixtures/python_v044_cli/agent_manifest.json +373 -0
  43. package/fixtures/python_v044_cli/agent_runbook.json +115 -0
  44. package/fixtures/python_v044_cli/demo_installed_smoke.json +1367 -0
  45. package/fixtures/python_v044_cli/doctor_development.json +264 -0
  46. package/fixtures/python_v044_cli/identity_explain_profile_production.json +39 -0
  47. package/fixtures/python_v044_cli/phase_benchmark.json +42 -0
  48. package/fixtures/python_v044_cli/phase_benchmark_suite.json +428 -0
  49. package/fixtures/python_v044_cli/phase_dashboard.json +173 -0
  50. package/fixtures/python_v044_cli/phase_gap.json +119 -0
  51. package/fixtures/python_v044_cli/phase_observe.json +203 -0
  52. package/fixtures/python_v044_cli/phase_plan_compact.json +384 -0
  53. package/fixtures/python_v044_cli/phase_plan_full.json +2020 -0
  54. package/fixtures/python_v044_cli/phase_runbook.json +66 -0
  55. package/fixtures/python_v044_cli/routes_bindings.json +716 -0
  56. package/fixtures/python_v044_cli/routes_explain_replay_trc_physical_trace.json +57 -0
  57. package/fixtures/python_v044_cli/runtime_step_demo.json +1384 -0
  58. package/fixtures/python_v044_cli/snapshot_list.json +112 -0
  59. package/fixtures/python_v044_cli/snapshot_routes.json +926 -0
  60. package/fixtures/python_v044_cli/snapshot_show_alt.json +6830 -0
  61. package/fixtures/python_v044_cli/snapshot_show_bit.json +594 -0
  62. package/fixtures/python_v044_cli/snapshot_show_ecpt.json +2894 -0
  63. package/fixtures/python_v044_cli/snapshot_show_sqot.json +2392 -0
  64. package/fixtures/python_v044_cli/snapshot_show_trc.json +3037 -0
  65. package/fixtures/python_v044_cli/snapshot_verify_alt.json +10 -0
  66. package/fixtures/python_v044_cli/snapshot_verify_bit.json +10 -0
  67. package/fixtures/python_v044_cli/snapshot_verify_ecpt.json +10 -0
  68. package/fixtures/python_v044_cli/snapshot_verify_sqot.json +10 -0
  69. package/fixtures/python_v044_cli/snapshot_verify_trc.json +10 -0
  70. package/fixtures/python_v044_demo/agent_inbox.json +26 -0
  71. package/fixtures/python_v044_demo/agent_message.json +19 -0
  72. package/fixtures/python_v044_demo/agent_output.txt +1 -0
  73. package/fixtures/python_v044_demo/alt_admission_packet.json +208 -0
  74. package/fixtures/python_v044_demo/asi_proxy_phase_request.json +47 -0
  75. package/fixtures/python_v044_demo/general_intake_policy.json +58 -0
  76. package/fixtures/python_v044_demo/manifest.json +78 -0
  77. package/fixtures/python_v044_demo/packet_envelope.json +1463 -0
  78. package/fixtures/python_v044_demo/phase_dashboard.json +175 -0
  79. package/fixtures/python_v044_demo/runtime_state.json +143 -0
  80. package/fixtures/python_v044_demo/runtime_step_input.json +8 -0
  81. package/fixtures/python_v044_demo/runtime_step_report.json +1384 -0
  82. package/fixtures/python_v044_snapshots/alt.json +6830 -0
  83. package/fixtures/python_v044_snapshots/bit.json +543 -0
  84. package/fixtures/python_v044_snapshots/ecpt.json +2741 -0
  85. package/fixtures/python_v044_snapshots/sqot.json +2134 -0
  86. package/fixtures/python_v044_snapshots/trc.json +2880 -0
  87. package/package.json +129 -0
  88. package/schemas/ALTAccelerationCertificate.schema.json +169 -0
  89. package/schemas/ALTAdmissionDecision.schema.json +199 -0
  90. package/schemas/ALTCARACertificate.schema.json +285 -0
  91. package/schemas/ALTDeprecationRecord.schema.json +171 -0
  92. package/schemas/ALTKernelTransitionReport.schema.json +185 -0
  93. package/schemas/ALTResurrectionRecord.schema.json +171 -0
  94. package/schemas/ASIProxyTargetContract.schema.json +52 -0
  95. package/schemas/AbstractionToken.schema.json +281 -0
  96. package/schemas/AccelerationCertificate.schema.json +225 -0
  97. package/schemas/AccelerationExperimentSuite.schema.json +3731 -0
  98. package/schemas/AcceptedPacketPath.schema.json +148 -0
  99. package/schemas/ActionCommit.schema.json +67 -0
  100. package/schemas/ActionGrammar.schema.json +36 -0
  101. package/schemas/ActionabilityVector.schema.json +33 -0
  102. package/schemas/ActivationThresholdCertificate.schema.json +185 -0
  103. package/schemas/AdapterRouteSpec.schema.json +110 -0
  104. package/schemas/AdoptionFirstRunCommand.schema.json +44 -0
  105. package/schemas/AdoptionReviewChecklist.schema.json +36 -0
  106. package/schemas/AdoptionSafetyBoundary.schema.json +104 -0
  107. package/schemas/AgentAutonomyAuditReport.schema.json +213 -0
  108. package/schemas/AgentCheckReport.schema.json +3494 -0
  109. package/schemas/AgentCommandInvocation.schema.json +63 -0
  110. package/schemas/AgentCommunicationGuide.schema.json +213 -0
  111. package/schemas/AgentCommunicationPolicy.schema.json +73 -0
  112. package/schemas/AgentCommunicationStep.schema.json +85 -0
  113. package/schemas/AgentConnectorSpec.schema.json +89 -0
  114. package/schemas/AgentFeatureReadinessReport.schema.json +206 -0
  115. package/schemas/AgentIdentityAttestation.schema.json +99 -0
  116. package/schemas/AgentIdentityCheckReport.schema.json +225 -0
  117. package/schemas/AgentInboxRecord.schema.json +319 -0
  118. package/schemas/AgentIntakeReport.schema.json +3373 -0
  119. package/schemas/AgentIntakeRequest.schema.json +2250 -0
  120. package/schemas/AgentMessageContractReport.schema.json +195 -0
  121. package/schemas/AgentMessageDeliveryReport.schema.json +630 -0
  122. package/schemas/AgentMessageEnvelope.schema.json +201 -0
  123. package/schemas/AgentMessageNonceLedger.schema.json +45 -0
  124. package/schemas/AgentMessageVerificationContext.schema.json +60 -0
  125. package/schemas/AgentNetworkReadinessReport.schema.json +109 -0
  126. package/schemas/AgentNextActionReport.schema.json +83 -0
  127. package/schemas/AgentPacketExchangeReport.schema.json +519 -0
  128. package/schemas/AgentPeerRecord.schema.json +85 -0
  129. package/schemas/AgentPolicyIdentity.schema.json +79 -0
  130. package/schemas/AgentPopulationState.schema.json +2523 -0
  131. package/schemas/AgentRelayReadinessReport.schema.json +125 -0
  132. package/schemas/AgentRunbookReport.schema.json +100 -0
  133. package/schemas/AgentRuntimeConfig.schema.json +78 -0
  134. package/schemas/AgentTask.schema.json +101 -0
  135. package/schemas/AgentToOperatorRequest.schema.json +222 -0
  136. package/schemas/AgentWorkflowGuide.schema.json +128 -0
  137. package/schemas/AgentWorkflowStep.schema.json +59 -0
  138. package/schemas/AlgebraLawCertificate.schema.json +101 -0
  139. package/schemas/AttestationRecord.schema.json +63 -0
  140. package/schemas/AutocatalyticClosureWitness.schema.json +187 -0
  141. package/schemas/BaselineRefreshCertificate.schema.json +178 -0
  142. package/schemas/BasinReachabilityReport.schema.json +244 -0
  143. package/schemas/BottleneckCandidate.schema.json +105 -0
  144. package/schemas/BottleneckIntervention.schema.json +157 -0
  145. package/schemas/BottleneckInversionPlan.schema.json +212 -0
  146. package/schemas/BottleneckWitnessReport.schema.json +128 -0
  147. package/schemas/BoundaryGeneratorRecord.schema.json +57 -0
  148. package/schemas/BoundaryScriptRecord.schema.json +30 -0
  149. package/schemas/BudgetedToleranceScheduler.schema.json +59 -0
  150. package/schemas/CalibrationCertificate.schema.json +252 -0
  151. package/schemas/CanonicalImplementationReadinessReport.schema.json +298 -0
  152. package/schemas/CanonicalManifest.schema.json +80 -0
  153. package/schemas/CanonicalManifestRecord.schema.json +54 -0
  154. package/schemas/CanonicalTheorySnapshotSummary.schema.json +102 -0
  155. package/schemas/CapabilityBasinContract.schema.json +59 -0
  156. package/schemas/CapabilityPacketCandidate.schema.json +247 -0
  157. package/schemas/CapabilityPacketRegistry.schema.json +442 -0
  158. package/schemas/CapabilityStateVector.schema.json +169 -0
  159. package/schemas/CascadeResidualPotential.schema.json +32 -0
  160. package/schemas/CertificateCompilerRecord.schema.json +81 -0
  161. package/schemas/CertificateFamily.schema.json +376 -0
  162. package/schemas/CertificateRoute.schema.json +128 -0
  163. package/schemas/CertifiedAbstractionCapital.schema.json +161 -0
  164. package/schemas/CheckResult.schema.json +369 -0
  165. package/schemas/CheckerContext.schema.json +255 -0
  166. package/schemas/ClosedLoopAgentIteration.schema.json +1045 -0
  167. package/schemas/CollectivePhaseCertificate.schema.json +1377 -0
  168. package/schemas/CommercialReadinessSummary.schema.json +134 -0
  169. package/schemas/ConfidenceLedger.schema.json +26 -0
  170. package/schemas/ContentAddressedEvidenceRef.schema.json +48 -0
  171. package/schemas/ControlledTransition.schema.json +90 -0
  172. package/schemas/CryptographicAgentIdentity.schema.json +192 -0
  173. package/schemas/DKWCertificate.schema.json +31 -0
  174. package/schemas/DiagnosticReservePolicy.schema.json +22 -0
  175. package/schemas/DischargeRouteBinding.schema.json +93 -0
  176. package/schemas/DomainTypedSemiring.schema.json +55 -0
  177. package/schemas/DominanceWitness.schema.json +31 -0
  178. package/schemas/EProcessCertificate.schema.json +22 -0
  179. package/schemas/EdgeRelationVerificationReport.schema.json +161 -0
  180. package/schemas/EdgeRelationVerifierSpec.schema.json +62 -0
  181. package/schemas/EdgeWitness.schema.json +73 -0
  182. package/schemas/EdgeWitnessCertificate.schema.json +192 -0
  183. package/schemas/EvidenceArtifact.schema.json +112 -0
  184. package/schemas/EvidenceEnvelopeStoreRecord.schema.json +100 -0
  185. package/schemas/EvidencePolicy.schema.json +57 -0
  186. package/schemas/EvidenceResolutionBatch.schema.json +347 -0
  187. package/schemas/EvidenceVerificationProfile.schema.json +74 -0
  188. package/schemas/ExecutableALTCertificatePacket.schema.json +1512 -0
  189. package/schemas/ExecutableTraceNormalForm.schema.json +659 -0
  190. package/schemas/ExecutionAvailablePathCertificate.schema.json +204 -0
  191. package/schemas/ExternalCandidateClassification.schema.json +10 -0
  192. package/schemas/ExternalObligationCatalog.schema.json +238 -0
  193. package/schemas/ExternalVerifierHook.schema.json +174 -0
  194. package/schemas/FiniteOrder.schema.json +34 -0
  195. package/schemas/FinitePhaseControlCertificate.schema.json +100 -0
  196. package/schemas/FiniteTraceLaw.schema.json +30 -0
  197. package/schemas/FixedPopulationLedger.schema.json +255 -0
  198. package/schemas/FormationCostLedger.schema.json +91 -0
  199. package/schemas/FoundryControlDashboard.schema.json +198 -0
  200. package/schemas/FoundryState.schema.json +1819 -0
  201. package/schemas/FrontierDebtReport.schema.json +115 -0
  202. package/schemas/FunctorLawCertificate.schema.json +82 -0
  203. package/schemas/FusedGeometricComparisonCertificate.schema.json +79 -0
  204. package/schemas/FutureFreedomVector.schema.json +84 -0
  205. package/schemas/GeneralIntakePolicy.schema.json +255 -0
  206. package/schemas/GeneralIntakePolicyDecision.schema.json +85 -0
  207. package/schemas/GeneralIntakeProfile.schema.json +11 -0
  208. package/schemas/GeneralIntakeReport.schema.json +861 -0
  209. package/schemas/GeneralIntakeRuntimeBridgeReport.schema.json +761 -0
  210. package/schemas/GeneralIntakeSource.schema.json +57 -0
  211. package/schemas/GoodTuringCertificate.schema.json +27 -0
  212. package/schemas/HazardEnvelopeCertificate.schema.json +192 -0
  213. package/schemas/HiddenCapabilityInjectionReport.schema.json +212 -0
  214. package/schemas/IdentityContributionStatus.schema.json +11 -0
  215. package/schemas/IdentityTrustProfile.schema.json +12 -0
  216. package/schemas/ImplementationMaturity.schema.json +27 -0
  217. package/schemas/IndependenceCertificate.schema.json +42 -0
  218. package/schemas/InnerViabilityKernel.schema.json +45 -0
  219. package/schemas/IntakeProvenanceRecord.schema.json +192 -0
  220. package/schemas/InterventionCandidate.schema.json +266 -0
  221. package/schemas/Judgment.schema.json +351 -0
  222. package/schemas/LatticeWitness.schema.json +63 -0
  223. package/schemas/LedgerCoordinate.schema.json +79 -0
  224. package/schemas/LifecycleCostBounds.schema.json +65 -0
  225. package/schemas/LiquidityCertificate.schema.json +1094 -0
  226. package/schemas/MartingaleBlockResidual.schema.json +32 -0
  227. package/schemas/MartingaleDeficiencyCertificate.schema.json +76 -0
  228. package/schemas/MechanismCubeCertificate.schema.json +92 -0
  229. package/schemas/MissionValidityCertificate.schema.json +153 -0
  230. package/schemas/MonoidRecord.schema.json +30 -0
  231. package/schemas/MonotoneMap.schema.json +61 -0
  232. package/schemas/NegativeLiquidityCertificate.schema.json +176 -0
  233. package/schemas/NonPromotionPolicy.schema.json +39 -0
  234. package/schemas/ObligationRule.schema.json +54 -0
  235. package/schemas/ObligationSet.schema.json +230 -0
  236. package/schemas/ObligationTrace.schema.json +156 -0
  237. package/schemas/ObservationWindow.schema.json +48 -0
  238. package/schemas/ObservedTraceProjection.schema.json +57 -0
  239. package/schemas/OccupationLedger.schema.json +33 -0
  240. package/schemas/OperationalCheck.schema.json +29 -0
  241. package/schemas/OperationalReadinessReport.schema.json +216 -0
  242. package/schemas/OperatorAdoptionPacket.schema.json +303 -0
  243. package/schemas/OpportunityMeasureContract.schema.json +165 -0
  244. package/schemas/OrderedPotentialCone.schema.json +125 -0
  245. package/schemas/PacketCapitalLineage.schema.json +90 -0
  246. package/schemas/PacketExchangeEnvelope.schema.json +213 -0
  247. package/schemas/PacketImportInspectionReport.schema.json +68 -0
  248. package/schemas/PacketIngestionReport.schema.json +655 -0
  249. package/schemas/PacketLineageDigest.schema.json +70 -0
  250. package/schemas/PacketMergeReport.schema.json +286 -0
  251. package/schemas/PacketPromotionPolicy.schema.json +47 -0
  252. package/schemas/PacketPromotionReport.schema.json +354 -0
  253. package/schemas/PacketRejection.schema.json +158 -0
  254. package/schemas/PhaseAccelerationBenchmarkReport.schema.json +103 -0
  255. package/schemas/PhaseAccelerationPlan.schema.json +4449 -0
  256. package/schemas/PhaseAccelerationRequest.schema.json +5333 -0
  257. package/schemas/PhaseAccelerationScore.schema.json +66 -0
  258. package/schemas/PhaseBenchmarkCaseResult.schema.json +164 -0
  259. package/schemas/PhaseBenchmarkSuiteReport.schema.json +234 -0
  260. package/schemas/PhaseBenchmarkTask.schema.json +36 -0
  261. package/schemas/PhaseComponentGap.schema.json +46 -0
  262. package/schemas/PhaseControlAction.schema.json +80 -0
  263. package/schemas/PhaseControlAuditSummary.schema.json +143 -0
  264. package/schemas/PhaseControlEnvelope.schema.json +53 -0
  265. package/schemas/PhaseControlObjective.schema.json +98 -0
  266. package/schemas/PhaseControlPlan.schema.json +377 -0
  267. package/schemas/PhaseControlRunReport.schema.json +425 -0
  268. package/schemas/PhaseControlState.schema.json +383 -0
  269. package/schemas/PhaseDashboardReport.schema.json +249 -0
  270. package/schemas/PhaseGapVector.schema.json +101 -0
  271. package/schemas/PhaseObservationReport.schema.json +321 -0
  272. package/schemas/PhaseTrajectoryReport.schema.json +4522 -0
  273. package/schemas/PopulationRuntimeStepReport.schema.json +5125 -0
  274. package/schemas/PortabilityConformanceReport.schema.json +99 -0
  275. package/schemas/PortabilitySchemaBundle.schema.json +23 -0
  276. package/schemas/ProblemSolvingTrace.schema.json +162 -0
  277. package/schemas/ProcessGrammarRecord.schema.json +56 -0
  278. package/schemas/ProductOrder.schema.json +53 -0
  279. package/schemas/ProductionReadinessProfile.schema.json +37 -0
  280. package/schemas/ProjectionAudit.schema.json +70 -0
  281. package/schemas/ProofObligation.schema.json +200 -0
  282. package/schemas/ProtocolFrameDigest.schema.json +79 -0
  283. package/schemas/ProtocolFunctorCertificate.schema.json +89 -0
  284. package/schemas/ProtocolObject.schema.json +45 -0
  285. package/schemas/ProtocolRelativeBenchmarkMetric.schema.json +39 -0
  286. package/schemas/ProvenanceManifest.schema.json +221 -0
  287. package/schemas/ProvenanceManifestEntry.schema.json +29 -0
  288. package/schemas/PsiDashboard.schema.json +213 -0
  289. package/schemas/PullbackGluingWitness.schema.json +43 -0
  290. package/schemas/QuarantineLedger.schema.json +31 -0
  291. package/schemas/ReachableMassRecursionCertificate.schema.json +129 -0
  292. package/schemas/ReconstructionResidual.schema.json +24 -0
  293. package/schemas/RefreshRule.schema.json +31 -0
  294. package/schemas/Registry.schema.json +231 -0
  295. package/schemas/ReleaseArtifactManifest.schema.json +62 -0
  296. package/schemas/ReproductionMatrixCertificate.schema.json +190 -0
  297. package/schemas/ResidualCarryForwardReport.schema.json +57 -0
  298. package/schemas/ResourceCalendarRecord.schema.json +67 -0
  299. package/schemas/ResourceEnvelope.schema.json +42 -0
  300. package/schemas/ResourceMatchedBaselineConfig.schema.json +81 -0
  301. package/schemas/RiskBudgetLedger.schema.json +19 -0
  302. package/schemas/RobotsDecision.schema.json +44 -0
  303. package/schemas/RootFinalityCertificate.schema.json +190 -0
  304. package/schemas/RouteExecutionBatch.schema.json +930 -0
  305. package/schemas/RouteExecutionRequest.schema.json +87 -0
  306. package/schemas/RuntimeActionResult.schema.json +807 -0
  307. package/schemas/RuntimeComparisonReport.schema.json +3670 -0
  308. package/schemas/RuntimeEvent.schema.json +142 -0
  309. package/schemas/RuntimeEventLog.schema.json +161 -0
  310. package/schemas/RuntimeExecutionReport.schema.json +872 -0
  311. package/schemas/RuntimeExecutorPolicy.schema.json +68 -0
  312. package/schemas/RuntimeHealthReport.schema.json +161 -0
  313. package/schemas/RuntimeIdentityContext.schema.json +480 -0
  314. package/schemas/RuntimeRunReport.schema.json +3487 -0
  315. package/schemas/RuntimeServiceSettings.schema.json +55 -0
  316. package/schemas/RuntimeState.schema.json +1438 -0
  317. package/schemas/RuntimeStepInput.schema.json +685 -0
  318. package/schemas/RuntimeStepReport.schema.json +3314 -0
  319. package/schemas/RuntimeStoreRecord.schema.json +106 -0
  320. package/schemas/RuntimeStoreSnapshot.schema.json +4815 -0
  321. package/schemas/SBOMManifest.schema.json +67 -0
  322. package/schemas/SQOTTheorySnapshot.schema.json +49 -0
  323. package/schemas/SafePhaseAction.schema.json +96 -0
  324. package/schemas/SalienceQueueRecord.schema.json +313 -0
  325. package/schemas/SalienceScheduleReport.schema.json +434 -0
  326. package/schemas/SalienceSchedulingDecision.schema.json +167 -0
  327. package/schemas/SchemaBundleDigest.schema.json +57 -0
  328. package/schemas/ScriptGroundMetricCertificate.schema.json +47 -0
  329. package/schemas/SelectiveCUPCertificate.schema.json +414 -0
  330. package/schemas/SettlementReturnRAFCertificate.schema.json +122 -0
  331. package/schemas/SinkhornCertificate.schema.json +55 -0
  332. package/schemas/SnapshotAttribution.schema.json +63 -0
  333. package/schemas/SnapshotCatalog.schema.json +481 -0
  334. package/schemas/SplitCertificate.schema.json +39 -0
  335. package/schemas/StatusAlgebraRecord.schema.json +37 -0
  336. package/schemas/StoppedEvidenceSheafCertificate.schema.json +120 -0
  337. package/schemas/StrictTexParseReport.schema.json +67 -0
  338. package/schemas/SybilResistanceLedger.schema.json +427 -0
  339. package/schemas/SybilResistancePolicy.schema.json +176 -0
  340. package/schemas/TRCCompileResult.schema.json +239 -0
  341. package/schemas/TRCStateRecord.schema.json +149 -0
  342. package/schemas/TelemetryCostCertificate.schema.json +171 -0
  343. package/schemas/TexGrammarDiagnostic.schema.json +39 -0
  344. package/schemas/TheoryAuditReport.schema.json +654 -0
  345. package/schemas/TheoryAuditSuiteReport.schema.json +775 -0
  346. package/schemas/TheoryFidelityReport.schema.json +100 -0
  347. package/schemas/TheoryImplementationRecord.schema.json +203 -0
  348. package/schemas/TheorySnapshot.schema.json +459 -0
  349. package/schemas/TheorySnapshotItem.schema.json +60 -0
  350. package/schemas/TokenLineage.schema.json +76 -0
  351. package/schemas/ToleranceAllocationCertificate.schema.json +62 -0
  352. package/schemas/TraceNormalizationCertificate.schema.json +77 -0
  353. package/schemas/TraceSufficiencyCertificate.schema.json +166 -0
  354. package/schemas/TransportCertificate.schema.json +178 -0
  355. package/schemas/TypedTraceTransducerRecord.schema.json +64 -0
  356. package/schemas/ValueBridgeReport.schema.json +131 -0
  357. package/schemas/VectorCompatibleFamily.schema.json +354 -0
  358. package/schemas/VerificationThroughputReport.schema.json +62 -0
  359. package/schemas/VerifiedCapabilityPacket.schema.json +251 -0
  360. package/schemas/VerifierEvidenceEnvelope.schema.json +178 -0
  361. package/schemas/VerifierResolution.schema.json +275 -0
  362. package/schemas/WebDiscoveryReport.schema.json +675 -0
  363. package/schemas/WebFetchPolicy.schema.json +145 -0
  364. package/schemas/WebFetchReport.schema.json +133 -0
  365. package/schemas/bundle.schema.json +100808 -0
  366. package/schemas/schema-digest.json +1674 -0
@@ -0,0 +1,861 @@
1
+ {
2
+ "$defs": {
3
+ "CapabilityPacketCandidate": {
4
+ "description": "An observable artifact that may become an ECPT capability packet.",
5
+ "properties": {
6
+ "authority_granted": {
7
+ "default": true,
8
+ "title": "Authority Granted",
9
+ "type": "boolean"
10
+ },
11
+ "authority_required": {
12
+ "default": false,
13
+ "title": "Authority Required",
14
+ "type": "boolean"
15
+ },
16
+ "claim": {
17
+ "title": "Claim",
18
+ "type": "string"
19
+ },
20
+ "content_sha256": {
21
+ "title": "Content Sha256",
22
+ "type": "string"
23
+ },
24
+ "dependencies": {
25
+ "items": {
26
+ "type": "string"
27
+ },
28
+ "title": "Dependencies",
29
+ "type": "array"
30
+ },
31
+ "evidence_hash_valid": {
32
+ "default": true,
33
+ "title": "Evidence Hash Valid",
34
+ "type": "boolean"
35
+ },
36
+ "evidence_refs": {
37
+ "items": {
38
+ "type": "string"
39
+ },
40
+ "title": "Evidence Refs",
41
+ "type": "array"
42
+ },
43
+ "expected_downstream_gain": {
44
+ "default": 0.0,
45
+ "title": "Expected Downstream Gain",
46
+ "type": "number"
47
+ },
48
+ "expires_at": {
49
+ "anyOf": [
50
+ {
51
+ "type": "string"
52
+ },
53
+ {
54
+ "type": "null"
55
+ }
56
+ ],
57
+ "default": null,
58
+ "title": "Expires At"
59
+ },
60
+ "freshness": {
61
+ "default": 1.0,
62
+ "title": "Freshness",
63
+ "type": "number"
64
+ },
65
+ "hazard_charge": {
66
+ "default": 0.0,
67
+ "title": "Hazard Charge",
68
+ "type": "number"
69
+ },
70
+ "identity_contribution_status": {
71
+ "$ref": "#/$defs/IdentityContributionStatus",
72
+ "default": "provisional"
73
+ },
74
+ "issuer_agent_id": {
75
+ "anyOf": [
76
+ {
77
+ "type": "string"
78
+ },
79
+ {
80
+ "type": "null"
81
+ }
82
+ ],
83
+ "default": null,
84
+ "title": "Issuer Agent Id"
85
+ },
86
+ "issuer_attestation_id": {
87
+ "anyOf": [
88
+ {
89
+ "type": "string"
90
+ },
91
+ {
92
+ "type": "null"
93
+ }
94
+ ],
95
+ "default": null,
96
+ "title": "Issuer Attestation Id"
97
+ },
98
+ "issuer_public_key_id": {
99
+ "anyOf": [
100
+ {
101
+ "type": "string"
102
+ },
103
+ {
104
+ "type": "null"
105
+ }
106
+ ],
107
+ "default": null,
108
+ "title": "Issuer Public Key Id"
109
+ },
110
+ "issuer_signature_ref": {
111
+ "anyOf": [
112
+ {
113
+ "type": "string"
114
+ },
115
+ {
116
+ "type": "null"
117
+ }
118
+ ],
119
+ "default": null,
120
+ "title": "Issuer Signature Ref"
121
+ },
122
+ "packet_id": {
123
+ "title": "Packet Id",
124
+ "type": "string"
125
+ },
126
+ "receiver_family": {
127
+ "items": {
128
+ "type": "string"
129
+ },
130
+ "title": "Receiver Family",
131
+ "type": "array"
132
+ },
133
+ "residual_charge": {
134
+ "default": 0.0,
135
+ "title": "Residual Charge",
136
+ "type": "number"
137
+ },
138
+ "reuse_context": {
139
+ "default": "general",
140
+ "title": "Reuse Context",
141
+ "type": "string"
142
+ },
143
+ "rollback_available": {
144
+ "default": true,
145
+ "title": "Rollback Available",
146
+ "type": "boolean"
147
+ },
148
+ "route_safe": {
149
+ "default": true,
150
+ "title": "Route Safe",
151
+ "type": "boolean"
152
+ },
153
+ "salience_class": {
154
+ "default": "default",
155
+ "title": "Salience Class",
156
+ "type": "string"
157
+ },
158
+ "source_kind": {
159
+ "$ref": "#/$defs/PacketSourceKind",
160
+ "default": "local"
161
+ },
162
+ "source_ref": {
163
+ "title": "Source Ref",
164
+ "type": "string"
165
+ },
166
+ "status": {
167
+ "$ref": "#/$defs/ClaimStatus",
168
+ "default": "provisional"
169
+ },
170
+ "tags": {
171
+ "items": {
172
+ "type": "string"
173
+ },
174
+ "title": "Tags",
175
+ "type": "array"
176
+ },
177
+ "verification_cost": {
178
+ "default": 0.0,
179
+ "title": "Verification Cost",
180
+ "type": "number"
181
+ },
182
+ "verifier_routes": {
183
+ "items": {
184
+ "type": "string"
185
+ },
186
+ "title": "Verifier Routes",
187
+ "type": "array"
188
+ }
189
+ },
190
+ "required": [
191
+ "packet_id",
192
+ "source_ref",
193
+ "content_sha256",
194
+ "claim"
195
+ ],
196
+ "title": "CapabilityPacketCandidate",
197
+ "type": "object"
198
+ },
199
+ "ClaimStatus": {
200
+ "description": "Protocol-relative status labels used by ECPT, BIT, TRC, SQOT, and ALT.",
201
+ "enum": [
202
+ "rejected",
203
+ "expired",
204
+ "diagnostic",
205
+ "relaxed",
206
+ "risk-provisional",
207
+ "speculative",
208
+ "provisional",
209
+ "partial",
210
+ "settled"
211
+ ],
212
+ "title": "ClaimStatus",
213
+ "type": "string"
214
+ },
215
+ "CoordinateKind": {
216
+ "enum": [
217
+ "benefit",
218
+ "burden",
219
+ "residual",
220
+ "tolerance",
221
+ "resource",
222
+ "metadata"
223
+ ],
224
+ "title": "CoordinateKind",
225
+ "type": "string"
226
+ },
227
+ "EvidenceStatus": {
228
+ "enum": [
229
+ "verified",
230
+ "declared",
231
+ "unknown"
232
+ ],
233
+ "title": "EvidenceStatus",
234
+ "type": "string"
235
+ },
236
+ "ExternalCandidateClassification": {
237
+ "description": "SQOT/runtime queue class for external packet candidates.",
238
+ "enum": [
239
+ "diagnostic_work",
240
+ "verifier_work",
241
+ "quarantine_work",
242
+ "candidate_only"
243
+ ],
244
+ "title": "ExternalCandidateClassification",
245
+ "type": "string"
246
+ },
247
+ "GeneralIntakePolicyDecision": {
248
+ "description": "One deterministic policy decision for a general-intake source.",
249
+ "properties": {
250
+ "accepted": {
251
+ "default": false,
252
+ "title": "Accepted",
253
+ "type": "boolean"
254
+ },
255
+ "allow_live_connectors": {
256
+ "default": false,
257
+ "title": "Allow Live Connectors",
258
+ "type": "boolean"
259
+ },
260
+ "candidate_only": {
261
+ "default": true,
262
+ "title": "Candidate Only",
263
+ "type": "boolean"
264
+ },
265
+ "decision_id": {
266
+ "title": "Decision Id",
267
+ "type": "string"
268
+ },
269
+ "ecpt_phase_contribution_allowed": {
270
+ "default": false,
271
+ "title": "Ecpt Phase Contribution Allowed",
272
+ "type": "boolean"
273
+ },
274
+ "profile": {
275
+ "default": "development",
276
+ "title": "Profile",
277
+ "type": "string"
278
+ },
279
+ "reasons": {
280
+ "items": {
281
+ "type": "string"
282
+ },
283
+ "title": "Reasons",
284
+ "type": "array"
285
+ },
286
+ "residual_coordinates": {
287
+ "items": {
288
+ "type": "string"
289
+ },
290
+ "title": "Residual Coordinates",
291
+ "type": "array"
292
+ },
293
+ "source_kind": {
294
+ "$ref": "#/$defs/PacketSourceKind",
295
+ "default": "auto"
296
+ },
297
+ "source_ref": {
298
+ "title": "Source Ref",
299
+ "type": "string"
300
+ }
301
+ },
302
+ "required": [
303
+ "decision_id",
304
+ "source_ref"
305
+ ],
306
+ "title": "GeneralIntakePolicyDecision",
307
+ "type": "object"
308
+ },
309
+ "IdentityContributionStatus": {
310
+ "description": "How identity evidence may contribute to runtime packet capital.",
311
+ "enum": [
312
+ "verified",
313
+ "provisional",
314
+ "diagnostic",
315
+ "quarantined",
316
+ "rejected"
317
+ ],
318
+ "title": "IdentityContributionStatus",
319
+ "type": "string"
320
+ },
321
+ "IntakeProvenanceRecord": {
322
+ "description": "Sanitized provenance for external packet candidates.",
323
+ "properties": {
324
+ "accepted": {
325
+ "default": false,
326
+ "title": "Accepted",
327
+ "type": "boolean"
328
+ },
329
+ "byte_count": {
330
+ "default": 0,
331
+ "title": "Byte Count",
332
+ "type": "integer"
333
+ },
334
+ "content_sha256": {
335
+ "anyOf": [
336
+ {
337
+ "type": "string"
338
+ },
339
+ {
340
+ "type": "null"
341
+ }
342
+ ],
343
+ "default": null,
344
+ "title": "Content Sha256"
345
+ },
346
+ "evidence_refs": {
347
+ "items": {
348
+ "type": "string"
349
+ },
350
+ "title": "Evidence Refs",
351
+ "type": "array"
352
+ },
353
+ "final_url": {
354
+ "anyOf": [
355
+ {
356
+ "type": "string"
357
+ },
358
+ {
359
+ "type": "null"
360
+ }
361
+ ],
362
+ "default": null,
363
+ "title": "Final Url"
364
+ },
365
+ "media_type": {
366
+ "anyOf": [
367
+ {
368
+ "type": "string"
369
+ },
370
+ {
371
+ "type": "null"
372
+ }
373
+ ],
374
+ "default": null,
375
+ "title": "Media Type"
376
+ },
377
+ "provenance_id": {
378
+ "title": "Provenance Id",
379
+ "type": "string"
380
+ },
381
+ "public_source_ref": {
382
+ "title": "Public Source Ref",
383
+ "type": "string"
384
+ },
385
+ "reasons": {
386
+ "items": {
387
+ "type": "string"
388
+ },
389
+ "title": "Reasons",
390
+ "type": "array"
391
+ },
392
+ "redirect_chain": {
393
+ "items": {
394
+ "type": "string"
395
+ },
396
+ "title": "Redirect Chain",
397
+ "type": "array"
398
+ },
399
+ "residual_coordinates": {
400
+ "items": {
401
+ "type": "string"
402
+ },
403
+ "title": "Residual Coordinates",
404
+ "type": "array"
405
+ },
406
+ "robots_decision": {
407
+ "anyOf": [
408
+ {
409
+ "$ref": "#/$defs/RobotsDecision"
410
+ },
411
+ {
412
+ "type": "null"
413
+ }
414
+ ],
415
+ "default": null
416
+ },
417
+ "source_kind": {
418
+ "$ref": "#/$defs/PacketSourceKind"
419
+ },
420
+ "source_ref": {
421
+ "title": "Source Ref",
422
+ "type": "string"
423
+ },
424
+ "status_code": {
425
+ "anyOf": [
426
+ {
427
+ "type": "integer"
428
+ },
429
+ {
430
+ "type": "null"
431
+ }
432
+ ],
433
+ "default": null,
434
+ "title": "Status Code"
435
+ }
436
+ },
437
+ "required": [
438
+ "provenance_id",
439
+ "source_kind",
440
+ "source_ref",
441
+ "public_source_ref"
442
+ ],
443
+ "title": "IntakeProvenanceRecord",
444
+ "type": "object"
445
+ },
446
+ "Ledger": {
447
+ "description": "A finite typed ledger with explicit coordinate kinds.",
448
+ "properties": {
449
+ "coordinates": {
450
+ "additionalProperties": {
451
+ "$ref": "#/$defs/LedgerCoordinate"
452
+ },
453
+ "title": "Coordinates",
454
+ "type": "object"
455
+ }
456
+ },
457
+ "title": "Ledger",
458
+ "type": "object"
459
+ },
460
+ "LedgerCoordinate": {
461
+ "description": "One typed coordinate in a finite certificate ledger.",
462
+ "properties": {
463
+ "description": {
464
+ "anyOf": [
465
+ {
466
+ "type": "string"
467
+ },
468
+ {
469
+ "type": "null"
470
+ }
471
+ ],
472
+ "default": null,
473
+ "title": "Description"
474
+ },
475
+ "evidence_refs": {
476
+ "items": {
477
+ "type": "string"
478
+ },
479
+ "title": "Evidence Refs",
480
+ "type": "array"
481
+ },
482
+ "evidence_status": {
483
+ "$ref": "#/$defs/EvidenceStatus",
484
+ "default": "declared"
485
+ },
486
+ "kind": {
487
+ "$ref": "#/$defs/CoordinateKind",
488
+ "default": "burden"
489
+ },
490
+ "known": {
491
+ "default": true,
492
+ "title": "Known",
493
+ "type": "boolean"
494
+ },
495
+ "name": {
496
+ "title": "Name",
497
+ "type": "string"
498
+ },
499
+ "unit": {
500
+ "default": "dimensionless",
501
+ "title": "Unit",
502
+ "type": "string"
503
+ },
504
+ "value": {
505
+ "title": "Value",
506
+ "type": "number"
507
+ }
508
+ },
509
+ "required": [
510
+ "name",
511
+ "value"
512
+ ],
513
+ "title": "LedgerCoordinate",
514
+ "type": "object"
515
+ },
516
+ "PacketIngestionReport": {
517
+ "description": "Packet ingestion result for local, live, or agent-output sources.",
518
+ "properties": {
519
+ "accepted": {
520
+ "title": "Accepted",
521
+ "type": "boolean"
522
+ },
523
+ "packets": {
524
+ "items": {
525
+ "$ref": "#/$defs/CapabilityPacketCandidate"
526
+ },
527
+ "title": "Packets",
528
+ "type": "array"
529
+ },
530
+ "provenance": {
531
+ "items": {
532
+ "$ref": "#/$defs/IntakeProvenanceRecord"
533
+ },
534
+ "title": "Provenance",
535
+ "type": "array"
536
+ },
537
+ "reasons": {
538
+ "items": {
539
+ "type": "string"
540
+ },
541
+ "title": "Reasons",
542
+ "type": "array"
543
+ },
544
+ "rejected_sources": {
545
+ "items": {
546
+ "type": "string"
547
+ },
548
+ "title": "Rejected Sources",
549
+ "type": "array"
550
+ },
551
+ "report_id": {
552
+ "title": "Report Id",
553
+ "type": "string"
554
+ },
555
+ "residual_ledger": {
556
+ "$ref": "#/$defs/Ledger"
557
+ },
558
+ "source_kind": {
559
+ "$ref": "#/$defs/PacketSourceKind"
560
+ },
561
+ "web_fetch_reports": {
562
+ "items": {
563
+ "$ref": "#/$defs/WebFetchReport"
564
+ },
565
+ "title": "Web Fetch Reports",
566
+ "type": "array"
567
+ }
568
+ },
569
+ "required": [
570
+ "report_id",
571
+ "accepted",
572
+ "source_kind"
573
+ ],
574
+ "title": "PacketIngestionReport",
575
+ "type": "object"
576
+ },
577
+ "PacketSourceKind": {
578
+ "enum": [
579
+ "local",
580
+ "github",
581
+ "zenodo",
582
+ "arxiv",
583
+ "http",
584
+ "web-page",
585
+ "rss",
586
+ "atom",
587
+ "json-feed",
588
+ "ndjson",
589
+ "agent-message",
590
+ "agent-inbox",
591
+ "web-crawl",
592
+ "agent-output",
593
+ "auto"
594
+ ],
595
+ "title": "PacketSourceKind",
596
+ "type": "string"
597
+ },
598
+ "RobotsDecision": {
599
+ "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.",
600
+ "properties": {
601
+ "allowed": {
602
+ "default": true,
603
+ "title": "Allowed",
604
+ "type": "boolean"
605
+ },
606
+ "decision_id": {
607
+ "default": "robots:not-checked",
608
+ "title": "Decision Id",
609
+ "type": "string"
610
+ },
611
+ "mode": {
612
+ "default": "not-checked",
613
+ "title": "Mode",
614
+ "type": "string"
615
+ },
616
+ "reason": {
617
+ "default": "robots policy was recorded but not enforced",
618
+ "title": "Reason",
619
+ "type": "string"
620
+ },
621
+ "residual_coordinate": {
622
+ "anyOf": [
623
+ {
624
+ "type": "string"
625
+ },
626
+ {
627
+ "type": "null"
628
+ }
629
+ ],
630
+ "default": null,
631
+ "title": "Residual Coordinate"
632
+ },
633
+ "source_ref": {
634
+ "default": "",
635
+ "title": "Source Ref",
636
+ "type": "string"
637
+ }
638
+ },
639
+ "title": "RobotsDecision",
640
+ "type": "object"
641
+ },
642
+ "WebFetchReport": {
643
+ "description": "Portable audit record for one bounded HTTP(S) resource fetch.",
644
+ "properties": {
645
+ "accepted": {
646
+ "default": false,
647
+ "title": "Accepted",
648
+ "type": "boolean"
649
+ },
650
+ "byte_count": {
651
+ "default": 0,
652
+ "title": "Byte Count",
653
+ "type": "integer"
654
+ },
655
+ "content_sha256": {
656
+ "anyOf": [
657
+ {
658
+ "type": "string"
659
+ },
660
+ {
661
+ "type": "null"
662
+ }
663
+ ],
664
+ "default": null,
665
+ "title": "Content Sha256"
666
+ },
667
+ "content_type": {
668
+ "anyOf": [
669
+ {
670
+ "type": "string"
671
+ },
672
+ {
673
+ "type": "null"
674
+ }
675
+ ],
676
+ "default": null,
677
+ "title": "Content Type"
678
+ },
679
+ "final_url": {
680
+ "default": "",
681
+ "title": "Final Url",
682
+ "type": "string"
683
+ },
684
+ "reasons": {
685
+ "items": {
686
+ "type": "string"
687
+ },
688
+ "title": "Reasons",
689
+ "type": "array"
690
+ },
691
+ "redirect_chain": {
692
+ "items": {
693
+ "type": "string"
694
+ },
695
+ "title": "Redirect Chain",
696
+ "type": "array"
697
+ },
698
+ "report_id": {
699
+ "title": "Report Id",
700
+ "type": "string"
701
+ },
702
+ "requested_url": {
703
+ "title": "Requested Url",
704
+ "type": "string"
705
+ },
706
+ "robots_decision": {
707
+ "$ref": "#/$defs/RobotsDecision"
708
+ },
709
+ "status_code": {
710
+ "anyOf": [
711
+ {
712
+ "type": "integer"
713
+ },
714
+ {
715
+ "type": "null"
716
+ }
717
+ ],
718
+ "default": null,
719
+ "title": "Status Code"
720
+ }
721
+ },
722
+ "required": [
723
+ "report_id",
724
+ "requested_url"
725
+ ],
726
+ "title": "WebFetchReport",
727
+ "type": "object"
728
+ }
729
+ },
730
+ "description": "General intake report that preserves diagnostic residuals.",
731
+ "properties": {
732
+ "accepted": {
733
+ "default": false,
734
+ "title": "Accepted",
735
+ "type": "boolean"
736
+ },
737
+ "candidate_only": {
738
+ "default": true,
739
+ "title": "Candidate Only",
740
+ "type": "boolean"
741
+ },
742
+ "candidate_residual_coordinates": {
743
+ "items": {
744
+ "type": "string"
745
+ },
746
+ "title": "Candidate Residual Coordinates",
747
+ "type": "array"
748
+ },
749
+ "discovered_links": {
750
+ "items": {
751
+ "type": "string"
752
+ },
753
+ "title": "Discovered Links",
754
+ "type": "array"
755
+ },
756
+ "ecpt_phase_contribution_allowed": {
757
+ "default": false,
758
+ "title": "Ecpt Phase Contribution Allowed",
759
+ "type": "boolean"
760
+ },
761
+ "ingestion_reports": {
762
+ "items": {
763
+ "$ref": "#/$defs/PacketIngestionReport"
764
+ },
765
+ "title": "Ingestion Reports",
766
+ "type": "array"
767
+ },
768
+ "intake_profile": {
769
+ "default": "development",
770
+ "title": "Intake Profile",
771
+ "type": "string"
772
+ },
773
+ "packets": {
774
+ "items": {
775
+ "$ref": "#/$defs/CapabilityPacketCandidate"
776
+ },
777
+ "title": "Packets",
778
+ "type": "array"
779
+ },
780
+ "policy_digest": {
781
+ "default": "",
782
+ "title": "Policy Digest",
783
+ "type": "string"
784
+ },
785
+ "provenance": {
786
+ "items": {
787
+ "$ref": "#/$defs/IntakeProvenanceRecord"
788
+ },
789
+ "title": "Provenance",
790
+ "type": "array"
791
+ },
792
+ "reasons": {
793
+ "items": {
794
+ "type": "string"
795
+ },
796
+ "title": "Reasons",
797
+ "type": "array"
798
+ },
799
+ "rejected_sources": {
800
+ "items": {
801
+ "type": "string"
802
+ },
803
+ "title": "Rejected Sources",
804
+ "type": "array"
805
+ },
806
+ "report_id": {
807
+ "title": "Report Id",
808
+ "type": "string"
809
+ },
810
+ "residual_ledger": {
811
+ "$ref": "#/$defs/Ledger"
812
+ },
813
+ "settled": {
814
+ "default": false,
815
+ "title": "Settled",
816
+ "type": "boolean"
817
+ },
818
+ "source": {
819
+ "title": "Source",
820
+ "type": "string"
821
+ },
822
+ "source_kind": {
823
+ "$ref": "#/$defs/PacketSourceKind"
824
+ },
825
+ "source_policy_decisions": {
826
+ "items": {
827
+ "$ref": "#/$defs/GeneralIntakePolicyDecision"
828
+ },
829
+ "title": "Source Policy Decisions",
830
+ "type": "array"
831
+ },
832
+ "sqot_queue_class": {
833
+ "$ref": "#/$defs/ExternalCandidateClassification",
834
+ "default": "candidate_only"
835
+ },
836
+ "total_bytes_read": {
837
+ "default": 0,
838
+ "title": "Total Bytes Read",
839
+ "type": "integer"
840
+ },
841
+ "total_candidate_packets": {
842
+ "default": 0,
843
+ "title": "Total Candidate Packets",
844
+ "type": "integer"
845
+ },
846
+ "web_fetch_reports": {
847
+ "items": {
848
+ "$ref": "#/$defs/WebFetchReport"
849
+ },
850
+ "title": "Web Fetch Reports",
851
+ "type": "array"
852
+ }
853
+ },
854
+ "required": [
855
+ "report_id",
856
+ "source",
857
+ "source_kind"
858
+ ],
859
+ "title": "GeneralIntakeReport",
860
+ "type": "object"
861
+ }