-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
Metadata.json
822 lines (822 loc) · 28 KB
/
Metadata.json
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
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
{
"swagger": "2.0",
"info": {
"title": "Security Insights",
"description": "API spec for Microsoft.SecurityInsights (Azure Security Insights) resource provider",
"version": "2023-02-01"
},
"host": "management.azure.com",
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"security": [
{
"azure_auth": [
"user_impersonation"
]
}
],
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/metadata": {
"get": {
"x-ms-examples": {
"Get all metadata.": {
"$ref": "./examples/metadata/GetAllMetadata.json"
},
"Get all metadata with OData filter/orderby/skip/top": {
"$ref": "./examples/metadata/GetAllMetadataOData.json"
}
},
"tags": [
"Metadata"
],
"description": "List of all metadata",
"operationId": "Metadata_List",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/WorkspaceName"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataFilter"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkip"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/MetadataList"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../common/2.0/types.json#/definitions/CloudError"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/metadata/{metadataName}": {
"get": {
"x-ms-examples": {
"Get single metadata by name": {
"$ref": "./examples/metadata/GetMetadata.json"
}
},
"tags": [
"Metadata"
],
"description": "Get a Metadata.",
"operationId": "Metadata_Get",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/WorkspaceName"
},
{
"$ref": "#/parameters/MetadataName"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/MetadataModel"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../common/2.0/types.json#/definitions/CloudError"
}
}
}
},
"delete": {
"x-ms-examples": {
"Delete metadata.": {
"$ref": "./examples/metadata/DeleteMetadata.json"
}
},
"tags": [
"Metadata"
],
"description": "Delete a Metadata.",
"operationId": "Metadata_Delete",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/WorkspaceName"
},
{
"$ref": "#/parameters/MetadataName"
}
],
"responses": {
"200": {
"description": "OK"
},
"204": {
"description": "No Content"
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../common/2.0/types.json#/definitions/CloudError"
}
}
}
},
"put": {
"x-ms-examples": {
"Create/update full metadata.": {
"$ref": "./examples/metadata/PutMetadata.json"
},
"Create/update minimal metadata.": {
"$ref": "./examples/metadata/PutMetadataMinimal.json"
}
},
"tags": [
"Metadata"
],
"description": "Create a Metadata.",
"operationId": "Metadata_Create",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/WorkspaceName"
},
{
"$ref": "#/parameters/MetadataName"
},
{
"$ref": "#/parameters/Metadata"
}
],
"responses": {
"200": {
"description": "OK, Operation successfully completed",
"schema": {
"$ref": "#/definitions/MetadataModel"
}
},
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/MetadataModel"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../common/2.0/types.json#/definitions/CloudError"
}
}
}
},
"patch": {
"x-ms-examples": {
"Update metadata.": {
"$ref": "./examples/metadata/PatchMetadata.json"
}
},
"tags": [
"Metadata"
],
"description": "Update an existing Metadata.",
"operationId": "Metadata_Update",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/WorkspaceName"
},
{
"$ref": "#/parameters/MetadataName"
},
{
"$ref": "#/parameters/MetadataPatch"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/MetadataModel"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../common/2.0/types.json#/definitions/CloudError"
}
}
}
}
}
},
"definitions": {
"MetadataList": {
"description": "List of all the metadata.",
"type": "object",
"properties": {
"value": {
"description": "Array of metadata.",
"items": {
"$ref": "#/definitions/MetadataModel"
},
"type": "array"
},
"nextLink": {
"description": "URL to fetch the next page of metadata.",
"readOnly": true,
"type": "string"
}
},
"required": [
"value"
]
},
"MetadataModel": {
"type": "object",
"allOf": [
{
"$ref": "../../../common/2.0/types.json#/definitions/ResourceWithEtag"
}
],
"description": "Metadata resource definition.",
"properties": {
"properties": {
"$ref": "#/definitions/metadataProperties",
"description": "Metadata properties",
"x-ms-client-flatten": true
}
}
},
"metadataPatch": {
"description": "Metadata patch request body.",
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/metadataPropertiesPatch",
"description": "Metadata patch request body",
"x-ms-client-flatten": true
}
}
},
"metadataContentId": {
"description": "Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Can be optionally set for user created content to define dependencies. If an active content item is made from a template, both will have the same contentId.",
"type": "string"
},
"metadataParentId": {
"description": "Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group)",
"type": "string"
},
"metadataVersion": {
"description": "Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks",
"type": "string"
},
"metadataKind": {
"type": "string",
"description": "The kind of content the metadata is for."
},
"metadataSource": {
"description": "The original source of the content item, where it comes from.",
"type": "object",
"required": [
"kind"
],
"properties": {
"kind": {
"description": "Source type of the content",
"type": "string",
"enum": [
"LocalWorkspace",
"Community",
"Solution",
"SourceRepository"
],
"x-ms-enum": {
"modelAsString": true,
"name": "sourceKind",
"values": [
{
"value": "LocalWorkspace"
},
{
"value": "Community"
},
{
"value": "Solution"
},
{
"value": "SourceRepository"
}
]
}
},
"name": {
"description": "Name of the content source. The repo name, solution name, LA workspace name etc.",
"type": "string"
},
"sourceId": {
"description": "ID of the content source. The solution ID, workspace ID, etc",
"type": "string"
}
}
},
"metadataAuthor": {
"type": "object",
"description": "Publisher or creator of the content item.",
"properties": {
"name": {
"description": "Name of the author. Company or person.",
"type": "string"
},
"email": {
"description": "Email of author contact",
"type": "string"
},
"link": {
"description": "Link for author/vendor page",
"type": "string"
}
}
},
"metadataSupport": {
"type": "object",
"description": "Support information for the content item.",
"required": [
"tier"
],
"properties": {
"tier": {
"description": "Type of support for content item",
"type": "string",
"enum": [
"Microsoft",
"Partner",
"Community"
],
"x-ms-enum": {
"modelAsString": true,
"name": "supportTier",
"values": [
{
"value": "Microsoft"
},
{
"value": "Partner"
},
{
"value": "Community"
}
]
}
},
"name": {
"description": "Name of the support contact. Company or person.",
"type": "string"
},
"email": {
"description": "Email of support contact",
"type": "string"
},
"link": {
"description": "Link for support help, like to support page to open a ticket etc.",
"type": "string"
}
}
},
"metadataDependencies": {
"description": "Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex dependencies.",
"type": "object",
"properties": {
"contentId": {
"description": "Id of the content item we depend on",
"$ref": "#/definitions/metadataContentId"
},
"kind": {
"description": "Type of the content item we depend on",
"$ref": "#/definitions/metadataKind"
},
"version": {
"description": "Version of the the content item we depend on. Can be blank, * or missing to indicate any version fulfills the dependency. If version does not match our defined numeric format then an exact match is required.",
"$ref": "#/definitions/metadataVersion"
},
"name": {
"description": "Name of the content item",
"type": "string"
},
"operator": {
"description": "Operator used for list of dependencies in criteria array.",
"type": "string",
"enum": [
"AND",
"OR"
],
"x-ms-enum": {
"modelAsString": true,
"name": "operator",
"values": [
{
"value": "AND"
},
{
"value": "OR"
}
]
}
},
"criteria": {
"description": "This is the list of dependencies we must fulfill, according to the AND/OR operator",
"type": "array",
"items": {
"$ref": "#/definitions/metadataDependencies",
"description": "Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats."
},
"x-ms-identifiers": [
"contentId"
]
}
}
},
"metadataCategories": {
"type": "object",
"description": "ies for the solution content item",
"properties": {
"domains": {
"description": "domain for the solution content item",
"type": "array",
"example": [
"str1",
"str2",
"str3"
],
"items": {
"type": "string"
}
},
"verticals": {
"description": "Industry verticals for the solution content item",
"type": "array",
"items": {
"type": "string"
},
"example": [
"str1",
"str2",
"str3"
]
}
}
},
"metadataProviders": {
"description": "Providers for the solution content item",
"type": "array",
"example": [
"str1",
"str2",
"str3"
],
"items": {
"type": "string"
}
},
"firstPublishDate": {
"description": "first publish date of solution content item",
"type": "string",
"format": "date"
},
"lastPublishDate": {
"description": "last publish date of solution content item",
"type": "string",
"format": "date"
},
"metadataCustomVersion": {
"description": "The custom version of the content. A optional free text",
"type": "string"
},
"metadataContentSchemaVersion": {
"description": "Schema version of the content. Can be used to distinguish between different flow based on the schema version",
"type": "string"
},
"metadataIcon": {
"description": "the icon identifier. this id can later be fetched from the solution template",
"type": "string"
},
"metadataThreatAnalysisTactics": {
"description": "the tactics the resource covers",
"type": "array",
"example": [
"reconnaissance",
"exfiltration"
],
"items": {
"type": "string"
}
},
"metadataThreatAnalysisTechniques": {
"description": "the techniques the resource covers, these have to be aligned with the tactics being used",
"type": "array",
"example": [
"T1548",
"T1548.001",
"T1134.003"
],
"items": {
"type": "string"
}
},
"metadataPreviewImages": {
"description": "preview image file names. These will be taken from the solution artifacts",
"type": "array",
"example": [
"example.png",
"example2.jpeg"
],
"items": {
"type": "string"
}
},
"metadataPreviewImagesDark": {
"description": "preview image file names. These will be taken from the solution artifacts. used for dark theme support",
"type": "array",
"example": [
"example.png",
"example2.jpeg"
],
"items": {
"type": "string"
}
},
"metadataProperties": {
"description": "Metadata property bag.",
"required": [
"parentId",
"kind"
],
"type": "object",
"properties": {
"contentId": {
"$ref": "#/definitions/metadataContentId",
"description": "Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name"
},
"parentId": {
"$ref": "#/definitions/metadataParentId",
"description": "Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group)"
},
"version": {
"$ref": "#/definitions/metadataVersion",
"description": "Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks"
},
"kind": {
"$ref": "#/definitions/metadataKind",
"description": "The kind of content the metadata is for."
},
"source": {
"$ref": "#/definitions/metadataSource",
"description": "Source of the content. This is where/how it was created."
},
"author": {
"$ref": "#/definitions/metadataAuthor",
"description": "The creator of the content item."
},
"support": {
"$ref": "#/definitions/metadataSupport",
"description": "Support information for the metadata - type, name, contact information"
},
"dependencies": {
"$ref": "#/definitions/metadataDependencies",
"description": "Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats."
},
"categories": {
"$ref": "#/definitions/metadataCategories",
"description": "Categories for the solution content item"
},
"providers": {
"$ref": "#/definitions/metadataProviders",
"description": "Providers for the solution content item"
},
"firstPublishDate": {
"$ref": "#/definitions/firstPublishDate",
"description": "first publish date solution content item"
},
"lastPublishDate": {
"$ref": "#/definitions/lastPublishDate",
"description": "last publish date for the solution content item"
},
"customVersion": {
"$ref": "#/definitions/metadataCustomVersion",
"description": "The custom version of the content. A optional free text"
},
"contentSchemaVersion": {
"$ref": "#/definitions/metadataContentSchemaVersion",
"description": "Schema version of the content. Can be used to distinguish between different flow based on the schema version"
},
"icon": {
"$ref": "#/definitions/metadataIcon",
"description": "the icon identifier. this id can later be fetched from the solution template"
},
"threatAnalysisTactics": {
"$ref": "#/definitions/metadataThreatAnalysisTactics",
"description": "the tactics the resource covers"
},
"threatAnalysisTechniques": {
"$ref": "#/definitions/metadataThreatAnalysisTechniques",
"description": "the techniques the resource covers, these have to be aligned with the tactics being used"
},
"previewImages": {
"$ref": "#/definitions/metadataPreviewImages",
"description": "preview image file names. These will be taken from the solution artifacts"
},
"previewImagesDark": {
"$ref": "#/definitions/metadataPreviewImagesDark",
"description": "preview image file names. These will be taken from the solution artifacts. used for dark theme support"
}
}
},
"metadataPropertiesPatch": {
"description": "Metadata property bag for patch requests. This is the same as the MetadataProperties, but with nothing required",
"type": "object",
"properties": {
"contentId": {
"$ref": "#/definitions/metadataContentId",
"description": "Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name"
},
"parentId": {
"$ref": "#/definitions/metadataParentId",
"description": "Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group)"
},
"version": {
"$ref": "#/definitions/metadataVersion",
"description": "Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks"
},
"kind": {
"$ref": "#/definitions/metadataKind",
"description": "The kind of content the metadata is for."
},
"source": {
"$ref": "#/definitions/metadataSource",
"description": "Source of the content. This is where/how it was created."
},
"author": {
"$ref": "#/definitions/metadataAuthor",
"description": "The creator of the content item."
},
"support": {
"$ref": "#/definitions/metadataSupport",
"description": "Support information for the metadata - type, name, contact information"
},
"dependencies": {
"$ref": "#/definitions/metadataDependencies",
"description": "Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats."
},
"categories": {
"$ref": "#/definitions/metadataCategories",
"description": "Categories for the solution content item"
},
"providers": {
"$ref": "#/definitions/metadataProviders",
"description": "Providers for the solution content item"
},
"firstPublishDate": {
"$ref": "#/definitions/firstPublishDate",
"description": "first publish date solution content item"
},
"lastPublishDate": {
"$ref": "#/definitions/lastPublishDate",
"description": "last publish date for the solution content item"
},
"customVersion": {
"$ref": "#/definitions/metadataCustomVersion",
"description": "The custom version of the content. A optional free text"
},
"contentSchemaVersion": {
"$ref": "#/definitions/metadataContentSchemaVersion",
"description": "Schema version of the content. Can be used to distinguish between different flow based on the schema version"
},
"icon": {
"$ref": "#/definitions/metadataIcon",
"description": "the icon identifier. this id can later be fetched from the solution template"
},
"threatAnalysisTactics": {
"$ref": "#/definitions/metadataThreatAnalysisTactics",
"description": "the tactics the resource covers"
},
"threatAnalysisTechniques": {
"$ref": "#/definitions/metadataThreatAnalysisTechniques",
"description": "the techniques the resource covers, these have to be aligned with the tactics being used"
},
"previewImages": {
"$ref": "#/definitions/metadataPreviewImages",
"description": "preview image file names. These will be taken from the solution artifacts"
},
"previewImagesDark": {
"$ref": "#/definitions/metadataPreviewImagesDark",
"description": "preview image file names. These will be taken from the solution artifacts. used for dark theme support"
}
}
}
},
"parameters": {
"Metadata": {
"description": "Metadata resource.",
"in": "body",
"name": "metadata",
"required": true,
"schema": {
"$ref": "#/definitions/MetadataModel"
},
"x-ms-parameter-location": "method"
},
"MetadataPatch": {
"description": "Partial metadata request.",
"in": "body",
"name": "metadataPatch",
"required": true,
"schema": {
"$ref": "#/definitions/metadataPatch"
},
"x-ms-parameter-location": "method"
},
"MetadataName": {
"description": "The Metadata name.",
"in": "path",
"name": "metadataName",
"required": true,
"pattern": "^\\S+$",
"type": "string",
"x-ms-parameter-location": "method"
}
}
}