{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LocalEndpoint Live Deployment Verification Packet",
  "description": "Public metadata schema for post-deployment route, discovery-file, package identity, sitemap, robots, favicon, and boundary declarations.",
  "type": "object",
  "required": [
    "packet_id",
    "generated_at_utc",
    "package_version",
    "expected_base_url",
    "unsupported_runtime_behavior_summary"
  ],
  "properties": {
    "packet_id": {
      "type": "string"
    },
    "generated_at_utc": {
      "type": "string"
    },
    "package_version": {
      "type": "string"
    },
    "package_filename": {
      "type": "string"
    },
    "expected_base_url": {
      "type": "string"
    },
    "critical_route_checks": {
      "type": "array"
    },
    "discovery_route_checks": {
      "type": "array"
    },
    "favicon_check_declaration": {
      "type": "object"
    },
    "sitemap_check_declaration": {
      "type": "object"
    },
    "robots_check_declaration": {
      "type": "object"
    },
    "route_index_check_declaration": {
      "type": "object"
    },
    "roadmap_status_check_declaration": {
      "type": "object"
    },
    "llms_check_declaration": {
      "type": "object"
    },
    "ai_agent_json_check_declaration": {
      "type": "object"
    },
    "package_identity_status": {
      "type": "object"
    },
    "warnings": {
      "type": "array"
    },
    "errors": {
      "type": "array"
    },
    "unsupported_runtime_behavior_summary": {
      "type": "string"
    },
    "verification_hash": {
      "type": "string"
    },
    "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
  }
}
