Forum Discussion
frankkilcommins
3 years agoStaff
Hi HenrikHL ,
You could consider to describe the payload claims using markdown in the description and present either as a JSON example or as a table (or indeed both).
Example:
envelope:
type: string
maxLength: 1500
description: |
A JWT token (_header_._payload_._signature_) with the following `payload` claims structure:
```
{
"name": "John Doe",
"admin": true
}
```
Claims Details:
|Claim|Type|Example|
|-----|----|-------|
|name|`string`|"John Doe"|
|admin|`boolean`|true|
example: 'xxxxx.yyyyy.zzzzz'
Hope this helps.
Related Content
- 8 years ago
- 9 years ago
- 6 years ago
Recent Discussions
- 10 days ago
- 2 months ago