You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently not able to validate runtime expression. Ideally using already existing tool is ideal, but if we cannot find one we can still write one. I have created the parser and validator library here: https://github.com/char0n/openapi-runtime-expression
Implementation will apply both for OpenAPI 3.0.x and OpenAPI 3.1.x.
The runtime expression is defined by the following ABNF syntax.
We are currently not able to validate runtime expression. Ideally using already existing tool is ideal, but if we cannot find one we can still write one. I have created the parser and validator library here: https://github.com/char0n/openapi-runtime-expression
Implementation will apply both for OpenAPI 3.0.x and OpenAPI 3.1.x.
The runtime expression is defined by the following ABNF syntax.
Here, json-pointer is taken from RFC6901, char from RFC7159 and token from RFC7230.
The name identifier is case-sensitive, whereas token is not.
The table below provides examples of runtime expressions and examples of their use in a value:
The text was updated successfully, but these errors were encountered: