You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: