<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:element name="reportApi" type="io.jenkins.plugins.analysis.core.restapi.ReportApi"/>
  <xsd:complexType name="io.jenkins.plugins.analysis.core.restapi.ReportApi">
    <xsd:sequence>
      <xsd:element name="issue" type="io.jenkins.plugins.analysis.core.restapi.IssueApi" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="size" type="xsd:int"/>
      <xsd:element name="toString" type="xsd:string" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="_class" type="xsd:string" use="optional"/>
  </xsd:complexType>
  <xsd:complexType name="io.jenkins.plugins.analysis.core.restapi.IssueApi">
    <xsd:sequence>
      <xsd:element name="addedAt" type="xsd:int"/>
      <xsd:element name="authorEmail" type="xsd:string" minOccurs="0"/>
      <xsd:element name="authorName" type="xsd:string" minOccurs="0"/>
      <xsd:element name="baseName" type="xsd:string" minOccurs="0"/>
      <xsd:element name="category" type="xsd:string" minOccurs="0"/>
      <xsd:element name="columnEnd" type="xsd:int"/>
      <xsd:element name="columnStart" type="xsd:int"/>
      <xsd:element name="commit" type="xsd:string" minOccurs="0"/>
      <xsd:element name="description" type="xsd:string" minOccurs="0"/>
      <xsd:element name="fileName" type="xsd:string" minOccurs="0"/>
      <xsd:element name="fingerprint" type="xsd:string" minOccurs="0"/>
      <xsd:element name="lineEnd" type="xsd:int"/>
      <xsd:element name="lineStart" type="xsd:int"/>
      <xsd:element name="message" type="xsd:string" minOccurs="0"/>
      <xsd:element name="moduleName" type="xsd:string" minOccurs="0"/>
      <xsd:element name="origin" type="xsd:string" minOccurs="0"/>
      <xsd:element name="originName" type="xsd:string" minOccurs="0"/>
      <xsd:element name="packageName" type="xsd:string" minOccurs="0"/>
      <xsd:element name="reference" type="xsd:string" minOccurs="0"/>
      <xsd:element name="severity" type="xsd:string" minOccurs="0"/>
      <xsd:element name="toString" type="xsd:string" minOccurs="0"/>
      <xsd:element name="type" type="xsd:string" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="_class" type="xsd:string" use="optional"/>
  </xsd:complexType>
</xsd:schema>

