Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Validation error in jwt.xsd #113

Description

@lllewellyn

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">
...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions