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,1674 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aggregate_sha256": "70c81cebd94b8e611bf18e252ec1efc70905a180e2a84cb3245563e2f5bc9f6d",
|
|
3
|
+
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"media_type": "application/json",
|
|
6
|
+
"path": "schemas/AbstractionToken.schema.json",
|
|
7
|
+
"sha256": "cb1051c146b2dac334e491adec3d2650e8ea92307a055871864ae4efe204c369",
|
|
8
|
+
"size_bytes": 6451
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"media_type": "application/json",
|
|
12
|
+
"path": "schemas/AccelerationCertificate.schema.json",
|
|
13
|
+
"sha256": "bbe0c7cb926e78a941e4253f1ac52a02c4d2d6346211cb2a13865cf8220cd35f",
|
|
14
|
+
"size_bytes": 5241
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"media_type": "application/json",
|
|
18
|
+
"path": "schemas/AccelerationExperimentSuite.schema.json",
|
|
19
|
+
"sha256": "f3cb2be528e5ab86096c6e36ce8ead5d24ff1c19259ad34b3082205c8a21f7eb",
|
|
20
|
+
"size_bytes": 98676
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"media_type": "application/json",
|
|
24
|
+
"path": "schemas/AcceptedPacketPath.schema.json",
|
|
25
|
+
"sha256": "ad47bb0eb8c0ba5ce901f9998f1d5f4be1b5d91472dfe5eda00f84560c6ca35e",
|
|
26
|
+
"size_bytes": 3243
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"media_type": "application/json",
|
|
30
|
+
"path": "schemas/ActionabilityVector.schema.json",
|
|
31
|
+
"sha256": "73e08e61f0933efcc3d8eb11d8738c97e136395cdd073d6e1959d96a8d069f8c",
|
|
32
|
+
"size_bytes": 644
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"media_type": "application/json",
|
|
36
|
+
"path": "schemas/ActionCommit.schema.json",
|
|
37
|
+
"sha256": "8e110d674520ae6fbd5843795bdba15d5431378c2654cd29aa8a2132c9ccb8e5",
|
|
38
|
+
"size_bytes": 1568
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"media_type": "application/json",
|
|
42
|
+
"path": "schemas/ActionGrammar.schema.json",
|
|
43
|
+
"sha256": "3e1a3b4a40072108bed3b11ab207746a2b7f5baeca55ff935d9d145c7921cc04",
|
|
44
|
+
"size_bytes": 733
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"media_type": "application/json",
|
|
48
|
+
"path": "schemas/ActivationThresholdCertificate.schema.json",
|
|
49
|
+
"sha256": "a280b5a0994ca9761c5a554bcadef773b79e9899efcb703d8b5b1a5459b5e295",
|
|
50
|
+
"size_bytes": 4374
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"media_type": "application/json",
|
|
54
|
+
"path": "schemas/AdapterRouteSpec.schema.json",
|
|
55
|
+
"sha256": "3e6eaee66fdca96df03637e1f6041d9bd81055fddbd5f3264ce0cfacac3dc40d",
|
|
56
|
+
"size_bytes": 2427
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"media_type": "application/json",
|
|
60
|
+
"path": "schemas/AdoptionFirstRunCommand.schema.json",
|
|
61
|
+
"sha256": "33348257853522deb4a989b59671aaabcc408172b6f3d2f033d5de9a5995d5c8",
|
|
62
|
+
"size_bytes": 1055
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"media_type": "application/json",
|
|
66
|
+
"path": "schemas/AdoptionReviewChecklist.schema.json",
|
|
67
|
+
"sha256": "97817605dd1bd1641e67cdfa892238d515e41ca75e8bc4d860daff586be030e9",
|
|
68
|
+
"size_bytes": 802
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"media_type": "application/json",
|
|
72
|
+
"path": "schemas/AdoptionSafetyBoundary.schema.json",
|
|
73
|
+
"sha256": "42575eeac5386591b92206b683fbe9f4fe3f5365756ae6321ebdbed9deda7848",
|
|
74
|
+
"size_bytes": 2624
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"media_type": "application/json",
|
|
78
|
+
"path": "schemas/AgentAutonomyAuditReport.schema.json",
|
|
79
|
+
"sha256": "45aa0278bce931e8e8f62037cc280ff99074ce047102f5d1785e1aafab228555",
|
|
80
|
+
"size_bytes": 5527
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"media_type": "application/json",
|
|
84
|
+
"path": "schemas/AgentCheckReport.schema.json",
|
|
85
|
+
"sha256": "eb7ecc123e6454c4cb0c191e3f4a768a546d36b085a3246492aaa56caed4f1e2",
|
|
86
|
+
"size_bytes": 91668
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"media_type": "application/json",
|
|
90
|
+
"path": "schemas/AgentCommandInvocation.schema.json",
|
|
91
|
+
"sha256": "fea8311042787e92c66bae8e673813864234d9c4e4c15cc4b34cbb100ebcc45e",
|
|
92
|
+
"size_bytes": 1503
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"media_type": "application/json",
|
|
96
|
+
"path": "schemas/AgentCommunicationGuide.schema.json",
|
|
97
|
+
"sha256": "3e8059525839c5c1674fbc2c75cbf71ab7e8a62cfa2cf343dba53f043b3df73e",
|
|
98
|
+
"size_bytes": 5608
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"media_type": "application/json",
|
|
102
|
+
"path": "schemas/AgentCommunicationPolicy.schema.json",
|
|
103
|
+
"sha256": "9ed40085553edd5f96b8bfed0eaed02d70a79e10c44a372a8ccb5f352852ce2d",
|
|
104
|
+
"size_bytes": 1907
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"media_type": "application/json",
|
|
108
|
+
"path": "schemas/AgentCommunicationStep.schema.json",
|
|
109
|
+
"sha256": "34012a76ebe82c9f29f750291d69b6f74394ad7da398e8d7249fd8d63e9f02d3",
|
|
110
|
+
"size_bytes": 1760
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"media_type": "application/json",
|
|
114
|
+
"path": "schemas/AgentConnectorSpec.schema.json",
|
|
115
|
+
"sha256": "fcaca8ede2228475a79538518401ea27d18165c963faefdba2a621aacc1f25dd",
|
|
116
|
+
"size_bytes": 2105
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"media_type": "application/json",
|
|
120
|
+
"path": "schemas/AgentFeatureReadinessReport.schema.json",
|
|
121
|
+
"sha256": "3dce890382250d3ce4a23895758bf16653a42c0ae05abd2a619f6b8125c81d87",
|
|
122
|
+
"size_bytes": 5448
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"media_type": "application/json",
|
|
126
|
+
"path": "schemas/AgentIdentityAttestation.schema.json",
|
|
127
|
+
"sha256": "ee3ff8cd9afad1df8425d7128ad2e58f25dab996446aa54b11fc92646b07a909",
|
|
128
|
+
"size_bytes": 2019
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"media_type": "application/json",
|
|
132
|
+
"path": "schemas/AgentIdentityCheckReport.schema.json",
|
|
133
|
+
"sha256": "f1e842c63f6dd75a28a9dfee33190e73facae027d566058e6eed3564564722b4",
|
|
134
|
+
"size_bytes": 4908
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"media_type": "application/json",
|
|
138
|
+
"path": "schemas/AgentInboxRecord.schema.json",
|
|
139
|
+
"sha256": "18829f3443fa0a100775786200ef63c516b926ddfbf277cb42a34f81629e7d68",
|
|
140
|
+
"size_bytes": 7474
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"media_type": "application/json",
|
|
144
|
+
"path": "schemas/AgentIntakeReport.schema.json",
|
|
145
|
+
"sha256": "5655bc0f5316dbeeb0f9618c5ee71114c3f7e0d3e0916b0c9477a4184fdba28e",
|
|
146
|
+
"size_bytes": 88735
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"media_type": "application/json",
|
|
150
|
+
"path": "schemas/AgentIntakeRequest.schema.json",
|
|
151
|
+
"sha256": "1e1e875da6c3fe27df873d1c58bcaad794c899b0c1090bb93aedd9dd2cec7366",
|
|
152
|
+
"size_bytes": 56991
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"media_type": "application/json",
|
|
156
|
+
"path": "schemas/AgentMessageContractReport.schema.json",
|
|
157
|
+
"sha256": "e6009b8914b30c45ba650bf65f3f2f162fdfe80683924fab70093058ce5de9fd",
|
|
158
|
+
"size_bytes": 4469
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"media_type": "application/json",
|
|
162
|
+
"path": "schemas/AgentMessageDeliveryReport.schema.json",
|
|
163
|
+
"sha256": "361027bd78151a2d67d8f65d236c8e9c0ebd2819ee380aa9018eea06e733cd70",
|
|
164
|
+
"size_bytes": 15549
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"media_type": "application/json",
|
|
168
|
+
"path": "schemas/AgentMessageEnvelope.schema.json",
|
|
169
|
+
"sha256": "94db08df98c6fe6bdc7b2318f6976209cc56a1e81be0f180ddbb0e668b575e44",
|
|
170
|
+
"size_bytes": 3985
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"media_type": "application/json",
|
|
174
|
+
"path": "schemas/AgentMessageNonceLedger.schema.json",
|
|
175
|
+
"sha256": "4d186c3478b938b40ef521acdcf3b27f8913cce1e4b320856c507a7a4a96dbb2",
|
|
176
|
+
"size_bytes": 988
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"media_type": "application/json",
|
|
180
|
+
"path": "schemas/AgentMessageVerificationContext.schema.json",
|
|
181
|
+
"sha256": "6081f402a4dc1385885f1a5189e4f2131a208730e682391ca977826cdd06a262",
|
|
182
|
+
"size_bytes": 1428
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"media_type": "application/json",
|
|
186
|
+
"path": "schemas/AgentNetworkReadinessReport.schema.json",
|
|
187
|
+
"sha256": "4e0692f5e49397bbce31e55ac97a8143e6bbba8b7abf91736476dfe3ad60159b",
|
|
188
|
+
"size_bytes": 2507
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"media_type": "application/json",
|
|
192
|
+
"path": "schemas/AgentNextActionReport.schema.json",
|
|
193
|
+
"sha256": "42d40810b9e2f8353e1e811c0e7d67d12c1756b3641fdf54e05210ab5c50e788",
|
|
194
|
+
"size_bytes": 1758
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"media_type": "application/json",
|
|
198
|
+
"path": "schemas/AgentPacketExchangeReport.schema.json",
|
|
199
|
+
"sha256": "9fc9648f804520acbeeb33af906cfe7f4504d17dcbaef5f03ad4a13a98164c02",
|
|
200
|
+
"size_bytes": 12502
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"media_type": "application/json",
|
|
204
|
+
"path": "schemas/AgentPeerRecord.schema.json",
|
|
205
|
+
"sha256": "1d47eec5b9c1859ff1244f58afedaea911f1d83a40758c7d2329641a7949a705",
|
|
206
|
+
"size_bytes": 1680
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"media_type": "application/json",
|
|
210
|
+
"path": "schemas/AgentPolicyIdentity.schema.json",
|
|
211
|
+
"sha256": "c1dcc2182d9d11bcd9c9c8edacef499a4429b0bf3a931fd2d1f570d13e11032f",
|
|
212
|
+
"size_bytes": 1643
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"media_type": "application/json",
|
|
216
|
+
"path": "schemas/AgentPopulationState.schema.json",
|
|
217
|
+
"sha256": "12080c32593743ad896da5b0a61575447b93408b4a611a74d01de01ae801d4d9",
|
|
218
|
+
"size_bytes": 64836
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"media_type": "application/json",
|
|
222
|
+
"path": "schemas/AgentRelayReadinessReport.schema.json",
|
|
223
|
+
"sha256": "1e3ba0f1e36dde6b827feddae535046aca83d0a8ba52ffc8a7886c8f81ac6f80",
|
|
224
|
+
"size_bytes": 2866
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"media_type": "application/json",
|
|
228
|
+
"path": "schemas/AgentRunbookReport.schema.json",
|
|
229
|
+
"sha256": "badaa0b4a641f04d05fbce1c6a5fe6e5fbf9a8f38e79620ec27d62d350483149",
|
|
230
|
+
"size_bytes": 2195
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"media_type": "application/json",
|
|
234
|
+
"path": "schemas/AgentRuntimeConfig.schema.json",
|
|
235
|
+
"sha256": "759700d89ef1de741e39b33c077a0ff0b15bada5360353bb2343dcd6583f9e55",
|
|
236
|
+
"size_bytes": 1829
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"media_type": "application/json",
|
|
240
|
+
"path": "schemas/AgentTask.schema.json",
|
|
241
|
+
"sha256": "0487262b6c2d2dc184f8353263a117d3a4a5e3a26832c3feffe383e765ded2e2",
|
|
242
|
+
"size_bytes": 2160
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"media_type": "application/json",
|
|
246
|
+
"path": "schemas/AgentToOperatorRequest.schema.json",
|
|
247
|
+
"sha256": "b2320f6536a67a3601b39d526681b2e596bda56488244b4fb69a396f46b5f142",
|
|
248
|
+
"size_bytes": 6163
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"media_type": "application/json",
|
|
252
|
+
"path": "schemas/AgentWorkflowGuide.schema.json",
|
|
253
|
+
"sha256": "36a9e1b0791e12c4d982b08ba3dc5d7bc65816154cb914e3ded30f92c8b0990a",
|
|
254
|
+
"size_bytes": 2936
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"media_type": "application/json",
|
|
258
|
+
"path": "schemas/AgentWorkflowStep.schema.json",
|
|
259
|
+
"sha256": "665827eb0f0d44f1c7f7f23dee667004d02b340f021fd2c218b5bcb942527126",
|
|
260
|
+
"size_bytes": 1160
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"media_type": "application/json",
|
|
264
|
+
"path": "schemas/AlgebraLawCertificate.schema.json",
|
|
265
|
+
"sha256": "f4a1d82eb4d2713ee27a97dc3d094ecfb9f3c1c6611decc1e96bdc8e17c61c33",
|
|
266
|
+
"size_bytes": 2471
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"media_type": "application/json",
|
|
270
|
+
"path": "schemas/ALTAccelerationCertificate.schema.json",
|
|
271
|
+
"sha256": "9c01cb3d4a2732d0e3aa35a55a94a4e5b086f5a69b029a968811af7970012fa3",
|
|
272
|
+
"size_bytes": 4028
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"media_type": "application/json",
|
|
276
|
+
"path": "schemas/ALTAdmissionDecision.schema.json",
|
|
277
|
+
"sha256": "61c10b5d302b458e580c81ccaedb8defdb2c101dc36a2cd456760c2b0534d460",
|
|
278
|
+
"size_bytes": 4580
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"media_type": "application/json",
|
|
282
|
+
"path": "schemas/ALTCARACertificate.schema.json",
|
|
283
|
+
"sha256": "7f2c25e2dc7947ae05a2dce7f93df5c09f4c6737548c39ab647abebc92c95e2f",
|
|
284
|
+
"size_bytes": 7060
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"media_type": "application/json",
|
|
288
|
+
"path": "schemas/ALTDeprecationRecord.schema.json",
|
|
289
|
+
"sha256": "23c426f14b1863f715a9c3dd6de715fb487dbf853b3630534f7b6e95486369d7",
|
|
290
|
+
"size_bytes": 3878
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"media_type": "application/json",
|
|
294
|
+
"path": "schemas/ALTKernelTransitionReport.schema.json",
|
|
295
|
+
"sha256": "0cc6f0170f8ca2b9a5c17b800a45fa82eb761c9a703cfe7f2edb7641f97cdbf0",
|
|
296
|
+
"size_bytes": 4277
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"media_type": "application/json",
|
|
300
|
+
"path": "schemas/ALTResurrectionRecord.schema.json",
|
|
301
|
+
"sha256": "056f0dbedff224fcfb904bf6db57d0ed1c609a3cf51db58a1b0119ef86470cca",
|
|
302
|
+
"size_bytes": 3875
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"media_type": "application/json",
|
|
306
|
+
"path": "schemas/ASIProxyTargetContract.schema.json",
|
|
307
|
+
"sha256": "585faeffffd2488d520a796b79cd608ce99a380f72763bfce0e9855e5bf72b15",
|
|
308
|
+
"size_bytes": 1197
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"media_type": "application/json",
|
|
312
|
+
"path": "schemas/AttestationRecord.schema.json",
|
|
313
|
+
"sha256": "74c3d7b7aac3d5bbeedf6fea650d3eaec5809f63ed08ff0a80980c6f30efe724",
|
|
314
|
+
"size_bytes": 1422
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"media_type": "application/json",
|
|
318
|
+
"path": "schemas/AutocatalyticClosureWitness.schema.json",
|
|
319
|
+
"sha256": "914c8d73c75ecfe06de5b86cd8ce27462b058d09ae74696085a2f52f5e5d67c5",
|
|
320
|
+
"size_bytes": 4304
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"media_type": "application/json",
|
|
324
|
+
"path": "schemas/BaselineRefreshCertificate.schema.json",
|
|
325
|
+
"sha256": "a08d449b18dd57b0cdf13f32e07f31e47529a97869f59d11037beedaed842904",
|
|
326
|
+
"size_bytes": 4045
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"media_type": "application/json",
|
|
330
|
+
"path": "schemas/BasinReachabilityReport.schema.json",
|
|
331
|
+
"sha256": "5eff1c26e8f2afb351b815552c6af0dba245f5a74685a2bcb330cf2a7d434244",
|
|
332
|
+
"size_bytes": 5601
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"media_type": "application/json",
|
|
336
|
+
"path": "schemas/BottleneckCandidate.schema.json",
|
|
337
|
+
"sha256": "21be42eecd130f21ca27f855156c98b3728f466421a6527801d88d70e2149197",
|
|
338
|
+
"size_bytes": 2270
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"media_type": "application/json",
|
|
342
|
+
"path": "schemas/BottleneckIntervention.schema.json",
|
|
343
|
+
"sha256": "59ea929185392d56816289e674ef6ed6028cf6a5deb9235148b76f4503f44ffe",
|
|
344
|
+
"size_bytes": 3617
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"media_type": "application/json",
|
|
348
|
+
"path": "schemas/BottleneckInversionPlan.schema.json",
|
|
349
|
+
"sha256": "57abd1d41c5642c09c2201de59eb9bc2a0030355d9750294d278e99acfb0e317",
|
|
350
|
+
"size_bytes": 5103
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"media_type": "application/json",
|
|
354
|
+
"path": "schemas/BottleneckWitnessReport.schema.json",
|
|
355
|
+
"sha256": "65bdbd689cf9c66a6d3bc2e6ab601fafdc9f3c5c4cd374cbc40e932a4dc2034d",
|
|
356
|
+
"size_bytes": 2834
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"media_type": "application/json",
|
|
360
|
+
"path": "schemas/BoundaryGeneratorRecord.schema.json",
|
|
361
|
+
"sha256": "84b92099db600511f21b1746de5c66638a25e6d30847bbfa834bd04471beadc0",
|
|
362
|
+
"size_bytes": 1132
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"media_type": "application/json",
|
|
366
|
+
"path": "schemas/BoundaryScriptRecord.schema.json",
|
|
367
|
+
"sha256": "d187af1cf2e4f64ce8975d31f3ad2c718f37bfb278734fbeb860ee4459ccd60a",
|
|
368
|
+
"size_bytes": 573
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"media_type": "application/json",
|
|
372
|
+
"path": "schemas/BudgetedToleranceScheduler.schema.json",
|
|
373
|
+
"sha256": "6a51a5e9e80e5e640d4c22cd5cb709926046139d11d055b43e7e20814ad39700",
|
|
374
|
+
"size_bytes": 1226
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"media_type": "application/json",
|
|
378
|
+
"path": "schemas/bundle.schema.json",
|
|
379
|
+
"sha256": "857b6cff3c9512da1e27a996353999317aa0d598403a1a03433b5fe1b016f2f3",
|
|
380
|
+
"size_bytes": 2937077
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"media_type": "application/json",
|
|
384
|
+
"path": "schemas/CalibrationCertificate.schema.json",
|
|
385
|
+
"sha256": "2e394da829c2b34ee81544d093d119676afb415ac9faaa07eb6035b654764938",
|
|
386
|
+
"size_bytes": 5850
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"media_type": "application/json",
|
|
390
|
+
"path": "schemas/CanonicalImplementationReadinessReport.schema.json",
|
|
391
|
+
"sha256": "dfe9887d40cfdcfd0dd8a38c2eb7b65c0c2f6a6a774ca8369083286cd7b56191",
|
|
392
|
+
"size_bytes": 7789
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"media_type": "application/json",
|
|
396
|
+
"path": "schemas/CanonicalManifest.schema.json",
|
|
397
|
+
"sha256": "7ac61d19dc538211faca2161aa5e3797dc7e9d1b8fbf9a277df3e8fd0b14682e",
|
|
398
|
+
"size_bytes": 2043
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"media_type": "application/json",
|
|
402
|
+
"path": "schemas/CanonicalManifestRecord.schema.json",
|
|
403
|
+
"sha256": "c26ade2c8c432386a876501b46337d9bb2e0671f0f9531686b325346a67681a5",
|
|
404
|
+
"size_bytes": 1152
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"media_type": "application/json",
|
|
408
|
+
"path": "schemas/CanonicalTheorySnapshotSummary.schema.json",
|
|
409
|
+
"sha256": "2cfa648c960c9eca06e93157b5381e7b734b3f93938dc74755d6d33e9750e9f7",
|
|
410
|
+
"size_bytes": 2260
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"media_type": "application/json",
|
|
414
|
+
"path": "schemas/CapabilityBasinContract.schema.json",
|
|
415
|
+
"sha256": "3cc942d9f122f88d4fc455c16666de690f4ba6e6ca22e9fa68ab1464602e5802",
|
|
416
|
+
"size_bytes": 1294
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"media_type": "application/json",
|
|
420
|
+
"path": "schemas/CapabilityPacketCandidate.schema.json",
|
|
421
|
+
"sha256": "f6ed9f187ddf31cb79a0837ca956d72b00acd5832d8f93201df0a7548d52ae03",
|
|
422
|
+
"size_bytes": 5363
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"media_type": "application/json",
|
|
426
|
+
"path": "schemas/CapabilityPacketRegistry.schema.json",
|
|
427
|
+
"sha256": "0190599e1d9b23c61c2d3586535093d2b8085b8e4b2297ef8520b04d028b90d9",
|
|
428
|
+
"size_bytes": 10800
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"media_type": "application/json",
|
|
432
|
+
"path": "schemas/CapabilityStateVector.schema.json",
|
|
433
|
+
"sha256": "d132e7928d9f2d0ef4e373e5ae40662afbed73d076ec11c0eabdd82b9b2b7578",
|
|
434
|
+
"size_bytes": 3961
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"media_type": "application/json",
|
|
438
|
+
"path": "schemas/CascadeResidualPotential.schema.json",
|
|
439
|
+
"sha256": "373241f14b7b1bef206772431c510edc3510c85fd706bb4203a308dd8ff169d4",
|
|
440
|
+
"size_bytes": 666
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"media_type": "application/json",
|
|
444
|
+
"path": "schemas/CertificateCompilerRecord.schema.json",
|
|
445
|
+
"sha256": "e98fd57908a7750741d3d487084ccda33b7610cbbf3718b6b00992e487570ab7",
|
|
446
|
+
"size_bytes": 1784
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"media_type": "application/json",
|
|
450
|
+
"path": "schemas/CertificateFamily.schema.json",
|
|
451
|
+
"sha256": "f5e3f887aa1b96181ce42010fab8cee5e02f00458bb9fa2ff23dc62caa2df3ae",
|
|
452
|
+
"size_bytes": 9427
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"media_type": "application/json",
|
|
456
|
+
"path": "schemas/CertificateRoute.schema.json",
|
|
457
|
+
"sha256": "c4dd5b836b9e9fe1910034e73b97ae7319474cfaeb6908c1990ccb3364dda197",
|
|
458
|
+
"size_bytes": 2905
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"media_type": "application/json",
|
|
462
|
+
"path": "schemas/CertifiedAbstractionCapital.schema.json",
|
|
463
|
+
"sha256": "f33705a5f438009f9e7b775bf558b13f28e84c100fae75f3e1172a1df78b2a38",
|
|
464
|
+
"size_bytes": 3745
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"media_type": "application/json",
|
|
468
|
+
"path": "schemas/CheckerContext.schema.json",
|
|
469
|
+
"sha256": "b890f22bd1f8dce39f91ca5753e18a0de5ca8ea6963362de616eed4850c5328e",
|
|
470
|
+
"size_bytes": 6336
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"media_type": "application/json",
|
|
474
|
+
"path": "schemas/CheckResult.schema.json",
|
|
475
|
+
"sha256": "9b76ac6a9b9f142a2c35e080b42a8b063eb2fb6aff9ab463dddac057e7b1dfda",
|
|
476
|
+
"size_bytes": 8191
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"media_type": "application/json",
|
|
480
|
+
"path": "schemas/ClosedLoopAgentIteration.schema.json",
|
|
481
|
+
"sha256": "79626c9bf41bacb2a644efc7aa6bb8eea0b69054a6d77c1c14533c6bb6a21d99",
|
|
482
|
+
"size_bytes": 26457
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"media_type": "application/json",
|
|
486
|
+
"path": "schemas/CollectivePhaseCertificate.schema.json",
|
|
487
|
+
"sha256": "62abf30a4e439dbea8342bddf1644efb106378fa6a88b58baab0df7640e0a57f",
|
|
488
|
+
"size_bytes": 35971
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"media_type": "application/json",
|
|
492
|
+
"path": "schemas/CommercialReadinessSummary.schema.json",
|
|
493
|
+
"sha256": "177440e784d1fd416e508f468b9db06e88576964ee1609172f13832ce994d135",
|
|
494
|
+
"size_bytes": 3329
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"media_type": "application/json",
|
|
498
|
+
"path": "schemas/ConfidenceLedger.schema.json",
|
|
499
|
+
"sha256": "31db79dc4cc06e7e692818565ce0d536414fcf0de3e3c34f53493c860280d0e9",
|
|
500
|
+
"size_bytes": 546
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"media_type": "application/json",
|
|
504
|
+
"path": "schemas/ContentAddressedEvidenceRef.schema.json",
|
|
505
|
+
"sha256": "78101eaceb93b77d5829edddd57645cddc08b26c25846e92f53949e88acfebba",
|
|
506
|
+
"size_bytes": 915
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"media_type": "application/json",
|
|
510
|
+
"path": "schemas/ControlledTransition.schema.json",
|
|
511
|
+
"sha256": "dfde19d50ab7ebdfd7020cedf62024564eb10f5d000d9c18a5fc84886746b63d",
|
|
512
|
+
"size_bytes": 2019
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"media_type": "application/json",
|
|
516
|
+
"path": "schemas/CryptographicAgentIdentity.schema.json",
|
|
517
|
+
"sha256": "88fbe91886d8c8dd86530773a38444482985102112864b29f336a256a5429bbb",
|
|
518
|
+
"size_bytes": 3899
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"media_type": "application/json",
|
|
522
|
+
"path": "schemas/DiagnosticReservePolicy.schema.json",
|
|
523
|
+
"sha256": "61650eb58ce02115dee03d14a711ab6107741ebb8fef5104c50a797e916d725c",
|
|
524
|
+
"size_bytes": 505
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"media_type": "application/json",
|
|
528
|
+
"path": "schemas/DischargeRouteBinding.schema.json",
|
|
529
|
+
"sha256": "bac125c1e7402a3682972128a1c981f7c333505574cfd5942c40b371de86d2c5",
|
|
530
|
+
"size_bytes": 2242
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"media_type": "application/json",
|
|
534
|
+
"path": "schemas/DKWCertificate.schema.json",
|
|
535
|
+
"sha256": "36ecf9c120dd694a6eba61dae989da7fdd802d7bae6fa551368a4f9184c5ebda",
|
|
536
|
+
"size_bytes": 571
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"media_type": "application/json",
|
|
540
|
+
"path": "schemas/DomainTypedSemiring.schema.json",
|
|
541
|
+
"sha256": "da40263822321af344182b798b4ec929d31f36569617e6c904f5fba5148d6060",
|
|
542
|
+
"size_bytes": 1109
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"media_type": "application/json",
|
|
546
|
+
"path": "schemas/DominanceWitness.schema.json",
|
|
547
|
+
"sha256": "1d54a06ba70fbf68dcf3f93e127f01f90fa49dfd2acff1f9298fddae50c031f7",
|
|
548
|
+
"size_bytes": 585
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"media_type": "application/json",
|
|
552
|
+
"path": "schemas/EdgeRelationVerificationReport.schema.json",
|
|
553
|
+
"sha256": "72b34858f5a2801c4aa0eebd307b1c35deae5525ddcbbdf5807d9b7d81535eb8",
|
|
554
|
+
"size_bytes": 3674
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"media_type": "application/json",
|
|
558
|
+
"path": "schemas/EdgeRelationVerifierSpec.schema.json",
|
|
559
|
+
"sha256": "18f692c70bc2284a2bc0db92114ab694d88515d52eaaf74c267241a388fdb6b5",
|
|
560
|
+
"size_bytes": 1554
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"media_type": "application/json",
|
|
564
|
+
"path": "schemas/EdgeWitness.schema.json",
|
|
565
|
+
"sha256": "e303ef8fcf3b525411a03cccddf9a771a99990236ec4e178f37197e54803ef21",
|
|
566
|
+
"size_bytes": 1501
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"media_type": "application/json",
|
|
570
|
+
"path": "schemas/EdgeWitnessCertificate.schema.json",
|
|
571
|
+
"sha256": "8819bb39414cd4e67568435fc92cfd7089e04a899347f83f6397025c6de2ab42",
|
|
572
|
+
"size_bytes": 4270
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"media_type": "application/json",
|
|
576
|
+
"path": "schemas/EProcessCertificate.schema.json",
|
|
577
|
+
"sha256": "7bb126988e869e439128c9259598dcf8112228032f996a7e7aee14c98fd38e2f",
|
|
578
|
+
"size_bytes": 413
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"media_type": "application/json",
|
|
582
|
+
"path": "schemas/EvidenceArtifact.schema.json",
|
|
583
|
+
"sha256": "3387eb6cac472f3eb10ff0ba2147a804875858c994686fe39683bab1e3b24565",
|
|
584
|
+
"size_bytes": 2235
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"media_type": "application/json",
|
|
588
|
+
"path": "schemas/EvidenceEnvelopeStoreRecord.schema.json",
|
|
589
|
+
"sha256": "07cb0e54058b494b9c3d0eabe4d387f3ac00ff0c82d0466113b5945c310735d1",
|
|
590
|
+
"size_bytes": 2207
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"media_type": "application/json",
|
|
594
|
+
"path": "schemas/EvidencePolicy.schema.json",
|
|
595
|
+
"sha256": "a3e3b8bc5ab086e5aa2c4e445aada043c2a250d29dc3b06f0c7280a26b9defac",
|
|
596
|
+
"size_bytes": 1466
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"media_type": "application/json",
|
|
600
|
+
"path": "schemas/EvidenceResolutionBatch.schema.json",
|
|
601
|
+
"sha256": "9284f298cd5122d6cd0a7e3383d4fe81d4c5a7b0f5966a4957bffeaeb84d1a1c",
|
|
602
|
+
"size_bytes": 8506
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"media_type": "application/json",
|
|
606
|
+
"path": "schemas/EvidenceVerificationProfile.schema.json",
|
|
607
|
+
"sha256": "2061aeb280d26808a35d53e4c1ff5d4d255c0b2aae527e7961087b8cfd3d7d20",
|
|
608
|
+
"size_bytes": 2037
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"media_type": "application/json",
|
|
612
|
+
"path": "schemas/ExecutableALTCertificatePacket.schema.json",
|
|
613
|
+
"sha256": "2613362611bdf3c93f25ca39dc4c3272c6f652f6b82e9d6b833f834877803017",
|
|
614
|
+
"size_bytes": 39009
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"media_type": "application/json",
|
|
618
|
+
"path": "schemas/ExecutableTraceNormalForm.schema.json",
|
|
619
|
+
"sha256": "5cf25a21960a85f2f241e95e05afa76af53e4c88849e8b276186e1d4a614837d",
|
|
620
|
+
"size_bytes": 15637
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"media_type": "application/json",
|
|
624
|
+
"path": "schemas/ExecutionAvailablePathCertificate.schema.json",
|
|
625
|
+
"sha256": "31c32680bc0c2bfada452567df48b2949c21e01c248ed5abb0d2ef7a141438fc",
|
|
626
|
+
"size_bytes": 4597
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"media_type": "application/json",
|
|
630
|
+
"path": "schemas/ExternalCandidateClassification.schema.json",
|
|
631
|
+
"sha256": "5c54b6f6f6a9e4a50f28f468433c9be388552237407d26ba51a1eef2759e190c",
|
|
632
|
+
"size_bytes": 184
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"media_type": "application/json",
|
|
636
|
+
"path": "schemas/ExternalObligationCatalog.schema.json",
|
|
637
|
+
"sha256": "a605cb579d254fcb0d279815c28e459c517772efae5e6cd750c60490dd8ecfee",
|
|
638
|
+
"size_bytes": 5766
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"media_type": "application/json",
|
|
642
|
+
"path": "schemas/ExternalVerifierHook.schema.json",
|
|
643
|
+
"sha256": "169dd7ef0d85a17185bdd82926a0fcab0abc2bef473bad1b6015da6f1c94b549",
|
|
644
|
+
"size_bytes": 3916
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"media_type": "application/json",
|
|
648
|
+
"path": "schemas/FiniteOrder.schema.json",
|
|
649
|
+
"sha256": "28b498603c5789d91c9c5c6ce5f3464c5f9e7d7c4ba134c622175d0f5bacdc8a",
|
|
650
|
+
"size_bytes": 667
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"media_type": "application/json",
|
|
654
|
+
"path": "schemas/FinitePhaseControlCertificate.schema.json",
|
|
655
|
+
"sha256": "50d7dbbeb639ce113bcf935102d6a71a884e8a037d348c0d8e657535e326cb8e",
|
|
656
|
+
"size_bytes": 2377
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"media_type": "application/json",
|
|
660
|
+
"path": "schemas/FiniteTraceLaw.schema.json",
|
|
661
|
+
"sha256": "436dccf40c8694fd21cd9a896e7b02703049401821c9827832bf7de0851ad0e1",
|
|
662
|
+
"size_bytes": 563
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"media_type": "application/json",
|
|
666
|
+
"path": "schemas/FixedPopulationLedger.schema.json",
|
|
667
|
+
"sha256": "464e2f6da308dcb6c80d1069083ddf8f591855cb5ae1641c8f13d460e67b4c21",
|
|
668
|
+
"size_bytes": 6084
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"media_type": "application/json",
|
|
672
|
+
"path": "schemas/FormationCostLedger.schema.json",
|
|
673
|
+
"sha256": "1e87a94953ee2099713bf9986b430a26d308e075c3a5eb42eab7739095696b09",
|
|
674
|
+
"size_bytes": 2084
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"media_type": "application/json",
|
|
678
|
+
"path": "schemas/FoundryControlDashboard.schema.json",
|
|
679
|
+
"sha256": "cf3f044ba05315c06a9838af2bdc35d1fe5868b11184416b8e53042a3e893e10",
|
|
680
|
+
"size_bytes": 4672
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"media_type": "application/json",
|
|
684
|
+
"path": "schemas/FoundryState.schema.json",
|
|
685
|
+
"sha256": "fe3e04ff2afd80464d28268e96b48f8073ce81a0df2c22394be8643cfb7a9a83",
|
|
686
|
+
"size_bytes": 47353
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"media_type": "application/json",
|
|
690
|
+
"path": "schemas/FrontierDebtReport.schema.json",
|
|
691
|
+
"sha256": "eabebe1f980f2c73e4bb753ff01ad75bdd0ee2cd9c798b69300fe6b4d3851cd8",
|
|
692
|
+
"size_bytes": 2930
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"media_type": "application/json",
|
|
696
|
+
"path": "schemas/FunctorLawCertificate.schema.json",
|
|
697
|
+
"sha256": "2841a9c73b392e428cf2bac36b9c964798c21afa490fc8a1812ea1bdbdca6b26",
|
|
698
|
+
"size_bytes": 1888
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"media_type": "application/json",
|
|
702
|
+
"path": "schemas/FusedGeometricComparisonCertificate.schema.json",
|
|
703
|
+
"sha256": "9c542f2d55a75a4b5b35046d9ed47d682fb8250388d28686d0ca80db9540d5cc",
|
|
704
|
+
"size_bytes": 1667
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"media_type": "application/json",
|
|
708
|
+
"path": "schemas/FutureFreedomVector.schema.json",
|
|
709
|
+
"sha256": "61b64747198ec4a245e1d27c3a767951a61aabedce22786674798b4d251cd851",
|
|
710
|
+
"size_bytes": 1681
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"media_type": "application/json",
|
|
714
|
+
"path": "schemas/GeneralIntakePolicy.schema.json",
|
|
715
|
+
"sha256": "45ce3730a777e5b92155277008642e2eb983f0d42ec991aad9bc9c0071371d0c",
|
|
716
|
+
"size_bytes": 6865
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"media_type": "application/json",
|
|
720
|
+
"path": "schemas/GeneralIntakePolicyDecision.schema.json",
|
|
721
|
+
"sha256": "13ec7d210889a1762ab00f3b04961890493496aea5b2e3147bfb71e72857c6c3",
|
|
722
|
+
"size_bytes": 1843
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"media_type": "application/json",
|
|
726
|
+
"path": "schemas/GeneralIntakeProfile.schema.json",
|
|
727
|
+
"sha256": "1f9e9f6a69dd4cabee10e01d3584e5a483093c090ff780078f45e5503681b571",
|
|
728
|
+
"size_bytes": 202
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"media_type": "application/json",
|
|
732
|
+
"path": "schemas/GeneralIntakeReport.schema.json",
|
|
733
|
+
"sha256": "74c9f50d2630bae6c5812129add00b3ea49dc9b49a8cb0bb1b66c62f4289f39f",
|
|
734
|
+
"size_bytes": 21366
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"media_type": "application/json",
|
|
738
|
+
"path": "schemas/GeneralIntakeRuntimeBridgeReport.schema.json",
|
|
739
|
+
"sha256": "5aed88689a922aeb38556838b937ca72e3aee261cb0a84902d0971236fb8b658",
|
|
740
|
+
"size_bytes": 18798
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"media_type": "application/json",
|
|
744
|
+
"path": "schemas/GeneralIntakeSource.schema.json",
|
|
745
|
+
"sha256": "586056d3bb86aca632e4976cfe8c9b3328027bb0b16259f91bd0572b7704ac18",
|
|
746
|
+
"size_bytes": 1111
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"media_type": "application/json",
|
|
750
|
+
"path": "schemas/GoodTuringCertificate.schema.json",
|
|
751
|
+
"sha256": "903fa404079007fa5566a3c807d83e31ce8256cb768cf9b4893d25108daa5a98",
|
|
752
|
+
"size_bytes": 589
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"media_type": "application/json",
|
|
756
|
+
"path": "schemas/HazardEnvelopeCertificate.schema.json",
|
|
757
|
+
"sha256": "e86249ffa31b744213e106795ec9584639d06b642f74de80f3539ec448525185",
|
|
758
|
+
"size_bytes": 4409
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"media_type": "application/json",
|
|
762
|
+
"path": "schemas/HiddenCapabilityInjectionReport.schema.json",
|
|
763
|
+
"sha256": "c6ce1d009cd22c2dedcf2083b29649303b0e87db21525dab1bd62bbff50c4614",
|
|
764
|
+
"size_bytes": 4785
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"media_type": "application/json",
|
|
768
|
+
"path": "schemas/IdentityContributionStatus.schema.json",
|
|
769
|
+
"sha256": "5735243f7aba2f17af46be0ea5e8d3a244719046f0bdbf00c2dae4e8ffcb9e75",
|
|
770
|
+
"size_bytes": 179
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"media_type": "application/json",
|
|
774
|
+
"path": "schemas/IdentityTrustProfile.schema.json",
|
|
775
|
+
"sha256": "242ca618f84b6d453a149e105990fb869168687a3aac3ba100f30c14f6db954f",
|
|
776
|
+
"size_bytes": 193
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"media_type": "application/json",
|
|
780
|
+
"path": "schemas/ImplementationMaturity.schema.json",
|
|
781
|
+
"sha256": "a734b832fd7493fcfc341938f771d65573d50cdf44c5a09e60818054332c0ec8",
|
|
782
|
+
"size_bytes": 700
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"media_type": "application/json",
|
|
786
|
+
"path": "schemas/IndependenceCertificate.schema.json",
|
|
787
|
+
"sha256": "b8844ffa4f5ea87b16d8d70a748d429be39e072b2bcfdaf563d530894055fdcd",
|
|
788
|
+
"size_bytes": 883
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"media_type": "application/json",
|
|
792
|
+
"path": "schemas/InnerViabilityKernel.schema.json",
|
|
793
|
+
"sha256": "4a17162a078d97524276210a8b4506b112ceb2a0684a40a33286bb27b2a17a32",
|
|
794
|
+
"size_bytes": 882
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"media_type": "application/json",
|
|
798
|
+
"path": "schemas/IntakeProvenanceRecord.schema.json",
|
|
799
|
+
"sha256": "2e4ad34c46d3d29946a23a592733ad23e461ce16f0bd421c03054f72bf48d34f",
|
|
800
|
+
"size_bytes": 4210
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"media_type": "application/json",
|
|
804
|
+
"path": "schemas/InterventionCandidate.schema.json",
|
|
805
|
+
"sha256": "ea55d40b57029fc8e09d71503b63d57cb888bd7abd5a7648a0e74a3cddfc9037",
|
|
806
|
+
"size_bytes": 6186
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"media_type": "application/json",
|
|
810
|
+
"path": "schemas/Judgment.schema.json",
|
|
811
|
+
"sha256": "ad54e4230d989e05fa4231043c613394370e341b65928473f1641a05b49da2bc",
|
|
812
|
+
"size_bytes": 8287
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"media_type": "application/json",
|
|
816
|
+
"path": "schemas/LatticeWitness.schema.json",
|
|
817
|
+
"sha256": "09a7482b5b9c0731caafd06af843b5140d238a0a6bc1e014d280a9eb699a0291",
|
|
818
|
+
"size_bytes": 1393
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"media_type": "application/json",
|
|
822
|
+
"path": "schemas/LedgerCoordinate.schema.json",
|
|
823
|
+
"sha256": "1426b7a4f218fe86e7f9b7b4314808bfeaebd94813bbfcb28476cee03dcddb08",
|
|
824
|
+
"size_bytes": 1540
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"media_type": "application/json",
|
|
828
|
+
"path": "schemas/LifecycleCostBounds.schema.json",
|
|
829
|
+
"sha256": "747acd43f79fa3704da0e6992fb72e0cc0891ab499335ad0db9646c58fffba09",
|
|
830
|
+
"size_bytes": 1362
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"media_type": "application/json",
|
|
834
|
+
"path": "schemas/LiquidityCertificate.schema.json",
|
|
835
|
+
"sha256": "3339f3cd7893170593b70385fce902c9b44ed815876c08629078a274dcef1af7",
|
|
836
|
+
"size_bytes": 27889
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"media_type": "application/json",
|
|
840
|
+
"path": "schemas/MartingaleBlockResidual.schema.json",
|
|
841
|
+
"sha256": "2f6e00646bb229cc8cc9ec11d6c7f101c15007877c121ad20b5ab344c7f38039",
|
|
842
|
+
"size_bytes": 674
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"media_type": "application/json",
|
|
846
|
+
"path": "schemas/MartingaleDeficiencyCertificate.schema.json",
|
|
847
|
+
"sha256": "1ed9b4c1a15044e268d763eaf1e438102d568f963bb2c021383351ae506cb085",
|
|
848
|
+
"size_bytes": 1766
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"media_type": "application/json",
|
|
852
|
+
"path": "schemas/MechanismCubeCertificate.schema.json",
|
|
853
|
+
"sha256": "e80def2c4041ec950de0c5898fdbd1aef0fa582fd4485f85d50dbcaf7f88ab8b",
|
|
854
|
+
"size_bytes": 2202
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"media_type": "application/json",
|
|
858
|
+
"path": "schemas/MissionValidityCertificate.schema.json",
|
|
859
|
+
"sha256": "11d94881adaf2e2318a2ab55855bbdc8c8b4d0039b81ba21464c241d1eff8494",
|
|
860
|
+
"size_bytes": 3417
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"media_type": "application/json",
|
|
864
|
+
"path": "schemas/MonoidRecord.schema.json",
|
|
865
|
+
"sha256": "8634ec274dbf03e34977ec6b8b8b398f5b9e730a1af6c6ee53c9ee7c19f2ace3",
|
|
866
|
+
"size_bytes": 575
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"media_type": "application/json",
|
|
870
|
+
"path": "schemas/MonotoneMap.schema.json",
|
|
871
|
+
"sha256": "78ac4dd080bf85256f8772d876f2b6c5432f5365a6d25aafa3be0adbf6bd9b94",
|
|
872
|
+
"size_bytes": 1317
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"media_type": "application/json",
|
|
876
|
+
"path": "schemas/NegativeLiquidityCertificate.schema.json",
|
|
877
|
+
"sha256": "3b685a5e251daab39cfff31f57bb4ea800397ccd48d38f13926f876d39f08766",
|
|
878
|
+
"size_bytes": 4007
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"media_type": "application/json",
|
|
882
|
+
"path": "schemas/NonPromotionPolicy.schema.json",
|
|
883
|
+
"sha256": "75dc7590aed8e8cd373cd242cede4c3b32cee8588369dd1bd4a89a7c67ff8bc1",
|
|
884
|
+
"size_bytes": 890
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"media_type": "application/json",
|
|
888
|
+
"path": "schemas/ObligationRule.schema.json",
|
|
889
|
+
"sha256": "24506c1ba31e25294a629554ca2fde6914e2bd05041bcbede3618826ac6b38e5",
|
|
890
|
+
"size_bytes": 1229
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"media_type": "application/json",
|
|
894
|
+
"path": "schemas/ObligationSet.schema.json",
|
|
895
|
+
"sha256": "18d4d34c539615194a397c2cccec54030c1e715389d8a60ecd581bc3b1db5f7e",
|
|
896
|
+
"size_bytes": 5617
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"media_type": "application/json",
|
|
900
|
+
"path": "schemas/ObligationTrace.schema.json",
|
|
901
|
+
"sha256": "f53aa2e44d0fc868e37c9c5021c3c669de4bda321fd90d0b5c49ebad16e8a482",
|
|
902
|
+
"size_bytes": 3543
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"media_type": "application/json",
|
|
906
|
+
"path": "schemas/ObservationWindow.schema.json",
|
|
907
|
+
"sha256": "1a58e24d196c536c5d3370031d6f3fa4c9b324488b180046936e926986e2703d",
|
|
908
|
+
"size_bytes": 904
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"media_type": "application/json",
|
|
912
|
+
"path": "schemas/ObservedTraceProjection.schema.json",
|
|
913
|
+
"sha256": "b08d6084b485e2a703d89c5de209cb8da238d1e1a2feae28e5d73974f79286fc",
|
|
914
|
+
"size_bytes": 1201
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"media_type": "application/json",
|
|
918
|
+
"path": "schemas/OccupationLedger.schema.json",
|
|
919
|
+
"sha256": "2dac5b9270c3d30d77e5c04c8850bc13612cca39fb899822ea0bb0e4918474e0",
|
|
920
|
+
"size_bytes": 709
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"media_type": "application/json",
|
|
924
|
+
"path": "schemas/OperationalCheck.schema.json",
|
|
925
|
+
"sha256": "5756d7985184182c1dbc4f9d910de1002c757e46a01c11043524359382dc03a5",
|
|
926
|
+
"size_bytes": 565
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"media_type": "application/json",
|
|
930
|
+
"path": "schemas/OperationalReadinessReport.schema.json",
|
|
931
|
+
"sha256": "fef4212a46c75a74c1deabf9ad1f1512f0a7f051123bebed4ca0b0c512c3e181",
|
|
932
|
+
"size_bytes": 5792
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"media_type": "application/json",
|
|
936
|
+
"path": "schemas/OperatorAdoptionPacket.schema.json",
|
|
937
|
+
"sha256": "956d22bcb729878a99502eff60096e02f59ac43e96d5c621d185e0ae03ffa217",
|
|
938
|
+
"size_bytes": 8605
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"media_type": "application/json",
|
|
942
|
+
"path": "schemas/OpportunityMeasureContract.schema.json",
|
|
943
|
+
"sha256": "b681aa85c5e7c07fb6249052b94208b4d90ccceb0d49eb62319bb262d8bc7ef1",
|
|
944
|
+
"size_bytes": 3633
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"media_type": "application/json",
|
|
948
|
+
"path": "schemas/OrderedPotentialCone.schema.json",
|
|
949
|
+
"sha256": "c919c9f71d5448502eb9438a7117187c27b5ad4621f7b5d5ba92e2098ea7d9ee",
|
|
950
|
+
"size_bytes": 2776
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"media_type": "application/json",
|
|
954
|
+
"path": "schemas/PacketCapitalLineage.schema.json",
|
|
955
|
+
"sha256": "5f6c90b4c300e529bb59dd45aefbbd93f0430d69911bf71b454e71604d116dbb",
|
|
956
|
+
"size_bytes": 1866
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"media_type": "application/json",
|
|
960
|
+
"path": "schemas/PacketExchangeEnvelope.schema.json",
|
|
961
|
+
"sha256": "aebf643e1aa59b318d05b34d45d35ccf9ab99a52082bc95ca7a5f36bd53ee166",
|
|
962
|
+
"size_bytes": 4899
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"media_type": "application/json",
|
|
966
|
+
"path": "schemas/PacketImportInspectionReport.schema.json",
|
|
967
|
+
"sha256": "829d5deb0f02afe92354b21d92414ca07336075368401501055a3d0186eb5322",
|
|
968
|
+
"size_bytes": 1510
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"media_type": "application/json",
|
|
972
|
+
"path": "schemas/PacketIngestionReport.schema.json",
|
|
973
|
+
"sha256": "b60b160cd0268c08d8a7aaba3951a44ad8861ad6b39d712a82971c079ace92f1",
|
|
974
|
+
"size_bytes": 16002
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"media_type": "application/json",
|
|
978
|
+
"path": "schemas/PacketLineageDigest.schema.json",
|
|
979
|
+
"sha256": "91681c2ec67791b64d396a2b90e390dde9fc4c73f79519e14c2fc94c7abd7471",
|
|
980
|
+
"size_bytes": 1515
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"media_type": "application/json",
|
|
984
|
+
"path": "schemas/PacketMergeReport.schema.json",
|
|
985
|
+
"sha256": "70c4b0c2de0d0b2ea7a5edf5680e91e7281d3a9a54ca7bcab56ec4bf46b17d2c",
|
|
986
|
+
"size_bytes": 7220
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"media_type": "application/json",
|
|
990
|
+
"path": "schemas/PacketPromotionPolicy.schema.json",
|
|
991
|
+
"sha256": "cfb8df669a13973ff301360c0119974cbedc14dbcbe065185cd9719d4f7aef3a",
|
|
992
|
+
"size_bytes": 1338
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"media_type": "application/json",
|
|
996
|
+
"path": "schemas/PacketPromotionReport.schema.json",
|
|
997
|
+
"sha256": "fe417962da1b902c40de3115fb983b25d20a1a540e9489fd219c3da6bf743fbc",
|
|
998
|
+
"size_bytes": 8800
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"media_type": "application/json",
|
|
1002
|
+
"path": "schemas/PacketRejection.schema.json",
|
|
1003
|
+
"sha256": "7db2be2e8ea9976b46ed958e1d66e3c067217d2486b39a9d604067ce958ef148",
|
|
1004
|
+
"size_bytes": 3738
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"media_type": "application/json",
|
|
1008
|
+
"path": "schemas/PhaseAccelerationBenchmarkReport.schema.json",
|
|
1009
|
+
"sha256": "7201c92ec59504b6fab28ab13a2e3e4adcca989f44cdc09b15388bb7d847bda9",
|
|
1010
|
+
"size_bytes": 2577
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"media_type": "application/json",
|
|
1014
|
+
"path": "schemas/PhaseAccelerationPlan.schema.json",
|
|
1015
|
+
"sha256": "e31db7c867699e59cdcf1e43421047e66ff5ae0457ba4ca6576bc66c87511cd9",
|
|
1016
|
+
"size_bytes": 116378
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"media_type": "application/json",
|
|
1020
|
+
"path": "schemas/PhaseAccelerationRequest.schema.json",
|
|
1021
|
+
"sha256": "ac810f95b63679cb6c2ebd7abaea2c46f011f5107ccc7dd97b936da94597edd0",
|
|
1022
|
+
"size_bytes": 139545
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"media_type": "application/json",
|
|
1026
|
+
"path": "schemas/PhaseAccelerationScore.schema.json",
|
|
1027
|
+
"sha256": "d0624a3a0f3b440b570aaf2b38ef8bfba702f884e71c384787ac9a96a170cfdc",
|
|
1028
|
+
"size_bytes": 1562
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"media_type": "application/json",
|
|
1032
|
+
"path": "schemas/PhaseBenchmarkCaseResult.schema.json",
|
|
1033
|
+
"sha256": "c19ce7ecc183a5f1c8f51ca6207f015755787a97c1aafb5528ad17dbbce1d318",
|
|
1034
|
+
"size_bytes": 4037
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"media_type": "application/json",
|
|
1038
|
+
"path": "schemas/PhaseBenchmarkSuiteReport.schema.json",
|
|
1039
|
+
"sha256": "b423ceddc1b8d9ad1505a2768689cd8240044e0e4a578170ead95aa0832e12b5",
|
|
1040
|
+
"size_bytes": 6017
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"media_type": "application/json",
|
|
1044
|
+
"path": "schemas/PhaseBenchmarkTask.schema.json",
|
|
1045
|
+
"sha256": "e16e37a2a62b047b07cb3dfa2f980ddd196be766b1bdc27370d9c4a3936e3058",
|
|
1046
|
+
"size_bytes": 804
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"media_type": "application/json",
|
|
1050
|
+
"path": "schemas/PhaseComponentGap.schema.json",
|
|
1051
|
+
"sha256": "70fcf8205010acac5a31f38dc6f84cddfdc6ffc9058656ba93d54de72981598c",
|
|
1052
|
+
"size_bytes": 955
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"media_type": "application/json",
|
|
1056
|
+
"path": "schemas/PhaseControlAction.schema.json",
|
|
1057
|
+
"sha256": "ea153622c8b4b0fafc0119784ae420b44e67e1cac0a62ff52b51eb19ebd1b3fc",
|
|
1058
|
+
"size_bytes": 1648
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"media_type": "application/json",
|
|
1062
|
+
"path": "schemas/PhaseControlAuditSummary.schema.json",
|
|
1063
|
+
"sha256": "90f0db6ceb029705e9c93db86d64e9cf7a3e1280d20cad527d151ad8983b63da",
|
|
1064
|
+
"size_bytes": 3654
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"media_type": "application/json",
|
|
1068
|
+
"path": "schemas/PhaseControlEnvelope.schema.json",
|
|
1069
|
+
"sha256": "8d10435e7b15fcb02ba793053a2e53c0bd9191a13f5ab744876b626548a22d33",
|
|
1070
|
+
"size_bytes": 1130
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"media_type": "application/json",
|
|
1074
|
+
"path": "schemas/PhaseControlObjective.schema.json",
|
|
1075
|
+
"sha256": "6d2f82a61bac184fcf03aa3c25aaf372438473651101dd5ceb1feec1873eb5c0",
|
|
1076
|
+
"size_bytes": 2378
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"media_type": "application/json",
|
|
1080
|
+
"path": "schemas/PhaseControlPlan.schema.json",
|
|
1081
|
+
"sha256": "c0ab689b957c81ca07434b036ebe36b3aab76f34472a605b2e69b737d0a735f8",
|
|
1082
|
+
"size_bytes": 9009
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"media_type": "application/json",
|
|
1086
|
+
"path": "schemas/PhaseControlRunReport.schema.json",
|
|
1087
|
+
"sha256": "96465a6549d17dea17d03b4ea3b2811f96af409b0bb349f26a052e3331e9901a",
|
|
1088
|
+
"size_bytes": 10401
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"media_type": "application/json",
|
|
1092
|
+
"path": "schemas/PhaseControlState.schema.json",
|
|
1093
|
+
"sha256": "010e7853ac6d102e5a5fa447a4c11612eb2fdbf2d33c8fc104eaf54842a899cb",
|
|
1094
|
+
"size_bytes": 9022
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"media_type": "application/json",
|
|
1098
|
+
"path": "schemas/PhaseDashboardReport.schema.json",
|
|
1099
|
+
"sha256": "28cf0eafee987c398b611222a60408baf4f665c61fa1c360df0ea9f3402ec1fb",
|
|
1100
|
+
"size_bytes": 6237
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"media_type": "application/json",
|
|
1104
|
+
"path": "schemas/PhaseGapVector.schema.json",
|
|
1105
|
+
"sha256": "918c53bdfd0311189e1c3198ad0b9a5284b5159fd272a0f5dc25a228e78e99f6",
|
|
1106
|
+
"size_bytes": 2347
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"media_type": "application/json",
|
|
1110
|
+
"path": "schemas/PhaseObservationReport.schema.json",
|
|
1111
|
+
"sha256": "73d9dad33b69460167bac24b3f2b73488986a884e36a758569deb5ee463ea5e7",
|
|
1112
|
+
"size_bytes": 8453
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"media_type": "application/json",
|
|
1116
|
+
"path": "schemas/PhaseTrajectoryReport.schema.json",
|
|
1117
|
+
"sha256": "ed0a7b121afb3ab70758c5c3d45c53cb663eaf6a75a99c728444e1e613882e85",
|
|
1118
|
+
"size_bytes": 119059
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"media_type": "application/json",
|
|
1122
|
+
"path": "schemas/PopulationRuntimeStepReport.schema.json",
|
|
1123
|
+
"sha256": "06154d9e06fd2b1cfe211492e206008a4459c966ff758401948962aabe0c4e54",
|
|
1124
|
+
"size_bytes": 134368
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"media_type": "application/json",
|
|
1128
|
+
"path": "schemas/PortabilityConformanceReport.schema.json",
|
|
1129
|
+
"sha256": "04ca4fb6cec363c86dd3546c8d167a68b3f6393fe5202748e93598c579f89568",
|
|
1130
|
+
"size_bytes": 2327
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"media_type": "application/json",
|
|
1134
|
+
"path": "schemas/PortabilitySchemaBundle.schema.json",
|
|
1135
|
+
"sha256": "76b93d3902558c59541612fa1084bc9fb3b2db6d95bb9533b0c8ab6e135c5f62",
|
|
1136
|
+
"size_bytes": 541
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"media_type": "application/json",
|
|
1140
|
+
"path": "schemas/ProblemSolvingTrace.schema.json",
|
|
1141
|
+
"sha256": "c25a79238689847b90a8c54c5514da98aaee45ac406b254cace5341f303750b1",
|
|
1142
|
+
"size_bytes": 3573
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"media_type": "application/json",
|
|
1146
|
+
"path": "schemas/ProcessGrammarRecord.schema.json",
|
|
1147
|
+
"sha256": "bcdacb9841b393bffd76b3f31eb9e8b4de8926699eb55e54a7fa0cd993c959a9",
|
|
1148
|
+
"size_bytes": 1149
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"media_type": "application/json",
|
|
1152
|
+
"path": "schemas/ProductionReadinessProfile.schema.json",
|
|
1153
|
+
"sha256": "913a9ab0d2399d37c38c24a8cec8f5d01c29f671c0725192e9bb2331d54d31fd",
|
|
1154
|
+
"size_bytes": 1033
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"media_type": "application/json",
|
|
1158
|
+
"path": "schemas/ProductOrder.schema.json",
|
|
1159
|
+
"sha256": "01a0375ade13c7194f721a745af4ecd6417f2bf69f7aa401b16d918ff0a6d208",
|
|
1160
|
+
"size_bytes": 1219
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"media_type": "application/json",
|
|
1164
|
+
"path": "schemas/ProjectionAudit.schema.json",
|
|
1165
|
+
"sha256": "da8eaa71d0270de6193e42e7c97aa03d622a6a43857f0eb8f71fc4aa2cc5e5d4",
|
|
1166
|
+
"size_bytes": 1384
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"media_type": "application/json",
|
|
1170
|
+
"path": "schemas/ProofObligation.schema.json",
|
|
1171
|
+
"sha256": "5e3a6615e7abe79f7f5d205afe0ab37d147e9c27c7fc28ce7b6ef37deb36b79d",
|
|
1172
|
+
"size_bytes": 4599
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"media_type": "application/json",
|
|
1176
|
+
"path": "schemas/ProtocolFrameDigest.schema.json",
|
|
1177
|
+
"sha256": "1b271a189afe625e4dd084c9ed9b1d0e2ce1f8f7c05894512fe8c3206f5bda94",
|
|
1178
|
+
"size_bytes": 2022
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"media_type": "application/json",
|
|
1182
|
+
"path": "schemas/ProtocolFunctorCertificate.schema.json",
|
|
1183
|
+
"sha256": "ce8acda61b04b3f90768140c098643b4b08a8e85fe045993fd4f157d23994426",
|
|
1184
|
+
"size_bytes": 2005
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"media_type": "application/json",
|
|
1188
|
+
"path": "schemas/ProtocolObject.schema.json",
|
|
1189
|
+
"sha256": "3600e7de6a80880323c9e3de28208135bcea073c2ed36f216023e4fdc795ff7c",
|
|
1190
|
+
"size_bytes": 905
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"media_type": "application/json",
|
|
1194
|
+
"path": "schemas/ProtocolRelativeBenchmarkMetric.schema.json",
|
|
1195
|
+
"sha256": "3a2adf886156f7d2e5c294a4f96e2d64d21cf06edb758f2bc8c06d55a854eb1e",
|
|
1196
|
+
"size_bytes": 848
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"media_type": "application/json",
|
|
1200
|
+
"path": "schemas/ProvenanceManifest.schema.json",
|
|
1201
|
+
"sha256": "3ed3a5f62b57ea68e934ec6fd35c50062bb0a91e3326f8ffeac29e0de3c97c1e",
|
|
1202
|
+
"size_bytes": 5000
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"media_type": "application/json",
|
|
1206
|
+
"path": "schemas/ProvenanceManifestEntry.schema.json",
|
|
1207
|
+
"sha256": "3686617df996b3f375ec5d9a94e580c87acdb3af7ee0e702f73658791a2b33e0",
|
|
1208
|
+
"size_bytes": 593
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"media_type": "application/json",
|
|
1212
|
+
"path": "schemas/PsiDashboard.schema.json",
|
|
1213
|
+
"sha256": "c08ee080ffb5028cf0614e2d7f4c5ca922df822e786b86eb3453e6d46115c230",
|
|
1214
|
+
"size_bytes": 5289
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"media_type": "application/json",
|
|
1218
|
+
"path": "schemas/PullbackGluingWitness.schema.json",
|
|
1219
|
+
"sha256": "c1194e15f2177e02ab45faa9d8ad5e46b04ec811485adcc5c7163f772f8ac1fa",
|
|
1220
|
+
"size_bytes": 867
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"media_type": "application/json",
|
|
1224
|
+
"path": "schemas/QuarantineLedger.schema.json",
|
|
1225
|
+
"sha256": "84afde3deb7183c5361e076eb965d6713ab0a48f0a2f9851baf2470b531cbc38",
|
|
1226
|
+
"size_bytes": 646
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"media_type": "application/json",
|
|
1230
|
+
"path": "schemas/ReachableMassRecursionCertificate.schema.json",
|
|
1231
|
+
"sha256": "f1a3cc1661551fa8903341a9cea115818177caf372baaafbbc7794ec7625d12a",
|
|
1232
|
+
"size_bytes": 2957
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"media_type": "application/json",
|
|
1236
|
+
"path": "schemas/ReconstructionResidual.schema.json",
|
|
1237
|
+
"sha256": "077cdddab7125183f5e596184e40032111d9c6598ac96893bd205c572a5d2116",
|
|
1238
|
+
"size_bytes": 500
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"media_type": "application/json",
|
|
1242
|
+
"path": "schemas/RefreshRule.schema.json",
|
|
1243
|
+
"sha256": "b26e00f07a445054597c2852be954737509ad9098ee9ac774666eb7a9f049276",
|
|
1244
|
+
"size_bytes": 689
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"media_type": "application/json",
|
|
1248
|
+
"path": "schemas/Registry.schema.json",
|
|
1249
|
+
"sha256": "0c44000efd218d1173de37e5b5889adcb49136b3d06f04f7db68042bab1d0b31",
|
|
1250
|
+
"size_bytes": 5183
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"media_type": "application/json",
|
|
1254
|
+
"path": "schemas/ReleaseArtifactManifest.schema.json",
|
|
1255
|
+
"sha256": "f16b889bc432e29bf480fc29e816531a98f0856e9ad6a7506db9c34cdd896cac",
|
|
1256
|
+
"size_bytes": 1495
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"media_type": "application/json",
|
|
1260
|
+
"path": "schemas/ReproductionMatrixCertificate.schema.json",
|
|
1261
|
+
"sha256": "a120505b3f5f5956df7c7bbb5e367ed65ac0713d904743dfb80ea4e556a6902b",
|
|
1262
|
+
"size_bytes": 4422
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"media_type": "application/json",
|
|
1266
|
+
"path": "schemas/ResidualCarryForwardReport.schema.json",
|
|
1267
|
+
"sha256": "b424fc4180107b33f0a0d164b82a1a8313e29f95ad7dbad41c017130b0016013",
|
|
1268
|
+
"size_bytes": 1266
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"media_type": "application/json",
|
|
1272
|
+
"path": "schemas/ResourceCalendarRecord.schema.json",
|
|
1273
|
+
"sha256": "a4ba5f2646385b70b61f7b2fbcab27538208eafcba2a06d65365dad0efa56cd6",
|
|
1274
|
+
"size_bytes": 1449
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"media_type": "application/json",
|
|
1278
|
+
"path": "schemas/ResourceEnvelope.schema.json",
|
|
1279
|
+
"sha256": "3db53b4b75c4266fd85fba9df96c43e7fb2ad41683c629d5bcb482ffa803f832",
|
|
1280
|
+
"size_bytes": 968
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"media_type": "application/json",
|
|
1284
|
+
"path": "schemas/ResourceMatchedBaselineConfig.schema.json",
|
|
1285
|
+
"sha256": "27f86d341b0080b388c6f6b254a997dbc6fab3e7ec2c3e81d7e2cb3ddf6decd8",
|
|
1286
|
+
"size_bytes": 2133
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"media_type": "application/json",
|
|
1290
|
+
"path": "schemas/RiskBudgetLedger.schema.json",
|
|
1291
|
+
"sha256": "fb339e3f96581f7c4491c52a93d2b508bdff3574203feedc16dc7e2ce71597c9",
|
|
1292
|
+
"size_bytes": 399
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"media_type": "application/json",
|
|
1296
|
+
"path": "schemas/RobotsDecision.schema.json",
|
|
1297
|
+
"sha256": "ea1e297d37692a78da1c859e1d7f1a8e750b11e7f1529aced5f86a5c645dd590",
|
|
1298
|
+
"size_bytes": 1136
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"media_type": "application/json",
|
|
1302
|
+
"path": "schemas/RootFinalityCertificate.schema.json",
|
|
1303
|
+
"sha256": "816f7212eaaa7d310c8ad976c8ace4130bef2a0b86bfe83cf0318395246aa47d",
|
|
1304
|
+
"size_bytes": 4332
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"media_type": "application/json",
|
|
1308
|
+
"path": "schemas/RouteExecutionBatch.schema.json",
|
|
1309
|
+
"sha256": "b31fbfe10823081e17f32fee530da65afb5f6d26d3e1e5fb77af5ff50223f41a",
|
|
1310
|
+
"size_bytes": 23130
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"media_type": "application/json",
|
|
1314
|
+
"path": "schemas/RouteExecutionRequest.schema.json",
|
|
1315
|
+
"sha256": "bbdd5f980e29277f609ac59c35bb06f6ac62351395ca06412994e5db56c0c110",
|
|
1316
|
+
"size_bytes": 1962
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"media_type": "application/json",
|
|
1320
|
+
"path": "schemas/RuntimeActionResult.schema.json",
|
|
1321
|
+
"sha256": "ea7b31861b8ec2070d962bca9ff2350f8a1de4e39b7795a9cbf3547555cdf23b",
|
|
1322
|
+
"size_bytes": 19717
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"media_type": "application/json",
|
|
1326
|
+
"path": "schemas/RuntimeComparisonReport.schema.json",
|
|
1327
|
+
"sha256": "fe992d4802266f9d770e7b85b4706667fc03005170c9b27f4f6a80b22be42d3b",
|
|
1328
|
+
"size_bytes": 97046
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"media_type": "application/json",
|
|
1332
|
+
"path": "schemas/RuntimeEvent.schema.json",
|
|
1333
|
+
"sha256": "d60d9d7a1d0ea455de8ad0c8cf9e6dae5ba3f7e46abdc56605fa9f828af6589c",
|
|
1334
|
+
"size_bytes": 3132
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"media_type": "application/json",
|
|
1338
|
+
"path": "schemas/RuntimeEventLog.schema.json",
|
|
1339
|
+
"sha256": "532065400b320a9814c6ccef8ab16496b6350591c5fe15ccf213b6a602f800e9",
|
|
1340
|
+
"size_bytes": 3815
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"media_type": "application/json",
|
|
1344
|
+
"path": "schemas/RuntimeExecutionReport.schema.json",
|
|
1345
|
+
"sha256": "b4ba0c4b8328e419c26deb9ff49ef9edead4e124cead654f9c34cf833997cc19",
|
|
1346
|
+
"size_bytes": 21586
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"media_type": "application/json",
|
|
1350
|
+
"path": "schemas/RuntimeExecutorPolicy.schema.json",
|
|
1351
|
+
"sha256": "5f8a679f3adb01effb0d6500011454bc4893b6dfe64c83b8e6dd169c739c865c",
|
|
1352
|
+
"size_bytes": 1507
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"media_type": "application/json",
|
|
1356
|
+
"path": "schemas/RuntimeHealthReport.schema.json",
|
|
1357
|
+
"sha256": "299a876c9bcc96777a8d6d3abd7265a89fe16776ef292faf1ec6818fa5b104c7",
|
|
1358
|
+
"size_bytes": 3823
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"media_type": "application/json",
|
|
1362
|
+
"path": "schemas/RuntimeIdentityContext.schema.json",
|
|
1363
|
+
"sha256": "8cac32732e8d69d2f13e797cea4b2c1dd07b6c0723b6c67bbb49b92480bd1ecb",
|
|
1364
|
+
"size_bytes": 12066
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"media_type": "application/json",
|
|
1368
|
+
"path": "schemas/RuntimeRunReport.schema.json",
|
|
1369
|
+
"sha256": "65c8381ce58c834f6a7c39e4acaa39ca2fdfcec16d4901d3efa14a82e8e2330c",
|
|
1370
|
+
"size_bytes": 91824
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"media_type": "application/json",
|
|
1374
|
+
"path": "schemas/RuntimeServiceSettings.schema.json",
|
|
1375
|
+
"sha256": "d382d2ab36c11a21416af07b3dc4097669a051c42819d9c7e71967478981817a",
|
|
1376
|
+
"size_bytes": 1171
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"media_type": "application/json",
|
|
1380
|
+
"path": "schemas/RuntimeState.schema.json",
|
|
1381
|
+
"sha256": "d840be62c6f716dd77f5118a12a92900d989c9d9a9b140b5db6bb5bbc512874f",
|
|
1382
|
+
"size_bytes": 35946
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"media_type": "application/json",
|
|
1386
|
+
"path": "schemas/RuntimeStepInput.schema.json",
|
|
1387
|
+
"sha256": "63f73423570d84573057a1814ad3fb19b1ee0c92752b3023e32bfa5a2b9439ce",
|
|
1388
|
+
"size_bytes": 16832
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"media_type": "application/json",
|
|
1392
|
+
"path": "schemas/RuntimeStepReport.schema.json",
|
|
1393
|
+
"sha256": "1e22794309e74485896fd53332c96cbeb0f2483fd97bd449ef24f4c6241f389f",
|
|
1394
|
+
"size_bytes": 86515
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"media_type": "application/json",
|
|
1398
|
+
"path": "schemas/RuntimeStoreRecord.schema.json",
|
|
1399
|
+
"sha256": "9f8f46c1b92922f027e92f7025fa14d8df6c659e85c13d044dc2a904b186f714",
|
|
1400
|
+
"size_bytes": 2398
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"media_type": "application/json",
|
|
1404
|
+
"path": "schemas/RuntimeStoreSnapshot.schema.json",
|
|
1405
|
+
"sha256": "c693115ac6df6b3c2dc34089e14e2cc879115cd7a64dd227e67df7c61bc39e94",
|
|
1406
|
+
"size_bytes": 126109
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"media_type": "application/json",
|
|
1410
|
+
"path": "schemas/SafePhaseAction.schema.json",
|
|
1411
|
+
"sha256": "388bf1bf933279b6335686fab1959151abba57fac3d21f8b8a8998f0e9f7b620",
|
|
1412
|
+
"size_bytes": 2022
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"media_type": "application/json",
|
|
1416
|
+
"path": "schemas/SalienceQueueRecord.schema.json",
|
|
1417
|
+
"sha256": "7311f3c5e7e72af41d47b317659797809449912a336352b375f8639a637c1a89",
|
|
1418
|
+
"size_bytes": 6972
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"media_type": "application/json",
|
|
1422
|
+
"path": "schemas/SalienceScheduleReport.schema.json",
|
|
1423
|
+
"sha256": "562a1945736f70a7e61204a2554d7f73123d9b3bd687f5fb12f2e44f6fd6ee72",
|
|
1424
|
+
"size_bytes": 10792
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"media_type": "application/json",
|
|
1428
|
+
"path": "schemas/SalienceSchedulingDecision.schema.json",
|
|
1429
|
+
"sha256": "5ab7c7ede7a949538c59d278e42b00002c928220f71229021d94dabc1d57def4",
|
|
1430
|
+
"size_bytes": 3812
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"media_type": "application/json",
|
|
1434
|
+
"path": "schemas/SBOMManifest.schema.json",
|
|
1435
|
+
"sha256": "4b3023e8922355ad67bc9320a50ce429ea725e0f98a5e2a037c0b87c1418aafe",
|
|
1436
|
+
"size_bytes": 1474
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"media_type": "application/json",
|
|
1440
|
+
"path": "schemas/SchemaBundleDigest.schema.json",
|
|
1441
|
+
"sha256": "d3f575b0748600365b62b98b49766827e49bf972ab1dd315e722e39d25e4b2a2",
|
|
1442
|
+
"size_bytes": 1306
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"media_type": "application/json",
|
|
1446
|
+
"path": "schemas/ScriptGroundMetricCertificate.schema.json",
|
|
1447
|
+
"sha256": "4314fc1653a0cd6d056ef07231f9b8777074d21a127c320a5f6120466adc444e",
|
|
1448
|
+
"size_bytes": 948
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"media_type": "application/json",
|
|
1452
|
+
"path": "schemas/SelectiveCUPCertificate.schema.json",
|
|
1453
|
+
"sha256": "36279fb18328700aaf18674ca9bf2a39d8a9a9a647d3613c48dbbb99aef33e09",
|
|
1454
|
+
"size_bytes": 9736
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"media_type": "application/json",
|
|
1458
|
+
"path": "schemas/SettlementReturnRAFCertificate.schema.json",
|
|
1459
|
+
"sha256": "53e08ba2ab1f2d7dc7566c5f5c61c68134e88548be2f750622d76dc7d7b0a1ee",
|
|
1460
|
+
"size_bytes": 2958
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"media_type": "application/json",
|
|
1464
|
+
"path": "schemas/SinkhornCertificate.schema.json",
|
|
1465
|
+
"sha256": "0409d9b97a2981be5dca988bdf9f667e9e67ac997a93dee526febdd1826662fe",
|
|
1466
|
+
"size_bytes": 1049
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"media_type": "application/json",
|
|
1470
|
+
"path": "schemas/SnapshotAttribution.schema.json",
|
|
1471
|
+
"sha256": "404d6d6e98ed1155aa93065af89f6d180696b83339f56368286e29ba8d67cfdf",
|
|
1472
|
+
"size_bytes": 1224
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"media_type": "application/json",
|
|
1476
|
+
"path": "schemas/SnapshotCatalog.schema.json",
|
|
1477
|
+
"sha256": "ec95922654f465a4a2d2b76530a78f155b27a870196c37fdbe59d9f2167686b2",
|
|
1478
|
+
"size_bytes": 12106
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"media_type": "application/json",
|
|
1482
|
+
"path": "schemas/SplitCertificate.schema.json",
|
|
1483
|
+
"sha256": "63488feaa23fc513f08e7d1ed1a9e887b4aac5dbce54a82b6e9ee726e3427969",
|
|
1484
|
+
"size_bytes": 857
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"media_type": "application/json",
|
|
1488
|
+
"path": "schemas/SQOTTheorySnapshot.schema.json",
|
|
1489
|
+
"sha256": "126dabb88462742ce0abea34468c3947aa535af411e7a1bd19d57b03ceb6be4d",
|
|
1490
|
+
"size_bytes": 1101
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"media_type": "application/json",
|
|
1494
|
+
"path": "schemas/StatusAlgebraRecord.schema.json",
|
|
1495
|
+
"sha256": "66bbcfcd5bb3e7a6ebca48c17e1d70175f1eef9660b86b728afb6f052b7df517",
|
|
1496
|
+
"size_bytes": 764
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"media_type": "application/json",
|
|
1500
|
+
"path": "schemas/StoppedEvidenceSheafCertificate.schema.json",
|
|
1501
|
+
"sha256": "600223cb7b1c46281af4f3450bca274ca4f58109f7dd57b8905b6b6df155f0c9",
|
|
1502
|
+
"size_bytes": 2721
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"media_type": "application/json",
|
|
1506
|
+
"path": "schemas/StrictTexParseReport.schema.json",
|
|
1507
|
+
"sha256": "08d91f76930eb05f3f981654494d1fcbbb006176f5b482849c8ea388458800cb",
|
|
1508
|
+
"size_bytes": 1505
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"media_type": "application/json",
|
|
1512
|
+
"path": "schemas/SybilResistanceLedger.schema.json",
|
|
1513
|
+
"sha256": "2da0b55bfe312c80a1805ddf5867eb9913be73b1ca8704a4d4d228aca6703257",
|
|
1514
|
+
"size_bytes": 10113
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"media_type": "application/json",
|
|
1518
|
+
"path": "schemas/SybilResistancePolicy.schema.json",
|
|
1519
|
+
"sha256": "ef4f4412f901464810077305ede5812f48ee092b04932267ff0437f744eae283",
|
|
1520
|
+
"size_bytes": 4326
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"media_type": "application/json",
|
|
1524
|
+
"path": "schemas/TelemetryCostCertificate.schema.json",
|
|
1525
|
+
"sha256": "8789cbfc06eda339a80333c2aaa808f7134afcf7291928c4296a648e3a691d8a",
|
|
1526
|
+
"size_bytes": 3917
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"media_type": "application/json",
|
|
1530
|
+
"path": "schemas/TexGrammarDiagnostic.schema.json",
|
|
1531
|
+
"sha256": "1be7dd42aee72ce533c9c2a55139905add19cca134f336aeb832e9e93954171d",
|
|
1532
|
+
"size_bytes": 771
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"media_type": "application/json",
|
|
1536
|
+
"path": "schemas/TheoryAuditReport.schema.json",
|
|
1537
|
+
"sha256": "aabc630ead66bc98769756e798e0f4baf3f30383c545175de4624585a4cc71c7",
|
|
1538
|
+
"size_bytes": 15749
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"media_type": "application/json",
|
|
1542
|
+
"path": "schemas/TheoryAuditSuiteReport.schema.json",
|
|
1543
|
+
"sha256": "4f81a872922544ac81127d5f8985b66d3dc479a7291436867cb6adad98943c32",
|
|
1544
|
+
"size_bytes": 19233
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"media_type": "application/json",
|
|
1548
|
+
"path": "schemas/TheoryFidelityReport.schema.json",
|
|
1549
|
+
"sha256": "5b364b1acff25bd94529e3319f29d9291fc69339a56bac5ad83305f6a8affe21",
|
|
1550
|
+
"size_bytes": 2341
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"media_type": "application/json",
|
|
1554
|
+
"path": "schemas/TheoryImplementationRecord.schema.json",
|
|
1555
|
+
"sha256": "953a2d728b4dc71cf2a7f67effa574614d6432867199a694b09f79a2dcda9f6a",
|
|
1556
|
+
"size_bytes": 4235
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"media_type": "application/json",
|
|
1560
|
+
"path": "schemas/TheorySnapshot.schema.json",
|
|
1561
|
+
"sha256": "bcf403d3fe505c09ade9d6f3eafc4bdf405cce967f8a781f59b1fb35f83934f4",
|
|
1562
|
+
"size_bytes": 11183
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"media_type": "application/json",
|
|
1566
|
+
"path": "schemas/TheorySnapshotItem.schema.json",
|
|
1567
|
+
"sha256": "e19e9218f746c5efcbe7320e0d65fd3f5e5666a5970a7152836d86f80c0a5597",
|
|
1568
|
+
"size_bytes": 1245
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"media_type": "application/json",
|
|
1572
|
+
"path": "schemas/TokenLineage.schema.json",
|
|
1573
|
+
"sha256": "81704a6148e7987d92bd09dc6185d4b2232287c0e8983d9a6f6557a87fc06c1a",
|
|
1574
|
+
"size_bytes": 1534
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"media_type": "application/json",
|
|
1578
|
+
"path": "schemas/ToleranceAllocationCertificate.schema.json",
|
|
1579
|
+
"sha256": "7d82dcd61520c32624b4bec749c2b58984005ac2b804117f47932e78a7e4085f",
|
|
1580
|
+
"size_bytes": 1264
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"media_type": "application/json",
|
|
1584
|
+
"path": "schemas/TraceNormalizationCertificate.schema.json",
|
|
1585
|
+
"sha256": "e815dc444303e9b1e5bddb6f4350accd1b768a6c459d551da3acf0171c956769",
|
|
1586
|
+
"size_bytes": 1563
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"media_type": "application/json",
|
|
1590
|
+
"path": "schemas/TraceSufficiencyCertificate.schema.json",
|
|
1591
|
+
"sha256": "a883c40142f2de38e204bf47e18154c42d71bd5f55cf244a73edbb61c6e14387",
|
|
1592
|
+
"size_bytes": 3780
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"media_type": "application/json",
|
|
1596
|
+
"path": "schemas/TransportCertificate.schema.json",
|
|
1597
|
+
"sha256": "760743aa05d17a934e1a1f28411c461cdb7740d3561d502afc0781391048e900",
|
|
1598
|
+
"size_bytes": 4104
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"media_type": "application/json",
|
|
1602
|
+
"path": "schemas/TRCCompileResult.schema.json",
|
|
1603
|
+
"sha256": "459931c46d10804f39226b43608245e938fe87c25bad96f0cd53208d61f57c25",
|
|
1604
|
+
"size_bytes": 5613
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"media_type": "application/json",
|
|
1608
|
+
"path": "schemas/TRCStateRecord.schema.json",
|
|
1609
|
+
"sha256": "1f3b0322e15e61cc7b575db3c9e30c657afdc5a49a93f90f597955fa71e5449c",
|
|
1610
|
+
"size_bytes": 3464
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"media_type": "application/json",
|
|
1614
|
+
"path": "schemas/TypedTraceTransducerRecord.schema.json",
|
|
1615
|
+
"sha256": "475c05373b1203d4501de3d27b9112e3af0f2882e8a11aad23a23aaf74e43af3",
|
|
1616
|
+
"size_bytes": 1314
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"media_type": "application/json",
|
|
1620
|
+
"path": "schemas/ValueBridgeReport.schema.json",
|
|
1621
|
+
"sha256": "6306ccad7933a8f4bc4c44f49e8417a0ec25b408499e9a3c04104ed161b63445",
|
|
1622
|
+
"size_bytes": 3187
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"media_type": "application/json",
|
|
1626
|
+
"path": "schemas/VectorCompatibleFamily.schema.json",
|
|
1627
|
+
"sha256": "92b0727216ca83f875794e95183c07c6e1092e779ffba7a47a055c2551458251",
|
|
1628
|
+
"size_bytes": 8296
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"media_type": "application/json",
|
|
1632
|
+
"path": "schemas/VerificationThroughputReport.schema.json",
|
|
1633
|
+
"sha256": "fc938108cc068c3b0bb3cea3c1c72d0b1ab87e1a876d27333e5bd043ab0177e6",
|
|
1634
|
+
"size_bytes": 1573
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"media_type": "application/json",
|
|
1638
|
+
"path": "schemas/VerifiedCapabilityPacket.schema.json",
|
|
1639
|
+
"sha256": "006a5f1d19aeeeb815e2a7d0c1a7ccc7279f628d24c246acefd90a7224629446",
|
|
1640
|
+
"size_bytes": 5666
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"media_type": "application/json",
|
|
1644
|
+
"path": "schemas/VerifierEvidenceEnvelope.schema.json",
|
|
1645
|
+
"sha256": "370ed357da0fd2dd77b37baa86cd6678fcbd7cf15339cb141c475516b78b6594",
|
|
1646
|
+
"size_bytes": 4157
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"media_type": "application/json",
|
|
1650
|
+
"path": "schemas/VerifierResolution.schema.json",
|
|
1651
|
+
"sha256": "ac06fe51fad6211cec9bc11859ddfbffeabfe24689d00a7fb4ab2d6dd43863bf",
|
|
1652
|
+
"size_bytes": 6302
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"media_type": "application/json",
|
|
1656
|
+
"path": "schemas/WebDiscoveryReport.schema.json",
|
|
1657
|
+
"sha256": "95a85e4595499c83f1e016f31e0819740231b8d2ea01160f4373e7aa13a5f089",
|
|
1658
|
+
"size_bytes": 16379
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"media_type": "application/json",
|
|
1662
|
+
"path": "schemas/WebFetchPolicy.schema.json",
|
|
1663
|
+
"sha256": "ef41dfd9f06c850899669cd5aa8a770c92e3a50552483fa1941c6412baa7197e",
|
|
1664
|
+
"size_bytes": 3530
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"media_type": "application/json",
|
|
1668
|
+
"path": "schemas/WebFetchReport.schema.json",
|
|
1669
|
+
"sha256": "82c6c7d8ebb32873e52f22c3114b877ed02e5150e43841377044568b2b0cb2c7",
|
|
1670
|
+
"size_bytes": 3048
|
|
1671
|
+
}
|
|
1672
|
+
],
|
|
1673
|
+
"schema_dir": "schemas"
|
|
1674
|
+
}
|