Skip to content

[Feature] Support for schemas/strings with JWT format #100

@nick75g

Description

@nick75g

What is a problem?
JWT, or JSON Web Tokens, are a proposed standard for communication via APIs, as per RFC 7519.
Currently, if the Parser tries to parse a string with the format JWT, it throws a ParserError: "Invalid vaue for 'format' property, got 'JWT'".

Describe the solution you'd like
Support JWT as a String format, and parse OpenAPI specs accordingly.

Describe alternatives you've considered
Ignore the JWT format, and format JWT strings as "normal" strings.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions