@@ -18,7 +18,11 @@ public interface Keywords {
1818 String ALLOW_RESERVED = "allowReserved" ;
1919 String ANY_OF = "anyOf" ;
2020 String ATTRIBUTE = "attribute" ;
21+ String AUTHORIZATION_CODE = "authorizationCode" ;
22+ String AUTHORIZATION_URL = "authorizationUrl" ;
2123 String CALLBACKS = "callbacks" ;
24+ String BEARER_FORMAT = "bearerFormat" ;
25+ String CLIENT_CREDENTIALS = "clientCredentials" ;
2226 String COMPONENTS = "components" ;
2327 String CONST = "const" ;
2428 String CONTACT = "contact" ;
@@ -32,6 +36,8 @@ public interface Keywords {
3236 String DEPENDENT_REQUIRED = "dependentRequired" ;
3337 String DEPRECATED = "deprecated" ;
3438 String DESCRIPTION = "description" ;
39+ String DEVICE_AUTHORIZATION = "deviceAuthorization" ;
40+ String DEVICE_AUTHORIZATION_URL = "deviceAuthorizationUrl" ;
3541 String DISCRIMINATOR = "discriminator" ;
3642 String ENUM = "enum" ;
3743 String EMAIL = "email" ;
@@ -43,11 +49,13 @@ public interface Keywords {
4349 String EXPLODE = "explode" ;
4450 String EXTERNAL_DOCS = "externalDocs" ;
4551 String EXTERNAL_VALUE = "externalValue" ;
52+ String FLOWS = "flows" ;
4653 String FORMAT = "format" ;
4754 String GET = "get" ;
4855 String HEAD = "head" ;
4956 String HEADERS = "headers" ;
5057 String IDENTIFIER = "identifier" ;
58+ String IMPLICIT = "implicit" ;
5159 String IN = "in" ;
5260 String INFO = "info" ;
5361 String ITEM_ENCODING = "itemEncoding" ;
@@ -75,10 +83,13 @@ public interface Keywords {
7583 String NODE_TYPE = "nodeType" ;
7684 String NOT = "not" ;
7785 String NULLABLE = "nullable" ;
86+ String OAUTH2_METADATA_URL = "oauth2MetadataUrl" ;
7887 String ONE_OF = "oneOf" ;
7988 String OPENAPI = "openapi" ;
89+ String OPENID_CONNECT_URL = "openIdConnectUrl" ;
8090 String OPERATION_ID = "operationId" ;
8191 String OPTIONS = "options" ;
92+ String PASSWORD = "password" ;
8293 String PARAMETERS = "parameters" ;
8394 String PARENT = "parent" ;
8495 String PATCH = "patch" ;
@@ -97,22 +108,26 @@ public interface Keywords {
97108 String QUERY = "query" ;
98109 String READ_ONLY = "readOnly" ;
99110 String REF = "$ref" ;
111+ String REFRESH_URL = "refreshUrl" ;
100112 String REQUEST_BODY = "requestBody" ;
101113 String REQUEST_BODIES = "requestBodies" ;
102114 String REQUIRED = "required" ;
103115 String RESPONSES = "responses" ;
104116 String SCHEMA = "schema" ;
105117 String SCHEMAS = "schemas" ;
118+ String SCHEME = "scheme" ;
106119 String SECURITY = "security" ;
107120 String SECURITY_SCHEMES = "securitySchemes" ;
108121 String SELF = "$self" ;
109122 String SERIALIZED_VALUE = "serializedValue" ;
110123 String SERVERS = "servers" ;
124+ String SCOPES = "scopes" ;
111125 String STYLE = "style" ;
112126 String SUMMARY = "summary" ;
113127 String TAGS = "tags" ;
114128 String TERMS_OF_SERVICE = "termsOfService" ;
115129 String TITLE = "title" ;
130+ String TOKEN_URL = "tokenUrl" ;
116131 String TRACE = "trace" ;
117132 String TYPE = "type" ;
118133 String UNIQUE_ITEMS = "uniqueItems" ;
0 commit comments