Skip to content

Commit

Permalink
The headers field is an element, not an attribute
Browse files Browse the repository at this point in the history
The field "headers" was defined as an attribute but it's a complex type
so it's an element instead.

See: #272
  • Loading branch information
uxen-ab committed Jun 11, 2019
1 parent 7c92d1e commit fd6db6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/schema/monolog-1.0.xsd
Expand Up @@ -88,7 +88,7 @@
<xsd:attribute name="content-type" type="xsd:string" />
<xsd:attribute name="webhook-url" type="xsd:string" />
<xsd:attribute name="slack-team" type="xsd:string" />
<xsd:attribute name="headers" type="headers" />
<xsd:element name="headers" type="headers" />
</xsd:complexType>

<xsd:simpleType name="level">
Expand Down

0 comments on commit fd6db6f

Please sign in to comment.