We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deff943 commit fce6779Copy full SHA for fce6779
openapi-parser/src/main/java/io/openapiparser/Keywords.java
@@ -86,6 +86,7 @@ public interface Keywords {
86
String PATH_ITEMS = "pathItems";
87
String PATTERN = "pattern";
88
String PATTERN_PROPERTIES = "patternProperties";
89
+ String PREFIX = "prefix";
90
String PREFIX_ENCODING = "prefixEncoding";
91
String PREFIX_ITEMS = "prefixItems";
92
String POST = "post";
0 commit comments