{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LocalEndpoint Search Readiness Packet",
  "description": "Public metadata schema for canonical URLs, page metadata summaries, crawler guidance, AI-agent guidance, discovery URLs, and safety-boundary declarations.",
  "type": "object",
  "required": [
    "packet_id",
    "generated_at_utc",
    "canonical_base_url",
    "unsupported_runtime_behavior_summary"
  ],
  "properties": {
    "packet_id": {
      "type": "string"
    },
    "generated_at_utc": {
      "type": "string"
    },
    "package_version": {
      "type": "string"
    },
    "canonical_base_url": {
      "type": "string"
    },
    "page_metadata_summary": {
      "type": "array"
    },
    "sitemap_url": {
      "type": "string"
    },
    "robots_url": {
      "type": "string"
    },
    "favicon_url": {
      "type": "string"
    },
    "llms_url": {
      "type": "string"
    },
    "llms_full_url": {
      "type": "string"
    },
    "ai_agent_json_url": {
      "type": "string"
    },
    "public_route_index_url": {
      "type": "string"
    },
    "roadmap_status_url": {
      "type": "string"
    },
    "safety_boundary_summary": {
      "type": "string"
    },
    "unsupported_runtime_behavior_summary": {
      "type": "string"
    },
    "crawler_guidance": {
      "type": "string"
    },
    "ai_agent_guidance": {
      "type": "string"
    },
    "warnings": {
      "type": "array"
    },
    "errors": {
      "type": "array"
    },
    "readiness_hash": {
      "type": "string"
    },
    "next_safe_action": {
      "type": "string"
    }
  },
  "additionalProperties": true,
  "x-localendpoint": {
    "package_version": "1.5.187",
    "package_filename": "localendpoint-v1.5.187-phase3397-ai-desktop-control-default-disable.zip",
    "metadata_only": true,
    "network_calls_performed": false,
    "runtime_safety_certified": false
  }
}
