aws-sdk-core 2.11.181 → 2.11.182

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,789 @@
1
+ {
2
+ "metadata" : {
3
+ "apiVersion" : "2018-11-14",
4
+ "endpointPrefix" : "kafka",
5
+ "signingName" : "kafka",
6
+ "serviceFullName" : "Managed Streaming for Kafka",
7
+ "serviceAbbreviation": "Kafka",
8
+ "serviceId" : "Kafka",
9
+ "protocol" : "rest-json",
10
+ "jsonVersion" : "1.1",
11
+ "uid" : "kafka-2018-11-14",
12
+ "signatureVersion" : "v4"
13
+ },
14
+ "operations" : {
15
+ "CreateCluster" : {
16
+ "name" : "CreateCluster",
17
+ "http" : {
18
+ "method" : "POST",
19
+ "requestUri" : "/v1/clusters",
20
+ "responseCode" : 200
21
+ },
22
+ "input" : {
23
+ "shape" : "CreateClusterRequest"
24
+ },
25
+ "output" : {
26
+ "shape" : "CreateClusterResponse"
27
+ },
28
+ "errors" : [ {
29
+ "shape" : "BadRequestException"
30
+ }, {
31
+ "shape" : "InternalServerErrorException"
32
+ }, {
33
+ "shape" : "UnauthorizedException"
34
+ }, {
35
+ "shape" : "ForbiddenException"
36
+ }, {
37
+ "shape" : "ServiceUnavailableException"
38
+ }, {
39
+ "shape" : "TooManyRequestsException"
40
+ }, {
41
+ "shape" : "ConflictException"
42
+ } ]
43
+ },
44
+ "DeleteCluster" : {
45
+ "name" : "DeleteCluster",
46
+ "http" : {
47
+ "method" : "DELETE",
48
+ "requestUri" : "/v1/clusters/{clusterArn}",
49
+ "responseCode" : 200
50
+ },
51
+ "input" : {
52
+ "shape" : "DeleteClusterRequest"
53
+ },
54
+ "output" : {
55
+ "shape" : "DeleteClusterResponse"
56
+ },
57
+ "errors" : [ {
58
+ "shape" : "NotFoundException"
59
+ }, {
60
+ "shape" : "BadRequestException"
61
+ }, {
62
+ "shape" : "InternalServerErrorException"
63
+ }, {
64
+ "shape" : "ForbiddenException"
65
+ } ]
66
+ },
67
+ "DescribeCluster" : {
68
+ "name" : "DescribeCluster",
69
+ "http" : {
70
+ "method" : "GET",
71
+ "requestUri" : "/v1/clusters/{clusterArn}",
72
+ "responseCode" : 200
73
+ },
74
+ "input" : {
75
+ "shape" : "DescribeClusterRequest"
76
+ },
77
+ "output" : {
78
+ "shape" : "DescribeClusterResponse"
79
+ },
80
+ "errors" : [ {
81
+ "shape" : "NotFoundException"
82
+ }, {
83
+ "shape" : "BadRequestException"
84
+ }, {
85
+ "shape" : "UnauthorizedException"
86
+ }, {
87
+ "shape" : "InternalServerErrorException"
88
+ }, {
89
+ "shape" : "ForbiddenException"
90
+ } ]
91
+ },
92
+ "GetBootstrapBrokers" : {
93
+ "name" : "GetBootstrapBrokers",
94
+ "http" : {
95
+ "method" : "GET",
96
+ "requestUri" : "/v1/clusters/{clusterArn}/bootstrap-brokers",
97
+ "responseCode" : 200
98
+ },
99
+ "input" : {
100
+ "shape" : "GetBootstrapBrokersRequest"
101
+ },
102
+ "output" : {
103
+ "shape" : "GetBootstrapBrokersResponse"
104
+ },
105
+ "errors" : [ {
106
+ "shape" : "BadRequestException"
107
+ }, {
108
+ "shape" : "UnauthorizedException"
109
+ }, {
110
+ "shape" : "InternalServerErrorException"
111
+ }, {
112
+ "shape" : "ConflictException"
113
+ }, {
114
+ "shape" : "ForbiddenException"
115
+ } ]
116
+ },
117
+ "ListClusters" : {
118
+ "name" : "ListClusters",
119
+ "http" : {
120
+ "method" : "GET",
121
+ "requestUri" : "/v1/clusters",
122
+ "responseCode" : 200
123
+ },
124
+ "input" : {
125
+ "shape" : "ListClustersRequest"
126
+ },
127
+ "output" : {
128
+ "shape" : "ListClustersResponse"
129
+ },
130
+ "errors" : [ {
131
+ "shape" : "BadRequestException"
132
+ }, {
133
+ "shape" : "InternalServerErrorException"
134
+ }, {
135
+ "shape" : "UnauthorizedException"
136
+ }, {
137
+ "shape" : "ForbiddenException"
138
+ } ]
139
+ },
140
+ "ListNodes" : {
141
+ "name" : "ListNodes",
142
+ "http" : {
143
+ "method" : "GET",
144
+ "requestUri" : "/v1/clusters/{clusterArn}/nodes",
145
+ "responseCode" : 200
146
+ },
147
+ "input" : {
148
+ "shape" : "ListNodesRequest"
149
+ },
150
+ "output" : {
151
+ "shape" : "ListNodesResponse"
152
+ },
153
+ "errors" : [ {
154
+ "shape" : "NotFoundException"
155
+ }, {
156
+ "shape" : "BadRequestException"
157
+ }, {
158
+ "shape" : "InternalServerErrorException"
159
+ }, {
160
+ "shape" : "ForbiddenException"
161
+ } ]
162
+ }
163
+ },
164
+ "shapes" : {
165
+ "BadRequestException" : {
166
+ "type" : "structure",
167
+ "members" : {
168
+ "InvalidParameter" : {
169
+ "shape" : "__string",
170
+ "locationName" : "invalidParameter"
171
+ },
172
+ "Message" : {
173
+ "shape" : "__string",
174
+ "locationName" : "message"
175
+ }
176
+ },
177
+ "exception" : true,
178
+ "error" : {
179
+ "httpStatusCode" : 400
180
+ }
181
+ },
182
+ "BrokerAZDistribution" : {
183
+ "type" : "string",
184
+ "enum" : [ "DEFAULT" ]
185
+ },
186
+ "BrokerNodeGroupInfo" : {
187
+ "type" : "structure",
188
+ "members" : {
189
+ "BrokerAZDistribution" : {
190
+ "shape" : "BrokerAZDistribution",
191
+ "locationName" : "brokerAZDistribution"
192
+ },
193
+ "ClientSubnets" : {
194
+ "shape" : "__listOf__string",
195
+ "locationName" : "clientSubnets"
196
+ },
197
+ "InstanceType" : {
198
+ "shape" : "__stringMin5Max32",
199
+ "locationName" : "instanceType"
200
+ },
201
+ "SecurityGroups" : {
202
+ "shape" : "__listOf__string",
203
+ "locationName" : "securityGroups"
204
+ },
205
+ "StorageInfo" : {
206
+ "shape" : "StorageInfo",
207
+ "locationName" : "storageInfo"
208
+ }
209
+ },
210
+ "required" : [ "ClientSubnets", "InstanceType" ]
211
+ },
212
+ "BrokerNodeInfo" : {
213
+ "type" : "structure",
214
+ "members" : {
215
+ "AttachedENIId" : {
216
+ "shape" : "__string",
217
+ "locationName" : "attachedENIId"
218
+ },
219
+ "BrokerId" : {
220
+ "shape" : "__double",
221
+ "locationName" : "brokerId"
222
+ },
223
+ "ClientSubnet" : {
224
+ "shape" : "__string",
225
+ "locationName" : "clientSubnet"
226
+ },
227
+ "ClientVpcIpAddress" : {
228
+ "shape" : "__string",
229
+ "locationName" : "clientVpcIpAddress"
230
+ },
231
+ "CurrentBrokerSoftwareInfo" : {
232
+ "shape" : "BrokerSoftwareInfo",
233
+ "locationName" : "currentBrokerSoftwareInfo"
234
+ }
235
+ }
236
+ },
237
+ "BrokerSoftwareInfo" : {
238
+ "type" : "structure",
239
+ "members" : {
240
+ "ConfigurationArn" : {
241
+ "shape" : "__string",
242
+ "locationName" : "configurationArn"
243
+ },
244
+ "ConfigurationRevision" : {
245
+ "shape" : "__string",
246
+ "locationName" : "configurationRevision"
247
+ },
248
+ "KafkaVersion" : {
249
+ "shape" : "__string",
250
+ "locationName" : "kafkaVersion"
251
+ }
252
+ }
253
+ },
254
+ "ClusterInfo" : {
255
+ "type" : "structure",
256
+ "members" : {
257
+ "BrokerNodeGroupInfo" : {
258
+ "shape" : "BrokerNodeGroupInfo",
259
+ "locationName" : "brokerNodeGroupInfo"
260
+ },
261
+ "ClusterArn" : {
262
+ "shape" : "__string",
263
+ "locationName" : "clusterArn"
264
+ },
265
+ "ClusterName" : {
266
+ "shape" : "__string",
267
+ "locationName" : "clusterName"
268
+ },
269
+ "CreationTime" : {
270
+ "shape" : "__timestampIso8601",
271
+ "locationName" : "creationTime"
272
+ },
273
+ "CurrentBrokerSoftwareInfo" : {
274
+ "shape" : "BrokerSoftwareInfo",
275
+ "locationName" : "currentBrokerSoftwareInfo"
276
+ },
277
+ "CurrentVersion" : {
278
+ "shape" : "__string",
279
+ "locationName" : "currentVersion"
280
+ },
281
+ "EncryptionInfo" : {
282
+ "shape" : "EncryptionInfo",
283
+ "locationName" : "encryptionInfo"
284
+ },
285
+ "EnhancedMonitoring" : {
286
+ "shape" : "EnhancedMonitoring",
287
+ "locationName" : "enhancedMonitoring"
288
+ },
289
+ "NumberOfBrokerNodes" : {
290
+ "shape" : "__integer",
291
+ "locationName" : "numberOfBrokerNodes"
292
+ },
293
+ "State" : {
294
+ "shape" : "ClusterState",
295
+ "locationName" : "state"
296
+ },
297
+ "ZookeeperConnectString" : {
298
+ "shape" : "__string",
299
+ "locationName" : "zookeeperConnectString"
300
+ }
301
+ }
302
+ },
303
+ "ClusterState" : {
304
+ "type" : "string",
305
+ "enum" : [ "ACTIVE", "CREATING", "DELETING", "FAILED" ]
306
+ },
307
+ "ConflictException" : {
308
+ "type" : "structure",
309
+ "members" : {
310
+ "InvalidParameter" : {
311
+ "shape" : "__string",
312
+ "locationName" : "invalidParameter"
313
+ },
314
+ "Message" : {
315
+ "shape" : "__string",
316
+ "locationName" : "message"
317
+ }
318
+ },
319
+ "exception" : true,
320
+ "error" : {
321
+ "httpStatusCode" : 409
322
+ }
323
+ },
324
+ "CreateClusterRequest" : {
325
+ "type" : "structure",
326
+ "members" : {
327
+ "BrokerNodeGroupInfo" : {
328
+ "shape" : "BrokerNodeGroupInfo",
329
+ "locationName" : "brokerNodeGroupInfo"
330
+ },
331
+ "ClusterName" : {
332
+ "shape" : "__stringMin1Max64",
333
+ "locationName" : "clusterName"
334
+ },
335
+ "EncryptionInfo" : {
336
+ "shape" : "EncryptionInfo",
337
+ "locationName" : "encryptionInfo"
338
+ },
339
+ "EnhancedMonitoring" : {
340
+ "shape" : "EnhancedMonitoring",
341
+ "locationName" : "enhancedMonitoring"
342
+ },
343
+ "KafkaVersion" : {
344
+ "shape" : "__stringMin1Max128",
345
+ "locationName" : "kafkaVersion"
346
+ },
347
+ "NumberOfBrokerNodes" : {
348
+ "shape" : "__integerMin1Max15",
349
+ "locationName" : "numberOfBrokerNodes"
350
+ }
351
+ },
352
+ "required" : [ "BrokerNodeGroupInfo", "KafkaVersion", "NumberOfBrokerNodes", "ClusterName" ]
353
+ },
354
+ "CreateClusterResponse" : {
355
+ "type" : "structure",
356
+ "members" : {
357
+ "ClusterArn" : {
358
+ "shape" : "__string",
359
+ "locationName" : "clusterArn"
360
+ },
361
+ "ClusterName" : {
362
+ "shape" : "__string",
363
+ "locationName" : "clusterName"
364
+ },
365
+ "State" : {
366
+ "shape" : "ClusterState",
367
+ "locationName" : "state"
368
+ }
369
+ }
370
+ },
371
+ "DeleteClusterRequest" : {
372
+ "type" : "structure",
373
+ "members" : {
374
+ "ClusterArn" : {
375
+ "shape" : "__string",
376
+ "location" : "uri",
377
+ "locationName" : "clusterArn"
378
+ },
379
+ "CurrentVersion" : {
380
+ "shape" : "__string",
381
+ "location" : "querystring",
382
+ "locationName" : "currentVersion"
383
+ }
384
+ },
385
+ "required" : [ "ClusterArn" ]
386
+ },
387
+ "DeleteClusterResponse" : {
388
+ "type" : "structure",
389
+ "members" : {
390
+ "ClusterArn" : {
391
+ "shape" : "__string",
392
+ "locationName" : "clusterArn"
393
+ },
394
+ "State" : {
395
+ "shape" : "ClusterState",
396
+ "locationName" : "state"
397
+ }
398
+ }
399
+ },
400
+ "DescribeClusterRequest" : {
401
+ "type" : "structure",
402
+ "members" : {
403
+ "ClusterArn" : {
404
+ "shape" : "__string",
405
+ "location" : "uri",
406
+ "locationName" : "clusterArn"
407
+ }
408
+ },
409
+ "required" : [ "ClusterArn" ]
410
+ },
411
+ "DescribeClusterResponse" : {
412
+ "type" : "structure",
413
+ "members" : {
414
+ "ClusterInfo" : {
415
+ "shape" : "ClusterInfo",
416
+ "locationName" : "clusterInfo"
417
+ }
418
+ }
419
+ },
420
+ "EBSStorageInfo" : {
421
+ "type" : "structure",
422
+ "members" : {
423
+ "VolumeSize" : {
424
+ "shape" : "__integerMin1Max16384",
425
+ "locationName" : "volumeSize"
426
+ }
427
+ }
428
+ },
429
+ "EncryptionAtRest" : {
430
+ "type" : "structure",
431
+ "members" : {
432
+ "DataVolumeKMSKeyId" : {
433
+ "shape" : "__string",
434
+ "locationName" : "dataVolumeKMSKeyId"
435
+ }
436
+ },
437
+ "required" : [ "DataVolumeKMSKeyId" ]
438
+ },
439
+ "EncryptionInfo" : {
440
+ "type" : "structure",
441
+ "members" : {
442
+ "EncryptionAtRest" : {
443
+ "shape" : "EncryptionAtRest",
444
+ "locationName" : "encryptionAtRest"
445
+ }
446
+ }
447
+ },
448
+ "EnhancedMonitoring" : {
449
+ "type" : "string",
450
+ "enum" : [ "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER" ]
451
+ },
452
+ "Error" : {
453
+ "type" : "structure",
454
+ "members" : {
455
+ "InvalidParameter" : {
456
+ "shape" : "__string",
457
+ "locationName" : "invalidParameter"
458
+ },
459
+ "Message" : {
460
+ "shape" : "__string",
461
+ "locationName" : "message"
462
+ }
463
+ }
464
+ },
465
+ "ForbiddenException" : {
466
+ "type" : "structure",
467
+ "members" : {
468
+ "InvalidParameter" : {
469
+ "shape" : "__string",
470
+ "locationName" : "invalidParameter"
471
+ },
472
+ "Message" : {
473
+ "shape" : "__string",
474
+ "locationName" : "message"
475
+ }
476
+ },
477
+ "exception" : true,
478
+ "error" : {
479
+ "httpStatusCode" : 403
480
+ }
481
+ },
482
+ "GetBootstrapBrokersRequest" : {
483
+ "type" : "structure",
484
+ "members" : {
485
+ "ClusterArn" : {
486
+ "shape" : "__string",
487
+ "location" : "uri",
488
+ "locationName" : "clusterArn"
489
+ }
490
+ },
491
+ "required" : [ "ClusterArn" ]
492
+ },
493
+ "GetBootstrapBrokersResponse" : {
494
+ "type" : "structure",
495
+ "members" : {
496
+ "BootstrapBrokerString" : {
497
+ "shape" : "__string",
498
+ "locationName" : "bootstrapBrokerString"
499
+ }
500
+ }
501
+ },
502
+ "InternalServerErrorException" : {
503
+ "type" : "structure",
504
+ "members" : {
505
+ "InvalidParameter" : {
506
+ "shape" : "__string",
507
+ "locationName" : "invalidParameter"
508
+ },
509
+ "Message" : {
510
+ "shape" : "__string",
511
+ "locationName" : "message"
512
+ }
513
+ },
514
+ "exception" : true,
515
+ "error" : {
516
+ "httpStatusCode" : 500
517
+ }
518
+ },
519
+ "ListClustersRequest" : {
520
+ "type" : "structure",
521
+ "members" : {
522
+ "ClusterNameFilter" : {
523
+ "shape" : "__string",
524
+ "location" : "querystring",
525
+ "locationName" : "clusterNameFilter"
526
+ },
527
+ "MaxResults" : {
528
+ "shape" : "MaxResults",
529
+ "location" : "querystring",
530
+ "locationName" : "maxResults"
531
+ },
532
+ "NextToken" : {
533
+ "shape" : "__string",
534
+ "location" : "querystring",
535
+ "locationName" : "nextToken"
536
+ }
537
+ }
538
+ },
539
+ "ListClustersResponse" : {
540
+ "type" : "structure",
541
+ "members" : {
542
+ "ClusterInfoList" : {
543
+ "shape" : "__listOfClusterInfo",
544
+ "locationName" : "clusterInfoList"
545
+ },
546
+ "NextToken" : {
547
+ "shape" : "__string",
548
+ "locationName" : "nextToken"
549
+ }
550
+ }
551
+ },
552
+ "ListNodesRequest" : {
553
+ "type" : "structure",
554
+ "members" : {
555
+ "ClusterArn" : {
556
+ "shape" : "__string",
557
+ "location" : "uri",
558
+ "locationName" : "clusterArn"
559
+ },
560
+ "MaxResults" : {
561
+ "shape" : "MaxResults",
562
+ "location" : "querystring",
563
+ "locationName" : "maxResults"
564
+ },
565
+ "NextToken" : {
566
+ "shape" : "__string",
567
+ "location" : "querystring",
568
+ "locationName" : "nextToken"
569
+ }
570
+ },
571
+ "required" : [ "ClusterArn" ]
572
+ },
573
+ "ListNodesResponse" : {
574
+ "type" : "structure",
575
+ "members" : {
576
+ "NextToken" : {
577
+ "shape" : "__string",
578
+ "locationName" : "nextToken"
579
+ },
580
+ "NodeInfoList" : {
581
+ "shape" : "__listOfNodeInfo",
582
+ "locationName" : "nodeInfoList"
583
+ }
584
+ }
585
+ },
586
+ "MaxResults" : {
587
+ "type" : "integer",
588
+ "min" : 1,
589
+ "max" : 100
590
+ },
591
+ "NodeInfo" : {
592
+ "type" : "structure",
593
+ "members" : {
594
+ "AddedToClusterTime" : {
595
+ "shape" : "__string",
596
+ "locationName" : "addedToClusterTime"
597
+ },
598
+ "BrokerNodeInfo" : {
599
+ "shape" : "BrokerNodeInfo",
600
+ "locationName" : "brokerNodeInfo"
601
+ },
602
+ "InstanceType" : {
603
+ "shape" : "__string",
604
+ "locationName" : "instanceType"
605
+ },
606
+ "NodeARN" : {
607
+ "shape" : "__string",
608
+ "locationName" : "nodeARN"
609
+ },
610
+ "NodeType" : {
611
+ "shape" : "NodeType",
612
+ "locationName" : "nodeType"
613
+ },
614
+ "ZookeeperNodeInfo" : {
615
+ "shape" : "ZookeeperNodeInfo",
616
+ "locationName" : "zookeeperNodeInfo"
617
+ }
618
+ }
619
+ },
620
+ "NodeType" : {
621
+ "type" : "string",
622
+ "enum" : [ "BROKER" ]
623
+ },
624
+ "NotFoundException" : {
625
+ "type" : "structure",
626
+ "members" : {
627
+ "InvalidParameter" : {
628
+ "shape" : "__string",
629
+ "locationName" : "invalidParameter"
630
+ },
631
+ "Message" : {
632
+ "shape" : "__string",
633
+ "locationName" : "message"
634
+ }
635
+ },
636
+ "exception" : true,
637
+ "error" : {
638
+ "httpStatusCode" : 404
639
+ }
640
+ },
641
+ "ServiceUnavailableException" : {
642
+ "type" : "structure",
643
+ "members" : {
644
+ "InvalidParameter" : {
645
+ "shape" : "__string",
646
+ "locationName" : "invalidParameter"
647
+ },
648
+ "Message" : {
649
+ "shape" : "__string",
650
+ "locationName" : "message"
651
+ }
652
+ },
653
+ "exception" : true,
654
+ "error" : {
655
+ "httpStatusCode" : 503
656
+ }
657
+ },
658
+ "StorageInfo" : {
659
+ "type" : "structure",
660
+ "members" : {
661
+ "EbsStorageInfo" : {
662
+ "shape" : "EBSStorageInfo",
663
+ "locationName" : "ebsStorageInfo"
664
+ }
665
+ }
666
+ },
667
+ "TooManyRequestsException" : {
668
+ "type" : "structure",
669
+ "members" : {
670
+ "InvalidParameter" : {
671
+ "shape" : "__string",
672
+ "locationName" : "invalidParameter"
673
+ },
674
+ "Message" : {
675
+ "shape" : "__string",
676
+ "locationName" : "message"
677
+ }
678
+ },
679
+ "exception" : true,
680
+ "error" : {
681
+ "httpStatusCode" : 429
682
+ }
683
+ },
684
+ "UnauthorizedException" : {
685
+ "type" : "structure",
686
+ "members" : {
687
+ "InvalidParameter" : {
688
+ "shape" : "__string",
689
+ "locationName" : "invalidParameter"
690
+ },
691
+ "Message" : {
692
+ "shape" : "__string",
693
+ "locationName" : "message"
694
+ }
695
+ },
696
+ "exception" : true,
697
+ "error" : {
698
+ "httpStatusCode" : 401
699
+ }
700
+ },
701
+ "ZookeeperNodeInfo" : {
702
+ "type" : "structure",
703
+ "members" : {
704
+ "AttachedENIId" : {
705
+ "shape" : "__string",
706
+ "locationName" : "attachedENIId"
707
+ },
708
+ "ClientVpcIpAddress" : {
709
+ "shape" : "__string",
710
+ "locationName" : "clientVpcIpAddress"
711
+ },
712
+ "ZookeeperId" : {
713
+ "shape" : "__double",
714
+ "locationName" : "zookeeperId"
715
+ },
716
+ "ZookeeperVersion" : {
717
+ "shape" : "__string",
718
+ "locationName" : "zookeeperVersion"
719
+ }
720
+ }
721
+ },
722
+ "__boolean" : {
723
+ "type" : "boolean"
724
+ },
725
+ "__double" : {
726
+ "type" : "double"
727
+ },
728
+ "__integer" : {
729
+ "type" : "integer"
730
+ },
731
+ "__integerMin1Max15" : {
732
+ "type" : "integer",
733
+ "min" : 1,
734
+ "max" : 15
735
+ },
736
+ "__integerMin1Max16384" : {
737
+ "type" : "integer",
738
+ "min" : 1,
739
+ "max" : 16384
740
+ },
741
+ "__listOfClusterInfo" : {
742
+ "type" : "list",
743
+ "member" : {
744
+ "shape" : "ClusterInfo"
745
+ }
746
+ },
747
+ "__listOfNodeInfo" : {
748
+ "type" : "list",
749
+ "member" : {
750
+ "shape" : "NodeInfo"
751
+ }
752
+ },
753
+ "__listOf__string" : {
754
+ "type" : "list",
755
+ "member" : {
756
+ "shape" : "__string"
757
+ }
758
+ },
759
+ "__long" : {
760
+ "type" : "long"
761
+ },
762
+ "__string" : {
763
+ "type" : "string"
764
+ },
765
+ "__stringMin1Max128" : {
766
+ "type" : "string",
767
+ "min" : 1,
768
+ "max" : 128
769
+ },
770
+ "__stringMin1Max64" : {
771
+ "type" : "string",
772
+ "min" : 1,
773
+ "max" : 64
774
+ },
775
+ "__stringMin5Max32" : {
776
+ "type" : "string",
777
+ "min" : 5,
778
+ "max" : 32
779
+ },
780
+ "__timestampIso8601" : {
781
+ "type" : "timestamp",
782
+ "timestampFormat" : "iso8601"
783
+ },
784
+ "__timestampUnix" : {
785
+ "type" : "timestamp",
786
+ "timestampFormat" : "unixTimestamp"
787
+ }
788
+ }
789
+ }