Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation error in jwt.xsd #113

Open
lllewellyn opened this issue Sep 19, 2019 · 0 comments
Open

Validation error in jwt.xsd #113

lllewellyn opened this issue Sep 19, 2019 · 0 comments

Comments

@lllewellyn
Copy link

https://github.com/apigee/api-platform-samples/blob/master/schemas/policy/jwt.xsd

contains a typo:

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.

....
151: </xs:complexType>
152: </xs:complexType>
153: <xs:complexType name="decodeJWTStepDefinitionBean">
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant