Skip to content

Commit 6fb2e66

Browse files
committed
Remove some line breaks
1 parent 8ad4f02 commit 6fb2e66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/ruleset-engine/rules-language/fields/dynamic-fields.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ Identifies whether a request comes from a worker or not. When a request comes fr
520520

521521
`http.request.jwt.claims.aud` <Type text='Map<Array<String>>' /> <br />
522522
`http.request.jwt.claims.aud.names` <Type text='Array<String>' /> <br />
523-
`http.request.jwt.claims.aud.values` <Type text='Array<String>' /> <br />
523+
`http.request.jwt.claims.aud.values` <Type text='Array<String>' />
524524

525525
The `aud` (audience) claim identifies the recipients that the JSON Web Token (JWT) is intended for. Each principal intended to process the JWT must identify itself with a value in the audience claim. In the general case, the `aud` value is an array of case-sensitive strings, each containing a `StringOrURI` value.
526526

@@ -540,7 +540,7 @@ The `iat` (issued at) claim identifies the time (number of seconds) at which the
540540

541541
`http.request.jwt.claims.iss` <Type text='Map<Array<String>>' /> <br />
542542
`http.request.jwt.claims.iss.names` <Type text='Array<String>' /> <br />
543-
`http.request.jwt.claims.iss.values` <Type text='Array<String>' /> <br />
543+
`http.request.jwt.claims.iss.values` <Type text='Array<String>' />
544544

545545
The `iss` (issuer) claim identifies the principal that issued the JWT.
546546

@@ -550,7 +550,7 @@ The `iss` (issuer) claim identifies the principal that issued the JWT.
550550

551551
`http.request.jwt.claims.jti` <Type text='Map<Array<String>>' /> <br />
552552
`http.request.jwt.claims.jti.names` <Type text='Array<String>' /> <br />
553-
`http.request.jwt.claims.jti.values` <Type text='Array<String>' /> <br />
553+
`http.request.jwt.claims.jti.values` <Type text='Array<String>' />
554554

555555
The `jti` (JWT ID) claim provides a unique identifier for the JWT.
556556

@@ -570,7 +570,7 @@ The `nbf` (not before) claim identifies the time (number of seconds) before whic
570570

571571
`http.request.jwt.claims.sub` <Type text='Map<Array<String>>' /> <br />
572572
`http.request.jwt.claims.sub.names` <Type text='Array<String>' /> <br />
573-
`http.request.jwt.claims.sub.values` <Type text='Array<String>' /> <br />
573+
`http.request.jwt.claims.sub.values` <Type text='Array<String>' />
574574

575575
The `sub` (subject) claim identifies the principal that is the subject of the JWT. The claims in a JWT are normally statements about the subject.
576576

0 commit comments

Comments
 (0)