From 0a29584ca1ae83f5bd5e084269281e019098b7f4 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Mon, 31 Oct 2022 16:56:36 +0100 Subject: [PATCH] docs(IMPLEMENTATIONS): add openapi-runtime-expression to the list OpenAPI Runtime Expressions parser and validator. The library was listed under 'Low-Level tooling'. --- IMPLEMENTATIONS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md index 0152176937..df72384479 100644 --- a/IMPLEMENTATIONS.md +++ b/IMPLEMENTATIONS.md @@ -30,6 +30,7 @@ These tools are not endorsed by the OAI. | OpenAPI-Delphi | [github/paolo-rossi/OpenAPI-Delphi](https://github.com/paolo-rossi/OpenAPI-Delphi) | Delphi | Delphi implementation of a generator, parser and validator for the OpenAPI 3 Specification | | spring-openapi | [github/jrcodeza/spring-openapi](https://github.com/jrcodeza/spring-openapi) | Java | OpenAPI v3 generator for Java Spring. Includes also client generation. Supports inheritance with discriminators and Jackson annotations and custom interceptors. | | schema2dts | [nfroidure/schema2dts](https://github.com/nfroidure/schema2dts) | Typescript | Create types definitions from an OpenAPI schema. | +| openapi-runtime-expression | [char0n/openapi-runtime-expression](https://github.com/char0n/openapi-runtime-expression) | JavaScript | OpenAPI Runtime Expressions parser and validator. | #### Editors