-
Notifications
You must be signed in to change notification settings - Fork 255
/
TS29222_CAPIF_Publish_Service_API.yaml
784 lines (760 loc) · 26.8 KB
/
TS29222_CAPIF_Publish_Service_API.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
openapi: 3.0.0
info:
title: CAPIF_Publish_Service_API
description: |
API for publishing service APIs.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
version: "1.3.0-alpha.5"
externalDocs:
description: 3GPP TS 29.222 V18.5.0 Common API Framework for 3GPP Northbound APIs
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.222/
servers:
- url: '{apiRoot}/published-apis/v1'
variables:
apiRoot:
default: https://example.com
description: apiRoot as defined in clause 7.5 of 3GPP TS 29.222.
paths:
# APF published API
/{apfId}/service-apis:
post:
description: Publish a new API.
parameters:
- name: apfId
in: path
required: true
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceAPIDescription'
responses:
'201':
description: >
Service API published successfully The URI of the created resource
shall be returned in the "Location" HTTP header.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceAPIDescription'
headers:
Location:
description: >
Contains the URI of the newly created resource, according to the structure
{apiRoot}/published-apis/v1/{apfId}/service-apis/{serviceApiId}
required: true
schema:
type: string
'400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401':
$ref: 'TS29122_CommonData.yaml#/components/responses/401'
'403':
$ref: 'TS29122_CommonData.yaml#/components/responses/403'
'404':
$ref: 'TS29122_CommonData.yaml#/components/responses/404'
'411':
$ref: 'TS29122_CommonData.yaml#/components/responses/411'
'413':
$ref: 'TS29122_CommonData.yaml#/components/responses/413'
'415':
$ref: 'TS29122_CommonData.yaml#/components/responses/415'
'429':
$ref: 'TS29122_CommonData.yaml#/components/responses/429'
'500':
$ref: 'TS29122_CommonData.yaml#/components/responses/500'
'503':
$ref: 'TS29122_CommonData.yaml#/components/responses/503'
default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default'
get:
description: Retrieve all published APIs.
parameters:
- name: apfId
in: path
required: true
schema:
type: string
responses:
'200':
description: Definition of all service API(s) published by the API publishing function.
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/ServiceAPIDescription'
minItems: 0
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
$ref: 'TS29122_CommonData.yaml#/components/responses/308'
'400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401':
$ref: 'TS29122_CommonData.yaml#/components/responses/401'
'403':
$ref: 'TS29122_CommonData.yaml#/components/responses/403'
'404':
$ref: 'TS29122_CommonData.yaml#/components/responses/404'
'406':
$ref: 'TS29122_CommonData.yaml#/components/responses/406'
'429':
$ref: 'TS29122_CommonData.yaml#/components/responses/429'
'500':
$ref: 'TS29122_CommonData.yaml#/components/responses/500'
'503':
$ref: 'TS29122_CommonData.yaml#/components/responses/503'
default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default'
# Individual APF published API
/{apfId}/service-apis/{serviceApiId}:
get:
description: Retrieve a published service API.
parameters:
- name: serviceApiId
in: path
required: true
schema:
type: string
- name: apfId
in: path
required: true
schema:
type: string
responses:
'200':
description: >
Definition of individual service API published by the API publishing function.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceAPIDescription'
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
$ref: 'TS29122_CommonData.yaml#/components/responses/308'
'400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401':
$ref: 'TS29122_CommonData.yaml#/components/responses/401'
'403':
$ref: 'TS29122_CommonData.yaml#/components/responses/403'
'404':
$ref: 'TS29122_CommonData.yaml#/components/responses/404'
'406':
$ref: 'TS29122_CommonData.yaml#/components/responses/406'
'429':
$ref: 'TS29122_CommonData.yaml#/components/responses/429'
'500':
$ref: 'TS29122_CommonData.yaml#/components/responses/500'
'503':
$ref: 'TS29122_CommonData.yaml#/components/responses/503'
default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default'
put:
description: Update a published service API.
parameters:
- name: serviceApiId
in: path
required: true
schema:
type: string
- name: apfId
in: path
required: true
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceAPIDescription'
responses:
'200':
description: Definition of service API updated successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceAPIDescription'
'204':
description: No Content
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
$ref: 'TS29122_CommonData.yaml#/components/responses/308'
'400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401':
$ref: 'TS29122_CommonData.yaml#/components/responses/401'
'403':
$ref: 'TS29122_CommonData.yaml#/components/responses/403'
'404':
$ref: 'TS29122_CommonData.yaml#/components/responses/404'
'411':
$ref: 'TS29122_CommonData.yaml#/components/responses/411'
'413':
$ref: 'TS29122_CommonData.yaml#/components/responses/413'
'415':
$ref: 'TS29122_CommonData.yaml#/components/responses/415'
'429':
$ref: 'TS29122_CommonData.yaml#/components/responses/429'
'500':
$ref: 'TS29122_CommonData.yaml#/components/responses/500'
'503':
$ref: 'TS29122_CommonData.yaml#/components/responses/503'
default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default'
patch:
description: Modify an existing published service API.
operationId: ModifyIndAPFPubAPI
tags:
- Individual APF published API
parameters:
- name: serviceApiId
in: path
required: true
schema:
type: string
- name: apfId
in: path
required: true
schema:
type: string
requestBody:
required: true
content:
application/merge-patch+json:
schema:
$ref: '#/components/schemas/ServiceAPIDescriptionPatch'
responses:
'200':
description: >
The definition of the service API is modified successfully and a
representation of the updated service API is returned in the request body.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceAPIDescription'
'204':
description: No Content. The definition of the service API is modified successfully.
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
$ref: 'TS29122_CommonData.yaml#/components/responses/308'
'400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401':
$ref: 'TS29122_CommonData.yaml#/components/responses/401'
'403':
$ref: 'TS29122_CommonData.yaml#/components/responses/403'
'404':
$ref: 'TS29122_CommonData.yaml#/components/responses/404'
'411':
$ref: 'TS29122_CommonData.yaml#/components/responses/411'
'413':
$ref: 'TS29122_CommonData.yaml#/components/responses/413'
'415':
$ref: 'TS29122_CommonData.yaml#/components/responses/415'
'429':
$ref: 'TS29122_CommonData.yaml#/components/responses/429'
'500':
$ref: 'TS29122_CommonData.yaml#/components/responses/500'
'503':
$ref: 'TS29122_CommonData.yaml#/components/responses/503'
default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default'
delete:
description: Unpublish a published service API.
parameters:
- name: serviceApiId
in: path
required: true
schema:
type: string
- name: apfId
in: path
required: true
schema:
type: string
responses:
'204':
description: The individual published service API matching the serviceAPiId is deleted.
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
$ref: 'TS29122_CommonData.yaml#/components/responses/308'
'400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401':
$ref: 'TS29122_CommonData.yaml#/components/responses/401'
'403':
$ref: 'TS29122_CommonData.yaml#/components/responses/403'
'404':
$ref: 'TS29122_CommonData.yaml#/components/responses/404'
'429':
$ref: 'TS29122_CommonData.yaml#/components/responses/429'
'500':
$ref: 'TS29122_CommonData.yaml#/components/responses/500'
'503':
$ref: 'TS29122_CommonData.yaml#/components/responses/503'
default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default'
# Components
components:
schemas:
# Data Type for representations
ServiceAPIDescription:
type: object
description: Represents the description of a service API as published by the APF.
properties:
apiName:
type: string
description: >
API name, it is set as {apiName} part of the URI structure as defined in
clause 5.2.4 of 3GPP TS 29.122.
apiId:
type: string
description: >
API identifier assigned by the CAPIF core function to the published service API.
Shall not be present in the HTTP POST request from the API publishing function
to the CAPIF core function. Shall be present in the HTTP POST response from the
CAPIF core function to the API publishing function and in the HTTP GET response
from the CAPIF core function to the API invoker (discovery API).
apiStatus:
$ref: '#/components/schemas/ApiStatus'
aefProfiles:
type: array
items:
$ref: '#/components/schemas/AefProfile'
minItems: 1
description: >
AEF profile information, which includes the exposed API details (e.g. protocol).
description:
type: string
description: Text description of the API
supportedFeatures:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
shareableInfo:
$ref: '#/components/schemas/ShareableInformation'
serviceAPICategory:
type: string
description: The service API category to which the service API belongs to.
apiSuppFeats:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
pubApiPath:
$ref: '#/components/schemas/PublishedApiPath'
ccfId:
type: string
description: CAPIF core function identifier.
apiProvName:
type: string
description: Represents the API provider name.
required:
- apiName
InterfaceDescription:
type: object
description: Represents the description of an API's interface.
properties:
ipv4Addr:
$ref: 'TS29122_CommonData.yaml#/components/schemas/Ipv4Addr'
ipv6Addr:
$ref: 'TS29122_CommonData.yaml#/components/schemas/Ipv6Addr'
fqdn:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Fqdn'
port:
$ref: 'TS29122_CommonData.yaml#/components/schemas/Port'
apiPrefix:
type: string
description: >
A string representing a sequence of path segments that starts with the slash character.
securityMethods:
type: array
items:
$ref: '#/components/schemas/SecurityMethod'
minItems: 1
description: >
Security methods supported by the interface, it take precedence over
the security methods provided in AefProfile, for this specific interface.
oneOf:
- required: [ipv4Addr]
- required: [ipv6Addr]
- required: [fqdn]
AefProfile:
type: object
description: Represents the AEF profile data.
properties:
aefId:
type: string
description: Identifier of the API exposing function
versions:
type: array
items:
$ref: '#/components/schemas/Version'
minItems: 1
description: API version
protocol:
$ref: '#/components/schemas/Protocol'
dataFormat:
$ref: '#/components/schemas/DataFormat'
securityMethods:
type: array
items:
$ref: '#/components/schemas/SecurityMethod'
minItems: 1
description: Security methods supported by the AEF
domainName:
type: string
description: Domain to which API belongs to
interfaceDescriptions:
type: array
items:
$ref: '#/components/schemas/InterfaceDescription'
minItems: 1
description: Interface details
aefLocation:
$ref: '#/components/schemas/AefLocation'
serviceKpis:
$ref: '#/components/schemas/ServiceKpis'
ueIpRange:
$ref: '#/components/schemas/IpAddrRange'
required:
- aefId
- versions
oneOf:
- required: [domainName]
- required: [interfaceDescriptions]
Resource:
type: object
description: Represents the API resource data.
properties:
resourceName:
type: string
description: Resource name
commType:
$ref: '#/components/schemas/CommunicationType'
uri:
type: string
description: >
Relative URI of the API resource, it is set as {apiSpecificSuffixes} part
of the URI structure as defined in clause 5.2.4 of 3GPP TS 29.122.
custOpName:
type: string
description: >
it is set as {custOpName} part of the URI structure for a custom operation
associated with a resource as defined in clause 5.2.4 of 3GPP TS 29.122.
custOperations:
type: array
items:
$ref: '#/components/schemas/CustomOperation'
minItems: 1
description: >
Custom operations associated with this resource.
operations:
type: array
items:
$ref: '#/components/schemas/Operation'
minItems: 1
description: >
Supported HTTP methods for the API resource. Only applicable when the
protocol in AefProfile indicates HTTP.
description:
type: string
description: Text description of the API resource
required:
- resourceName
- commType
- uri
CustomOperation:
type: object
description: Represents the description of a custom operation.
properties:
commType:
$ref: '#/components/schemas/CommunicationType'
custOpName:
type: string
description: >
it is set as {custOpName} part of the URI structure for a custom operation
without resource association as defined in clause 5.2.4 of 3GPP TS 29.122.
operations:
type: array
items:
$ref: '#/components/schemas/Operation'
minItems: 1
description: >
Supported HTTP methods for the API resource. Only applicable when the
protocol in AefProfile indicates HTTP.
description:
type: string
description: Text description of the custom operation
required:
- commType
- custOpName
Version:
type: object
description: Represents the API version information.
properties:
apiVersion:
type: string
description: API major version in URI (e.g. v1)
expiry:
$ref: 'TS29122_CommonData.yaml#/components/schemas/DateTime'
resources:
type: array
items:
$ref: '#/components/schemas/Resource'
minItems: 1
description: Resources supported by the API.
custOperations:
type: array
items:
$ref: '#/components/schemas/CustomOperation'
minItems: 1
description: Custom operations without resource association.
required:
- apiVersion
ShareableInformation:
type: object
description: >
Indicates whether the service API and/or the service API category can be shared
to the list of CAPIF provider domains.
properties:
isShareable:
type: boolean
description: >
Set to "true" indicates that the service API and/or the service API
category can be shared to the list of CAPIF provider domain information.
Otherwise set to "false".
capifProvDoms:
type: array
items:
type: string
minItems: 1
description: >
List of CAPIF provider domains to which the service API information to be shared.
required:
- isShareable
PublishedApiPath:
type: object
description: Represents the published API path within the same CAPIF provider domain.
properties:
ccfIds:
type: array
items:
type: string
minItems: 1
description: A list of CCF identifiers where the service API is already published.
AefLocation:
description: >
Represents the location information (e.g. civic address, GPS coordinates, data center ID)
where the AEF providing the service API is located.
type: object
properties:
civicAddr:
$ref: 'TS29572_Nlmf_Location.yaml#/components/schemas/CivicAddress'
geoArea:
$ref: 'TS29572_Nlmf_Location.yaml#/components/schemas/GeographicArea'
dcId:
type: string
description: >
Identifies the data center where the AEF providing the service API is located.
ServiceAPIDescriptionPatch:
type: object
description: >
Represents the parameters to request the modification of an APF published API resource.
properties:
apiStatus:
$ref: '#/components/schemas/ApiStatus'
aefProfiles:
type: array
items:
$ref: '#/components/schemas/AefProfile'
description: AEF profile information, which includes the exposed API details.
minItems: 1
description:
type: string
description: Text description of the API
shareableInfo:
$ref: '#/components/schemas/ShareableInformation'
serviceAPICategory:
type: string
description: The service API category to which the service API belongs to.
apiSuppFeats:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
pubApiPath:
$ref: '#/components/schemas/PublishedApiPath'
ccfId:
type: string
description: CAPIF core function identifier.
ApiStatus:
type: object
description: >
Represents the API status.
properties:
aefIds:
type: array
items:
type: string
description: >
Indicates the list of AEF ID(s) where the API is active.
If this attribute is omitted, the API is inactive at all AEF(s)
defined in the "aefProfiles" attribute within
the ServiceAPIDescription data structure.
required:
- aefIds
ServiceKpis:
type: object
description: >
Represents information about the service characteristics provided by a service API.
properties:
maxReqRate:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
description: >
Unsigned integer identifying maximum request rate per second from the API Invoker
supported by the server.
maxRestime:
$ref: 'TS29122_CommonData.yaml#/components/schemas/DurationSec'
availability:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
avalComp:
type: string
pattern: '^\d+(\.\d+)? (kFLOPS|MFLOPS|GFLOPS|TFLOPS|PFLOPS|EFLOPS|ZFLOPS)$'
description: >
The maximum compute resource available in FLOPS for the API Invoker.
avalGraComp:
type: string
pattern: '^\d+(\.\d+)? (kFLOPS|MFLOPS|GFLOPS|TFLOPS|PFLOPS|EFLOPS|ZFLOPS)$'
description: >
The maximum graphical compute resource in FLOPS available for the API Invoker.
avalMem:
type: string
pattern: '^\d+(\.\d+)? (KB|MB|GB|TB|PB|EB|ZB|YB)$'
description: >
The maximum memory resource available for the API Invoker.
avalStor:
type: string
pattern: '^\d+(\.\d+)? (KB|MB|GB|TB|PB|EB|ZB|YB)$'
description: >
The maximum storage resource available for the API Invoker.
conBand:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
description: >
The connection bandwidth in kbps advertised for the API Invoker's use.
IpAddrRange:
description: Represents the list of public IP ranges
type: object
properties:
ueIpv4AddrRanges:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Ipv4AddressRange'
description: Represents the IPv4 Address ranges of the UE(s).
minItems: 1
ueIpv6AddrRanges:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Ipv6AddressRange'
description: Represents the Ipv6 Address ranges of the UE(s).
minItems: 1
anyOf:
- required: [ueIpv4AddrRanges]
- required: [ueIpv6AddrRanges]
Protocol:
anyOf:
- type: string
enum:
- HTTP_1_1
- HTTP_2
- MQTT
- WEBSOCKET
- type: string
description: >
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
description: |
Indicates a protocol and protocol version used by the API.
Possible values are:
- HTTP_1_1: Indicates that the protocol is HTTP version 1.1.
- HTTP_2: Indicates that the protocol is HTTP version 2.
- MQTT: Indicates that the protocol is Message Queuing Telemetry Transport.
- WEBSOCKET: Indicates that the protocol is Websocket.
CommunicationType:
anyOf:
- type: string
enum:
- REQUEST_RESPONSE
- SUBSCRIBE_NOTIFY
- type: string
description: >
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
description: |
Indicates a communication type of the resource or the custom operation.
Possible values are:
- REQUEST_RESPONSE: The communication is of the type request-response.
- SUBSCRIBE_NOTIFY: The communication is of the type subscribe-notify.
DataFormat:
anyOf:
- type: string
enum:
- JSON
- XML
- PROTOBUF3
- type: string
description: >
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
description: |
Indicates a data format.
Possible values are:
- JSON: Indicates that the data format is JSON.
- XML: Indicates that the data format is Extensible Markup Language.
- PROTOBUF3: Indicates that the data format is Protocol buffers version 3.
SecurityMethod:
anyOf:
- type: string
enum:
- PSK
- PKI
- OAUTH
- type: string
description: >
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
description: |
Indicates the security method.
Possible values are:
- PSK: Security method 1 (Using TLS-PSK) as described in 3GPP TS 33.122.
- PKI: Security method 2 (Using PKI) as described in 3GPP TS 33.122.
- OAUTH: Security method 3 (TLS with OAuth token) as described in 3GPP TS 33.122.
Operation:
anyOf:
- type: string
enum:
- GET
- POST
- PUT
- PATCH
- DELETE
- type: string
description: >
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
description: |
Indicates an HTTP method.
Possible values are:
- GET: HTTP GET method.
- POST: HTTP POST method.
- PUT: HTTP PUT method.
- PATCH: HTTP PATCH method.
- DELETE: HTTP DELETE method.