org.openapis.v3.expressions2.1.2
module org.openapis.v3.expressions
- Module URI:
- package://pkg.pkl-lang.org/pkl-pantry/org.openapis.v3@2.1.2#/expressions.pklcontent_copy
- Source code:
- expressions.pkl
Properties( )
Type Aliases
-
linktypealiasExpression = "$url"|"$method"|"$statusCode"|HeaderReferenceExpression|QueryOrPathReferenceExpression|BodyReferenceExpressionSource
A string representing an OpenAPI Runtime Expression.
-
linktypealiasHeaderReferenceExpression = String(matches(Regex(#"\$(?:request|response)\.header\.[0-9A-z!#$%&'+\-.^_`|~]+"#)))Source
A string representing a reference to a header of a request or response.
-
-
linktypealiasBodyReferenceExpression = "$request.body"|"$response.body"|String(expressions.isBodyReference)Source
A string representing a reference to a segment in the body of a request or response.
The output of this module.