{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LocalEndpoint Custom UAIX Gateway Evidence Packet",
  "description": "Metadata-only evidence model for the custom WSGI gateway and Angular static human interface boundary.",
  "type": "object",
  "required": [
    "packet_id",
    "generated_at_utc",
    "package_version",
    "gateway_implementation_kind",
    "active_runtime_framework_statement",
    "angular_ui_statement",
    "unsupported_runtime_behavior_summary"
  ],
  "properties": {
    "packet_id": {
      "type": "string"
    },
    "generated_at_utc": {
      "type": "string"
    },
    "package_version": {
      "type": "string"
    },
    "package_filename": {
      "type": "string"
    },
    "gateway_implementation_kind": {
      "type": "string"
    },
    "active_runtime_framework_statement": {
      "type": "string"
    },
    "angular_ui_statement": {
      "type": "string"
    },
    "registered_route_count": {
      "type": "integer"
    },
    "custom_route_table_hash": {
      "type": "string"
    },
    "machine_readable_route_list": {
      "type": "array"
    },
    "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"
    },
    "next_safe_action": {
      "type": "string"
    }
  },
  "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
  }
}
