@@ -32,15 +32,26 @@ $defs:
32
32
title : airdrop-recipe-create-possible-custom-object-mapping
33
33
type : object
34
34
airdrop-recipe-create-possible-custom-object-mapping-shard :
35
+ discriminator :
36
+ mapping :
37
+ create_shard : ' #/$defs/airdrop-recipe-blueprint-shards-create-request'
38
+ propertyName : mode
39
+ oneOf :
40
+ - $ref : ' #/$defs/airdrop-recipe-blueprint-shards-create-request'
35
41
properties :
36
- create_shard :
37
- $ref : ' #/$defs/airdrop-recipe-blueprint-shards-create-request'
38
42
mode :
39
- enum :
40
- - create_shard
41
- type : string
43
+ $ref : ' #/$defs/airdrop-recipe-create-possible-custom-object-mapping-shard-mode '
44
+ required :
45
+ - mode
42
46
title : airdrop-recipe-create-possible-custom-object-mapping-shard
43
47
type : object
48
+ airdrop-recipe-create-possible-custom-object-mapping-shard-mode :
49
+ description : |
50
+ You can either create a fresh shard to use for this mapping, assign an
51
+ existing one.
52
+ enum :
53
+ - create_shard
54
+ type : string
44
55
airdrop-recipe-create-possible-record-type-mapping :
45
56
properties :
46
57
devrev_leaf_type :
@@ -91,7 +102,7 @@ $defs:
91
102
$ref : ' #/$defs/airdrop-recipe-create-possible-custom-object-mapping'
92
103
possible_record_type_mappings :
93
104
description : |
94
- Stock devrev types to which the external type might be mapped.
105
+ Stock DevRev types to which the external type might be mapped.
95
106
items :
96
107
$ref : ' #/$defs/airdrop-recipe-create-possible-record-type-mapping'
97
108
type : array
@@ -142,6 +153,30 @@ $defs:
142
153
- stock
143
154
- synthetic
144
155
type : string
156
+ airdrop-recipe-fallback :
157
+ properties :
158
+ type :
159
+ $ref : ' #/$defs/airdrop-recipe-fallback-type'
160
+ value :
161
+ description : |
162
+ The fallback used for required DevRev fields in case no value is
163
+ provided.
164
+ required :
165
+ - type
166
+ - value
167
+ title : airdrop-recipe-fallback
168
+ type : object
169
+ airdrop-recipe-fallback-type :
170
+ enum :
171
+ - bool
172
+ - date
173
+ - enum
174
+ - float
175
+ - int
176
+ - rich_text
177
+ - text
178
+ - timestamp
179
+ type : string
145
180
airdrop-recipe-filter-typed-reference :
146
181
properties :
147
182
allowed_types :
@@ -278,6 +313,8 @@ $defs:
278
313
primary_external_field, multiple secondary_external_fields, both or
279
314
neither.
280
315
properties :
316
+ fallback :
317
+ $ref : ' #/$defs/airdrop-recipe-fallback'
281
318
forward :
282
319
description : |
283
320
True if this mapping is used in initial and sync_to_devrev runs.
@@ -441,7 +478,7 @@ $defs:
441
478
title : airdrop-recipe-use-fixed-value
442
479
type : object
443
480
airdrop-recipe-use-fixed-value-value :
444
- description : Pick between a fixed boolean and a fixed devrev enum.
481
+ description : Pick between a fixed boolean and a fixed DevRev enum.
445
482
enum :
446
483
- bool
447
484
- enum_value
@@ -464,15 +501,25 @@ properties:
464
501
additionalProperties :
465
502
$ref : ' #/$defs/airdrop-recipe-create-possible-record-type-mappings'
466
503
description : |
467
- Possible mappings of record type categories to devrev object types.
504
+ Possible mappings of record type categories to DevRev object types.
468
505
type : object
469
506
record_type_mappings :
470
507
additionalProperties :
471
508
$ref : ' #/$defs/airdrop-recipe-create-possible-record-type-mappings'
472
509
description : |
473
- Possible mappings of external record types to devrev object types.
510
+ Possible mappings of external record types to DevRev object types.
474
511
type : object
475
512
type : object
513
+ devrev_metadata_version :
514
+ description : |
515
+ The version of the DevRev metadata on which the offered options are
516
+ based.
517
+ format : int64
518
+ type : integer
519
+ format_version :
520
+ description : The format version of initial domain mapping.
521
+ format : text
522
+ type : string
476
523
title : airdrop-recipe-initial-domain-mappings-install-request
477
524
type : object
478
525
0 commit comments