{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://a2ui.org/specification/v1_0/json/renderer_to_agent_list.json",
  "title": "A2UI Renderer-to-Agent Message List",
  "description": "A list of A2UI Renderer-to-Agent messages.",
  "type": "array",
  "items": {
    "$ref": "https://a2ui.org/specification/v1_0/renderer_to_agent.json"
  }
}
