org.xml.sax.SAXParseException;
systemId: file://.../api-platform-samples/schemas/policy/jwt.xsd;
lineNumber: 152; columnNumber: 5;
The element type "xs:schema" must be terminated by the matching end-tag "</xs:schema>".
Checking line 152, looks like there is an additional `</xs:complexType> line that should be removed.
https://github.com/apigee/api-platform-samples/blob/master/schemas/policy/jwt.xsd
contains a typo:
Checking line 152, looks like there is an additional `</xs:complexType> line that should be removed.