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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/rest-validator-extension.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,13 +130,13 @@ The following table describes the attributes that you configure for your validat
130
130
131
131
* AUTO (default)
132
132
+
133
-
APIKit attempts to initiate the validation using AMF. If errors occur, the RAML parser performs the validation.
133
+
APIkit attempts to initiate the validation using AMF. If errors occur, the RAML parser performs the validation.
134
134
* AMF
135
135
+
136
-
The APIKit router uses AMF to read the API and validate incoming requests.
136
+
The APIkit router uses AMF to read the API and validate incoming requests.
137
137
* RAML
138
138
+
139
-
The APIKit router uses the RAML parser to read the API and validate incoming requests. | No
139
+
The APIkit router uses the RAML parser to read the API and validate incoming requests. | No
140
140
| `keepApiBaseUri` | Specifies whether you can override the `baseUri` property in the specification with the URI of the deployed application.
141
141
If you must use the console operation, set this property to `true`. The default value is `false`.
142
142
@@ -146,11 +146,11 @@ If you are using a REST validator version that is later than 2.0.0, use the `kee
146
146
| attributesDeserializingStrategies` | Allows parsing of the HTTP headers that contain an array of values that are separated by commas. | No
147
147
|===
148
148
149
-
== REST Validator and APIKit Compatibility Reference
149
+
== REST Validator and APIkit Compatibility Reference
150
150
151
-
You can share the REST validator (`pom.xml` dependency) across applications by using a domain. However, if some of those applications also have a dependency on APIKit, that version of APIKit in each application must match the one required by the REST validator version that you use in your domain.
151
+
You can share the REST validator (`pom.xml` dependency) across applications by using a domain. However, if some of those applications also have a dependency on APIkit, that version of APIkit in each application must match the one required by the REST validator version that you use in your domain.
152
152
153
-
Per the following table of compatibilities, for example, if you use the REST validator v2.2.0 in your domain, all your applications using APIKit must import the 1.4.2 version:
153
+
Per the following table of compatibilities, for example, if you use the REST validator v2.2.0 in your domain, all your applications using APIkit must import the 1.4.2 version:
0 commit comments