Skip to content

Commit 4f4619d

Browse files
committed
added kappa for java
1 parent 32414d3 commit 4f4619d

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

_data/tools.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,9 @@
927927
v3_1: true
928928

929929
- name: OpenAPI Enforcer Middleware
930-
category: server
930+
category:
931+
- server
932+
- data-validators
931933
language: Node.js
932934
link: https://www.npmjs.com/package/openapi-enforcer-middleware
933935
github: https://github.com/byu-oit/openapi-enforcer-middleware
@@ -938,6 +940,18 @@
938940
v2: true
939941
v3: true
940942

943+
- name: Kappa
944+
category:
945+
- server
946+
- data-validators
947+
language: Java
948+
link: https://github.com/erosb/kappa
949+
github: https://github.com/erosb/kappa
950+
description: |
951+
Java validation middleware which can be used to validate HTTP requests and
952+
responses against OpenAPI 3.1 definitions based on popular but archived openapi4j. Works with Spring and Vert.x.
953+
v3_1: true
954+
941955
- name: API Platform
942956
category: server
943957
language: PHP
@@ -1248,19 +1262,6 @@
12481262
over Express servers, including security validations
12491263
v3: true
12501264

1251-
- name: openVALIDATION
1252-
category:
1253-
- miscellaneous
1254-
- description-validators
1255-
- data-validators
1256-
github: https://github.com/openvalidation/openvalidation-openapi
1257-
link: https://docs.openvalidation.io/openapi/openapi-specification
1258-
language: Java
1259-
description:
1260-
Allows complex validation rules to be specified in openAPI spec files
1261-
using natural language.
1262-
v3: true
1263-
12641265
- name: swagger-parser
12651266
category: parsers
12661267
github: https://github.com/swagger-api/swagger-parser

0 commit comments

Comments
 (0)