aws-sdk-core 2.11.173 → 2.11.174
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/batch/2016-08-10/api-2.json +92 -11
- data/apis/cloudformation/2010-05-15/api-2.json +2 -1
- data/apis/cloudtrail/2013-11-01/api-2.json +74 -13
- data/apis/config/2014-11-12/api-2.json +211 -0
- data/apis/devicefarm/2015-06-23/api-2.json +81 -4
- data/apis/ec2/2016-11-15/api-2.json +22 -1
- data/apis/iot/2015-05-28/api-2.json +750 -18
- data/apis/iot/2015-05-28/smoke.json +18 -0
- data/apis/lambda/2015-03-31/api-2.json +1 -0
- data/apis/lightsail/2016-11-28/api-2.json +11 -1
- data/apis/mediaconvert/2017-08-29/api-2.json +281 -8
- data/apis/rds/2014-10-31/api-2.json +3 -0
- data/apis/workdocs/2016-05-01/api-2.json +121 -2
- data/apis/workspaces/2015-04-08/api-2.json +84 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-west-2",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "ListPolicies",
|
7
|
+
"input": {},
|
8
|
+
"errorExpectedFromService": false
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"operationName": "DescribeThing",
|
12
|
+
"input": {
|
13
|
+
"thingName": "fake-thing"
|
14
|
+
},
|
15
|
+
"errorExpectedFromService": true
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
@@ -3752,7 +3752,17 @@
|
|
3752
3752
|
"DetachDisk",
|
3753
3753
|
"CreateDiskSnapshot",
|
3754
3754
|
"DeleteDiskSnapshot",
|
3755
|
-
"CreateDiskFromSnapshot"
|
3755
|
+
"CreateDiskFromSnapshot",
|
3756
|
+
"CreateRelationalDatabase",
|
3757
|
+
"UpdateRelationalDatabase",
|
3758
|
+
"DeleteRelationalDatabase",
|
3759
|
+
"CreateRelationalDatabaseFromSnapshot",
|
3760
|
+
"CreateRelationalDatabaseSnapshot",
|
3761
|
+
"DeleteRelationalDatabaseSnapshot",
|
3762
|
+
"UpdateRelationalDatabaseParameters",
|
3763
|
+
"StartRelationalDatabase",
|
3764
|
+
"RebootRelationalDatabase",
|
3765
|
+
"StopRelationalDatabase"
|
3756
3766
|
]
|
3757
3767
|
},
|
3758
3768
|
"PasswordData":{
|
@@ -12,6 +12,40 @@
|
|
12
12
|
"serviceAbbreviation": "MediaConvert"
|
13
13
|
},
|
14
14
|
"operations": {
|
15
|
+
"AssociateCertificate": {
|
16
|
+
"name": "AssociateCertificate",
|
17
|
+
"http": {
|
18
|
+
"method": "POST",
|
19
|
+
"requestUri": "/2017-08-29/certificates",
|
20
|
+
"responseCode": 201
|
21
|
+
},
|
22
|
+
"input": {
|
23
|
+
"shape": "AssociateCertificateRequest"
|
24
|
+
},
|
25
|
+
"output": {
|
26
|
+
"shape": "AssociateCertificateResponse"
|
27
|
+
},
|
28
|
+
"errors": [
|
29
|
+
{
|
30
|
+
"shape": "BadRequestException"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"shape": "InternalServerErrorException"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"shape": "ForbiddenException"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"shape": "NotFoundException"
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"shape": "TooManyRequestsException"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"shape": "ConflictException"
|
46
|
+
}
|
47
|
+
]
|
48
|
+
},
|
15
49
|
"CancelJob": {
|
16
50
|
"name": "CancelJob",
|
17
51
|
"http": {
|
@@ -318,6 +352,40 @@
|
|
318
352
|
}
|
319
353
|
]
|
320
354
|
},
|
355
|
+
"DisassociateCertificate": {
|
356
|
+
"name": "DisassociateCertificate",
|
357
|
+
"http": {
|
358
|
+
"method": "DELETE",
|
359
|
+
"requestUri": "/2017-08-29/certificates/{arn}",
|
360
|
+
"responseCode": 202
|
361
|
+
},
|
362
|
+
"input": {
|
363
|
+
"shape": "DisassociateCertificateRequest"
|
364
|
+
},
|
365
|
+
"output": {
|
366
|
+
"shape": "DisassociateCertificateResponse"
|
367
|
+
},
|
368
|
+
"errors": [
|
369
|
+
{
|
370
|
+
"shape": "BadRequestException"
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"shape": "InternalServerErrorException"
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"shape": "ForbiddenException"
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"shape": "NotFoundException"
|
380
|
+
},
|
381
|
+
{
|
382
|
+
"shape": "TooManyRequestsException"
|
383
|
+
},
|
384
|
+
{
|
385
|
+
"shape": "ConflictException"
|
386
|
+
}
|
387
|
+
]
|
388
|
+
},
|
321
389
|
"GetJob": {
|
322
390
|
"name": "GetJob",
|
323
391
|
"http": {
|
@@ -1013,6 +1081,23 @@
|
|
1013
1081
|
"ENABLED"
|
1014
1082
|
]
|
1015
1083
|
},
|
1084
|
+
"AssociateCertificateRequest": {
|
1085
|
+
"type": "structure",
|
1086
|
+
"members": {
|
1087
|
+
"Arn": {
|
1088
|
+
"shape": "__string",
|
1089
|
+
"locationName": "arn"
|
1090
|
+
}
|
1091
|
+
},
|
1092
|
+
"required": [
|
1093
|
+
"Arn"
|
1094
|
+
]
|
1095
|
+
},
|
1096
|
+
"AssociateCertificateResponse": {
|
1097
|
+
"type": "structure",
|
1098
|
+
"members": {
|
1099
|
+
}
|
1100
|
+
},
|
1016
1101
|
"AudioCodec": {
|
1017
1102
|
"type": "string",
|
1018
1103
|
"enum": [
|
@@ -1493,8 +1578,11 @@
|
|
1493
1578
|
"BURN_IN",
|
1494
1579
|
"DVB_SUB",
|
1495
1580
|
"EMBEDDED",
|
1581
|
+
"EMBEDDED_PLUS_SCTE20",
|
1582
|
+
"SCTE20_PLUS_EMBEDDED",
|
1496
1583
|
"SCC",
|
1497
1584
|
"SRT",
|
1585
|
+
"SMI",
|
1498
1586
|
"TELETEXT",
|
1499
1587
|
"TTML",
|
1500
1588
|
"WEBVTT"
|
@@ -1552,10 +1640,12 @@
|
|
1552
1640
|
"ANCILLARY",
|
1553
1641
|
"DVB_SUB",
|
1554
1642
|
"EMBEDDED",
|
1643
|
+
"SCTE20",
|
1555
1644
|
"SCC",
|
1556
1645
|
"TTML",
|
1557
1646
|
"STL",
|
1558
1647
|
"SRT",
|
1648
|
+
"SMI",
|
1559
1649
|
"TELETEXT",
|
1560
1650
|
"NULL_SOURCE"
|
1561
1651
|
]
|
@@ -2095,6 +2185,14 @@
|
|
2095
2185
|
"DISABLED"
|
2096
2186
|
]
|
2097
2187
|
},
|
2188
|
+
"DecryptionMode": {
|
2189
|
+
"type": "string",
|
2190
|
+
"enum": [
|
2191
|
+
"AES_CTR",
|
2192
|
+
"AES_CBC",
|
2193
|
+
"AES_GCM"
|
2194
|
+
]
|
2195
|
+
},
|
2098
2196
|
"DeinterlaceAlgorithm": {
|
2099
2197
|
"type": "string",
|
2100
2198
|
"enum": [
|
@@ -2227,6 +2325,23 @@
|
|
2227
2325
|
}
|
2228
2326
|
}
|
2229
2327
|
},
|
2328
|
+
"DisassociateCertificateRequest": {
|
2329
|
+
"type": "structure",
|
2330
|
+
"members": {
|
2331
|
+
"Arn": {
|
2332
|
+
"shape": "__string",
|
2333
|
+
"locationName": "arn"
|
2334
|
+
}
|
2335
|
+
},
|
2336
|
+
"required": [
|
2337
|
+
"Arn"
|
2338
|
+
]
|
2339
|
+
},
|
2340
|
+
"DisassociateCertificateResponse": {
|
2341
|
+
"type": "structure",
|
2342
|
+
"members": {
|
2343
|
+
}
|
2344
|
+
},
|
2230
2345
|
"DropFrameTimecode": {
|
2231
2346
|
"type": "string",
|
2232
2347
|
"enum": [
|
@@ -3951,6 +4066,10 @@
|
|
3951
4066
|
"shape": "InputDeblockFilter",
|
3952
4067
|
"locationName": "deblockFilter"
|
3953
4068
|
},
|
4069
|
+
"DecryptionSettings": {
|
4070
|
+
"shape": "InputDecryptionSettings",
|
4071
|
+
"locationName": "decryptionSettings"
|
4072
|
+
},
|
3954
4073
|
"DenoiseFilter": {
|
3955
4074
|
"shape": "InputDenoiseFilter",
|
3956
4075
|
"locationName": "denoiseFilter"
|
@@ -3967,6 +4086,10 @@
|
|
3967
4086
|
"shape": "__integerMinNegative5Max5",
|
3968
4087
|
"locationName": "filterStrength"
|
3969
4088
|
},
|
4089
|
+
"ImageInserter": {
|
4090
|
+
"shape": "ImageInserter",
|
4091
|
+
"locationName": "imageInserter"
|
4092
|
+
},
|
3970
4093
|
"InputClippings": {
|
3971
4094
|
"shape": "__listOfInputClipping",
|
3972
4095
|
"locationName": "inputClippings"
|
@@ -4009,6 +4132,27 @@
|
|
4009
4132
|
"DISABLED"
|
4010
4133
|
]
|
4011
4134
|
},
|
4135
|
+
"InputDecryptionSettings": {
|
4136
|
+
"type": "structure",
|
4137
|
+
"members": {
|
4138
|
+
"DecryptionMode": {
|
4139
|
+
"shape": "DecryptionMode",
|
4140
|
+
"locationName": "decryptionMode"
|
4141
|
+
},
|
4142
|
+
"EncryptedDecryptionKey": {
|
4143
|
+
"shape": "__stringMin24Max512PatternAZaZ0902",
|
4144
|
+
"locationName": "encryptedDecryptionKey"
|
4145
|
+
},
|
4146
|
+
"InitializationVector": {
|
4147
|
+
"shape": "__stringMin16Max24PatternAZaZ0922AZaZ0916",
|
4148
|
+
"locationName": "initializationVector"
|
4149
|
+
},
|
4150
|
+
"KmsKeyRegion": {
|
4151
|
+
"shape": "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
4152
|
+
"locationName": "kmsKeyRegion"
|
4153
|
+
}
|
4154
|
+
}
|
4155
|
+
},
|
4012
4156
|
"InputDenoiseFilter": {
|
4013
4157
|
"type": "string",
|
4014
4158
|
"enum": [
|
@@ -4062,6 +4206,10 @@
|
|
4062
4206
|
"shape": "__integerMinNegative5Max5",
|
4063
4207
|
"locationName": "filterStrength"
|
4064
4208
|
},
|
4209
|
+
"ImageInserter": {
|
4210
|
+
"shape": "ImageInserter",
|
4211
|
+
"locationName": "imageInserter"
|
4212
|
+
},
|
4065
4213
|
"InputClippings": {
|
4066
4214
|
"shape": "__listOfInputClipping",
|
4067
4215
|
"locationName": "inputClippings"
|
@@ -4096,19 +4244,19 @@
|
|
4096
4244
|
"type": "structure",
|
4097
4245
|
"members": {
|
4098
4246
|
"Duration": {
|
4099
|
-
"shape": "
|
4247
|
+
"shape": "__integerMin0Max2147483647",
|
4100
4248
|
"locationName": "duration"
|
4101
4249
|
},
|
4102
4250
|
"FadeIn": {
|
4103
|
-
"shape": "
|
4251
|
+
"shape": "__integerMin0Max2147483647",
|
4104
4252
|
"locationName": "fadeIn"
|
4105
4253
|
},
|
4106
4254
|
"FadeOut": {
|
4107
|
-
"shape": "
|
4255
|
+
"shape": "__integerMin0Max2147483647",
|
4108
4256
|
"locationName": "fadeOut"
|
4109
4257
|
},
|
4110
4258
|
"Height": {
|
4111
|
-
"shape": "
|
4259
|
+
"shape": "__integerMin0Max2147483647",
|
4112
4260
|
"locationName": "height"
|
4113
4261
|
},
|
4114
4262
|
"ImageInserterInput": {
|
@@ -4116,11 +4264,11 @@
|
|
4116
4264
|
"locationName": "imageInserterInput"
|
4117
4265
|
},
|
4118
4266
|
"ImageX": {
|
4119
|
-
"shape": "
|
4267
|
+
"shape": "__integerMin0Max2147483647",
|
4120
4268
|
"locationName": "imageX"
|
4121
4269
|
},
|
4122
4270
|
"ImageY": {
|
4123
|
-
"shape": "
|
4271
|
+
"shape": "__integerMin0Max2147483647",
|
4124
4272
|
"locationName": "imageY"
|
4125
4273
|
},
|
4126
4274
|
"Layer": {
|
@@ -4136,7 +4284,7 @@
|
|
4136
4284
|
"locationName": "startTime"
|
4137
4285
|
},
|
4138
4286
|
"Width": {
|
4139
|
-
"shape": "
|
4287
|
+
"shape": "__integerMin0Max2147483647",
|
4140
4288
|
"locationName": "width"
|
4141
4289
|
}
|
4142
4290
|
}
|
@@ -4234,6 +4382,10 @@
|
|
4234
4382
|
"shape": "__listOfInput",
|
4235
4383
|
"locationName": "inputs"
|
4236
4384
|
},
|
4385
|
+
"MotionImageInserter": {
|
4386
|
+
"shape": "MotionImageInserter",
|
4387
|
+
"locationName": "motionImageInserter"
|
4388
|
+
},
|
4237
4389
|
"NielsenConfiguration": {
|
4238
4390
|
"shape": "NielsenConfiguration",
|
4239
4391
|
"locationName": "nielsenConfiguration"
|
@@ -4330,6 +4482,10 @@
|
|
4330
4482
|
"shape": "__listOfInputTemplate",
|
4331
4483
|
"locationName": "inputs"
|
4332
4484
|
},
|
4485
|
+
"MotionImageInserter": {
|
4486
|
+
"shape": "MotionImageInserter",
|
4487
|
+
"locationName": "motionImageInserter"
|
4488
|
+
},
|
4333
4489
|
"NielsenConfiguration": {
|
4334
4490
|
"shape": "NielsenConfiguration",
|
4335
4491
|
"locationName": "nielsenConfiguration"
|
@@ -5045,6 +5201,75 @@
|
|
5045
5201
|
}
|
5046
5202
|
}
|
5047
5203
|
},
|
5204
|
+
"MotionImageInserter": {
|
5205
|
+
"type": "structure",
|
5206
|
+
"members": {
|
5207
|
+
"Framerate": {
|
5208
|
+
"shape": "MotionImageInsertionFramerate",
|
5209
|
+
"locationName": "framerate"
|
5210
|
+
},
|
5211
|
+
"Input": {
|
5212
|
+
"shape": "__stringMin14Max1285PatternS3Mov09Png",
|
5213
|
+
"locationName": "input"
|
5214
|
+
},
|
5215
|
+
"InsertionMode": {
|
5216
|
+
"shape": "MotionImageInsertionMode",
|
5217
|
+
"locationName": "insertionMode"
|
5218
|
+
},
|
5219
|
+
"Offset": {
|
5220
|
+
"shape": "MotionImageInsertionOffset",
|
5221
|
+
"locationName": "offset"
|
5222
|
+
},
|
5223
|
+
"Playback": {
|
5224
|
+
"shape": "MotionImagePlayback",
|
5225
|
+
"locationName": "playback"
|
5226
|
+
},
|
5227
|
+
"StartTime": {
|
5228
|
+
"shape": "__stringMin11Max11Pattern01D20305D205D",
|
5229
|
+
"locationName": "startTime"
|
5230
|
+
}
|
5231
|
+
}
|
5232
|
+
},
|
5233
|
+
"MotionImageInsertionFramerate": {
|
5234
|
+
"type": "structure",
|
5235
|
+
"members": {
|
5236
|
+
"FramerateDenominator": {
|
5237
|
+
"shape": "__integerMin1Max17895697",
|
5238
|
+
"locationName": "framerateDenominator"
|
5239
|
+
},
|
5240
|
+
"FramerateNumerator": {
|
5241
|
+
"shape": "__integerMin1Max2147483640",
|
5242
|
+
"locationName": "framerateNumerator"
|
5243
|
+
}
|
5244
|
+
}
|
5245
|
+
},
|
5246
|
+
"MotionImageInsertionMode": {
|
5247
|
+
"type": "string",
|
5248
|
+
"enum": [
|
5249
|
+
"MOV",
|
5250
|
+
"PNG"
|
5251
|
+
]
|
5252
|
+
},
|
5253
|
+
"MotionImageInsertionOffset": {
|
5254
|
+
"type": "structure",
|
5255
|
+
"members": {
|
5256
|
+
"ImageX": {
|
5257
|
+
"shape": "__integerMin0Max2147483647",
|
5258
|
+
"locationName": "imageX"
|
5259
|
+
},
|
5260
|
+
"ImageY": {
|
5261
|
+
"shape": "__integerMin0Max2147483647",
|
5262
|
+
"locationName": "imageY"
|
5263
|
+
}
|
5264
|
+
}
|
5265
|
+
},
|
5266
|
+
"MotionImagePlayback": {
|
5267
|
+
"type": "string",
|
5268
|
+
"enum": [
|
5269
|
+
"ONCE",
|
5270
|
+
"REPEAT"
|
5271
|
+
]
|
5272
|
+
},
|
5048
5273
|
"MovClapAtom": {
|
5049
5274
|
"type": "string",
|
5050
5275
|
"enum": [
|
@@ -6050,8 +6275,8 @@
|
|
6050
6275
|
}
|
6051
6276
|
},
|
6052
6277
|
"required": [
|
6053
|
-
"ReservedSlots",
|
6054
6278
|
"Commitment",
|
6279
|
+
"ReservedSlots",
|
6055
6280
|
"RenewalType"
|
6056
6281
|
]
|
6057
6282
|
},
|
@@ -6111,6 +6336,10 @@
|
|
6111
6336
|
"SpekeKeyProvider": {
|
6112
6337
|
"type": "structure",
|
6113
6338
|
"members": {
|
6339
|
+
"CertificateArn": {
|
6340
|
+
"shape": "__stringPatternArnAwsAcm",
|
6341
|
+
"locationName": "certificateArn"
|
6342
|
+
},
|
6114
6343
|
"ResourceId": {
|
6115
6344
|
"shape": "__string",
|
6116
6345
|
"locationName": "resourceId"
|
@@ -6849,6 +7078,11 @@
|
|
6849
7078
|
"min": 1,
|
6850
7079
|
"max": 16
|
6851
7080
|
},
|
7081
|
+
"__integerMin1Max17895697": {
|
7082
|
+
"type": "integer",
|
7083
|
+
"min": 1,
|
7084
|
+
"max": 17895697
|
7085
|
+
},
|
6852
7086
|
"__integerMin1Max2": {
|
6853
7087
|
"type": "integer",
|
6854
7088
|
"min": 1,
|
@@ -6859,6 +7093,11 @@
|
|
6859
7093
|
"min": 1,
|
6860
7094
|
"max": 20
|
6861
7095
|
},
|
7096
|
+
"__integerMin1Max2147483640": {
|
7097
|
+
"type": "integer",
|
7098
|
+
"min": 1,
|
7099
|
+
"max": 2147483640
|
7100
|
+
},
|
6862
7101
|
"__integerMin1Max2147483647": {
|
6863
7102
|
"type": "integer",
|
6864
7103
|
"min": 1,
|
@@ -7205,6 +7444,18 @@
|
|
7205
7444
|
"type": "string",
|
7206
7445
|
"min": 1
|
7207
7446
|
},
|
7447
|
+
"__stringMin11Max11Pattern01D20305D205D": {
|
7448
|
+
"type": "string",
|
7449
|
+
"min": 11,
|
7450
|
+
"max": 11,
|
7451
|
+
"pattern": "^((([0-1]\\d)|(2[0-3]))(:[0-5]\\d){2}([:;][0-5]\\d))$"
|
7452
|
+
},
|
7453
|
+
"__stringMin14Max1285PatternS3Mov09Png": {
|
7454
|
+
"type": "string",
|
7455
|
+
"min": 14,
|
7456
|
+
"max": 1285,
|
7457
|
+
"pattern": "^(s3:\\/\\/)(.*)(\\.mov|[0-9]+\\.png)$"
|
7458
|
+
},
|
7208
7459
|
"__stringMin14PatternS3BmpBMPPngPNG": {
|
7209
7460
|
"type": "string",
|
7210
7461
|
"min": 14,
|
@@ -7220,11 +7471,23 @@
|
|
7220
7471
|
"min": 14,
|
7221
7472
|
"pattern": "^(s3:\\/\\/)(.*?)\\.(scc|SCC|ttml|TTML|dfxp|DFXP|stl|STL|srt|SRT|smi|SMI)$"
|
7222
7473
|
},
|
7474
|
+
"__stringMin16Max24PatternAZaZ0922AZaZ0916": {
|
7475
|
+
"type": "string",
|
7476
|
+
"min": 16,
|
7477
|
+
"max": 24,
|
7478
|
+
"pattern": "^[A-Za-z0-9+\\/]{22}==$|^[A-Za-z0-9+\\/]{16}$"
|
7479
|
+
},
|
7223
7480
|
"__stringMin1Max256": {
|
7224
7481
|
"type": "string",
|
7225
7482
|
"min": 1,
|
7226
7483
|
"max": 256
|
7227
7484
|
},
|
7485
|
+
"__stringMin24Max512PatternAZaZ0902": {
|
7486
|
+
"type": "string",
|
7487
|
+
"min": 24,
|
7488
|
+
"max": 512,
|
7489
|
+
"pattern": "^[A-Za-z0-9+\\/]+={0,2}$"
|
7490
|
+
},
|
7228
7491
|
"__stringMin32Max32Pattern09aFAF32": {
|
7229
7492
|
"type": "string",
|
7230
7493
|
"min": 32,
|
@@ -7243,6 +7506,12 @@
|
|
7243
7506
|
"max": 3,
|
7244
7507
|
"pattern": "^[A-Za-z]{3}$"
|
7245
7508
|
},
|
7509
|
+
"__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912": {
|
7510
|
+
"type": "string",
|
7511
|
+
"min": 9,
|
7512
|
+
"max": 19,
|
7513
|
+
"pattern": "^[a-z-]{2,6}-(east|west|central|((north|south)(east|west)?))-[1-9]{1,2}$"
|
7514
|
+
},
|
7246
7515
|
"__stringPattern": {
|
7247
7516
|
"type": "string",
|
7248
7517
|
"pattern": "^[ -~]+$"
|
@@ -7271,6 +7540,10 @@
|
|
7271
7540
|
"type": "string",
|
7272
7541
|
"pattern": "^[A-Za-z0-9]{32}$"
|
7273
7542
|
},
|
7543
|
+
"__stringPatternArnAwsAcm": {
|
7544
|
+
"type": "string",
|
7545
|
+
"pattern": "^arn:aws:acm:"
|
7546
|
+
},
|
7274
7547
|
"__stringPatternDD": {
|
7275
7548
|
"type": "string",
|
7276
7549
|
"pattern": "^(\\d+(\\/\\d+)*)$"
|