{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LocalEndpoint Pre-Beta Architecture Quality Evidence Packet",
  "description": "Metadata-only evidence model for architecture quality, dead-code removal, explicit route governance, and dependency discipline.",
  "type": "object",
  "required": [
    "packet_id",
    "generated_at_utc",
    "package_version",
    "quality_gate_summary",
    "unsupported_runtime_behavior_summary"
  ],
  "properties": {
    "packet_id": {
      "type": "string"
    },
    "generated_at_utc": {
      "type": "string"
    },
    "package_version": {
      "type": "string"
    },
    "package_filename": {
      "type": "string"
    },
    "quality_gate_summary": {
      "type": "object"
    },
    "active_source_areas": {
      "type": "array"
    },
    "removed_runtime_areas": {
      "type": "array"
    },
    "runtime_dependency_count": {
      "type": "integer"
    },
    "route_table_hash": {
      "type": "string"
    },
    "safety_boundary_summary": {
      "type": "string"
    },
    "unsupported_runtime_behavior_summary": {
      "type": "string"
    },
    "warnings": {
      "type": "array"
    },
    "errors": {
      "type": "array"
    },
    "evidence_hash": {
      "type": "string"
    },
    "network_calls_performed": {
      "type": "boolean"
    },
    "runtime_safety_certified": {
      "type": "boolean"
    }
  },
  "additionalProperties": true,
  "x-localendpoint": {
    "package_version": "1.5.65",
    "package_filename": "localendpoint-v1.5.65-human-site-clarity-navigation-repair-boundary.zip",
    "metadata_only": true,
    "network_calls_performed": false,
    "runtime_safety_certified": false
  }
}
