{
  "version": 1,
  "format": "json",
  "kind": "experimental",
  "content": "[\n  {\n    \"id\": \"formatter.builtin\",\n    \"kind\": \"formatter\",\n    \"message\": \"The internal formatter is experimental and may change as generated-output coverage is expanded.\",\n    \"note\": \"The formatter is designed for generated model modules and is not a general-purpose Python formatter.\",\n    \"since_version\": \"0.59.0\",\n    \"target\": \"--formatters builtin\",\n    \"tracking_issue\": null\n  },\n  {\n    \"id\": \"input-format.asyncapi\",\n    \"kind\": \"input-format\",\n    \"message\": \"AsyncAPI input support is experimental and may change as real-world usage is validated.\",\n    \"note\": \"The parser focuses on message payload model generation from AsyncAPI documents.\",\n    \"since_version\": \"0.59.0\",\n    \"target\": \"--input-file-type asyncapi\",\n    \"tracking_issue\": null\n  },\n  {\n    \"id\": \"input-format.avro\",\n    \"kind\": \"input-format\",\n    \"message\": \"Apache Avro schema input support is experimental and may change as real-world usage is validated.\",\n    \"note\": \"The parser generates Python models from Avro schemas; it does not provide Avro runtime validation.\",\n    \"since_version\": \"0.59.0\",\n    \"target\": \"--input-file-type avro\",\n    \"tracking_issue\": null\n  },\n  {\n    \"id\": \"input-format.mcp-tools\",\n    \"kind\": \"input-format\",\n    \"message\": \"MCP tool schema profile input support is experimental and may change as MCP schemas evolve.\",\n    \"note\": \"The input is converted from MCP tool inputSchema/outputSchema entries into JSON Schema definitions before model generation.\",\n    \"since_version\": \"0.60.0\",\n    \"target\": \"--input-file-type mcp-tools\",\n    \"tracking_issue\": null\n  },\n  {\n    \"id\": \"input-format.protobuf\",\n    \"kind\": \"input-format\",\n    \"message\": \"Protocol Buffers input support is experimental and may change as real-world usage is validated.\",\n    \"note\": \"The parser generates Python models from .proto schemas; it does not provide protobuf runtime validation or gRPC code generation.\",\n    \"since_version\": \"0.59.0\",\n    \"target\": \"--input-file-type protobuf\",\n    \"tracking_issue\": null\n  },\n  {\n    \"id\": \"input-format.xmlschema\",\n    \"kind\": \"input-format\",\n    \"message\": \"XML Schema input support is experimental and may change as real-world usage is validated.\",\n    \"note\": \"The parser focuses on model generation from XSD documents, not full XML instance validation.\",\n    \"since_version\": \"0.59.0\",\n    \"target\": \"--input-file-type xmlschema\",\n    \"tracking_issue\": null\n  }\n]\n",
  "items": [
    {
      "id": "formatter.builtin",
      "kind": "formatter",
      "target": "--formatters builtin",
      "message": "The internal formatter is experimental and may change as generated-output coverage is expanded.",
      "since_version": "0.59.0",
      "tracking_issue": null,
      "note": "The formatter is designed for generated model modules and is not a general-purpose Python formatter."
    },
    {
      "id": "input-format.asyncapi",
      "kind": "input-format",
      "target": "--input-file-type asyncapi",
      "message": "AsyncAPI input support is experimental and may change as real-world usage is validated.",
      "since_version": "0.59.0",
      "tracking_issue": null,
      "note": "The parser focuses on message payload model generation from AsyncAPI documents."
    },
    {
      "id": "input-format.avro",
      "kind": "input-format",
      "target": "--input-file-type avro",
      "message": "Apache Avro schema input support is experimental and may change as real-world usage is validated.",
      "since_version": "0.59.0",
      "tracking_issue": null,
      "note": "The parser generates Python models from Avro schemas; it does not provide Avro runtime validation."
    },
    {
      "id": "input-format.mcp-tools",
      "kind": "input-format",
      "target": "--input-file-type mcp-tools",
      "message": "MCP tool schema profile input support is experimental and may change as MCP schemas evolve.",
      "since_version": "0.60.0",
      "tracking_issue": null,
      "note": "The input is converted from MCP tool inputSchema/outputSchema entries into JSON Schema definitions before model generation."
    },
    {
      "id": "input-format.protobuf",
      "kind": "input-format",
      "target": "--input-file-type protobuf",
      "message": "Protocol Buffers input support is experimental and may change as real-world usage is validated.",
      "since_version": "0.59.0",
      "tracking_issue": null,
      "note": "The parser generates Python models from .proto schemas; it does not provide protobuf runtime validation or gRPC code generation."
    },
    {
      "id": "input-format.xmlschema",
      "kind": "input-format",
      "target": "--input-file-type xmlschema",
      "message": "XML Schema input support is experimental and may change as real-world usage is validated.",
      "since_version": "0.59.0",
      "tracking_issue": null,
      "note": "The parser focuses on model generation from XSD documents, not full XML instance validation."
    }
  ]
}
