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: index.html
+38-38Lines changed: 38 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ <h3>Name</h3>
248
248
</div>
249
249
</section>
250
250
251
-
<sectionid="access-point">
251
+
<sectionid="accessPoint">
252
252
<h3>Access Point</h3>
253
253
<td>The base URI for interacting with the API.</td>
254
254
<ul>
@@ -286,7 +286,7 @@ <h3>Description</h3>
286
286
</div>
287
287
</section>
288
288
289
-
<sectionid="response-mime-type">
289
+
<sectionid="responseMimeType">
290
290
<h3>Response Mime-Type</h3>
291
291
<td>A list of media types the APIs can produce. This is global to all APIs but can be overridden on specific API calls.</td>
292
292
<ul>
@@ -343,7 +343,7 @@ <h3>Version</h3>
343
343
</div>
344
344
</section>
345
345
346
-
<sectionid="terms-of-service">
346
+
<sectionid="termsOfService">
347
347
<h3>Terms of Service</h3>
348
348
<td>A document that describes the terms of use for the API.</td>
349
349
<ul>
@@ -362,7 +362,7 @@ <h3>Terms of Service</h3>
362
362
</div>
363
363
</section>
364
364
365
-
<sectionid="ssl-support">
365
+
<sectionid="sslSupport">
366
366
<h3>SSL Support</h3>
367
367
<td>Indication of whether SSL Support is present or absent.</td>
368
368
<ul>
@@ -381,7 +381,7 @@ <h3>SSL Support</h3>
381
381
</div>
382
382
</section>
383
383
384
-
<sectionid="authentication-mode">
384
+
<sectionid="authenticationMode">
385
385
<h3>Authentication Mode</h3>
386
386
<td>Lists the required security schemes to execute this operation. The object can have multiple security schemes declared in it which are all required.</td>
387
387
<ul>
@@ -457,7 +457,7 @@ <h3>Publications</h3>
457
457
</div>
458
458
</section>
459
459
460
-
<sectionid="access-restrictions">
460
+
<sectionid="accessRestrictions">
461
461
<h3>API Access Restrictions</h3>
462
462
<td>Indicate whether there are restrictions to using the API</td>
<td>A list of MIME types the operation can consume.</td>
778
778
<ul>
@@ -790,7 +790,7 @@ <h3>Consumes</h3>
790
790
</div>
791
791
</div>
792
792
</section>
793
-
<sectionid="http-method">
793
+
<sectionid="httpMethod">
794
794
<h3>http Method</h3>
795
795
<td>The base path on which the API is served, which is relative to the host. Or a relative path to an individual endpoint. The field name MUST begin with a slash. The path is appended to the basePath in order to construct the full URL. The object describes the operations available on a single path. The different operations are"get, put, post, delete, options head, patch".</td>
796
796
<ul>
@@ -809,7 +809,7 @@ <h3>http Method</h3>
809
809
</div>
810
810
</section>
811
811
812
-
<sectionid="authentication-mode">
812
+
<sectionid="authenticationMode">
813
813
<h3>Authentication Mode</h3>
814
814
<td>Lists the required security schemes to execute this operation. The object can have multiple security schemes declared in it which are all required.</td>
815
815
<ul>
@@ -828,7 +828,7 @@ <h3>Authentication Mode</h3>
828
828
</div>
829
829
</section>
830
830
831
-
<sectionid="authentication-mode">
831
+
<sectionid="authenticationMode">
832
832
<h3>Transfer Protocol</h3>
833
833
<td>The transfer protocol of the API. Values MUST be from the list: "http", "https", "ws", "wss". This optional value will override the top-level schemes if present.</td>
834
834
<ul>
@@ -866,7 +866,7 @@ <h3>Keywords</h3>
866
866
</div>
867
867
</section>
868
868
869
-
<sectionid="path-template">
869
+
<sectionid="pathTemplate">
870
870
<h3>Path Template</h3>
871
871
<td>The path for the operation.</td>
872
872
<ul>
@@ -885,7 +885,7 @@ <h3>Path Template</h3>
885
885
</div>
886
886
</section>
887
887
888
-
<sectionid="operation-id">
888
+
<sectionid="operationId">
889
889
<h3>Operation ID</h3>
890
890
<td>An identifier/URI for the operation.</td>
891
891
<ul>
@@ -904,7 +904,7 @@ <h3>Operation ID</h3>
904
904
</div>
905
905
</section>
906
906
907
-
<sectionid="operation-documentation">
907
+
<sectionid="operationDocumentation">
908
908
<h3>Operation Documentation</h3>
909
909
<td>Documentation of the particular operation.</td>
<td>A list of MIME types the APIs can consume. <ahref="https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.md#mediaTypes" target="_blank">Here</a> are some examples of MIME types.</td>
0 commit comments