File tree Expand file tree Collapse file tree 1 file changed +122
-1
lines changed Expand file tree Collapse file tree 1 file changed +122
-1
lines changed Original file line number Diff line number Diff line change 247
247
" date" ,
248
248
" timestamp" ,
249
249
" struct" ,
250
- " permission"
250
+ " permission" ,
251
+ " type_key"
251
252
],
252
253
"type" : " string"
253
254
},
255
+ "type_key" : {
256
+ "$ref" : " #/definitions/TargetTypeKeyData"
257
+ },
254
258
"typed_reference" : {
255
259
"$ref" : " #/definitions/TypedReferenceData"
256
260
}
299
303
],
300
304
"type" : " string"
301
305
},
306
+ "type_key" : {
307
+ "type" : " object" ,
308
+ "not" : {}
309
+ },
302
310
"typed_reference" : {
303
311
"type" : " object" ,
304
312
"not" : {}
348
356
],
349
357
"type" : " string"
350
358
},
359
+ "type_key" : {
360
+ "type" : " object" ,
361
+ "not" : {}
362
+ },
351
363
"typed_reference" : {
352
364
"type" : " object" ,
353
365
"not" : {}
397
409
],
398
410
"type" : " string"
399
411
},
412
+ "type_key" : {
413
+ "type" : " object" ,
414
+ "not" : {}
415
+ },
400
416
"typed_reference" : {
401
417
"type" : " object" ,
402
418
"not" : {}
446
462
],
447
463
"type" : " string"
448
464
},
465
+ "type_key" : {
466
+ "type" : " object" ,
467
+ "not" : {}
468
+ },
449
469
"typed_reference" : {
450
470
"type" : " object" ,
451
471
"not" : {}
492
512
],
493
513
"type" : " string"
494
514
},
515
+ "type_key" : {
516
+ "type" : " object" ,
517
+ "not" : {}
518
+ },
495
519
"typed_reference" : {
496
520
"type" : " object" ,
497
521
"not" : {}
542
566
],
543
567
"type" : " string"
544
568
},
569
+ "type_key" : {
570
+ "type" : " object" ,
571
+ "not" : {}
572
+ },
545
573
"typed_reference" : {
546
574
"type" : " object" ,
547
575
"not" : {}
589
617
],
590
618
"type" : " string"
591
619
},
620
+ "type_key" : {
621
+ "type" : " object" ,
622
+ "not" : {}
623
+ },
592
624
"typed_reference" : {
593
625
"type" : " object" ,
594
626
"not" : {}
636
668
],
637
669
"type" : " string"
638
670
},
671
+ "type_key" : {
672
+ "type" : " object" ,
673
+ "not" : {}
674
+ },
639
675
"typed_reference" : {
640
676
"$ref" : " #/definitions/TypedReferenceData" ,
641
677
"description" : " The specifics of the field if the type is 'typed_reference'"
683
719
],
684
720
"type" : " string"
685
721
},
722
+ "type_key" : {
723
+ "type" : " object" ,
724
+ "not" : {}
725
+ },
686
726
"typed_reference" : {
687
727
"type" : " object" ,
688
728
"not" : {}
732
772
],
733
773
"type" : " string"
734
774
},
775
+ "type_key" : {
776
+ "type" : " object" ,
777
+ "not" : {}
778
+ },
735
779
"typed_reference" : {
736
780
"type" : " object" ,
737
781
"not" : {}
781
825
],
782
826
"type" : " string"
783
827
},
828
+ "type_key" : {
829
+ "type" : " object" ,
830
+ "not" : {}
831
+ },
784
832
"typed_reference" : {
785
833
"type" : " object" ,
786
834
"not" : {}
826
874
],
827
875
"type" : " string"
828
876
},
877
+ "type_key" : {
878
+ "type" : " object" ,
879
+ "not" : {}
880
+ },
881
+ "typed_reference" : {
882
+ "type" : " object" ,
883
+ "not" : {}
884
+ }
885
+ },
886
+ "type" : " object"
887
+ },
888
+ {
889
+ "required" : [
890
+ " type"
891
+ ],
892
+ "properties" : {
893
+ "enum" : {
894
+ "type" : " object" ,
895
+ "not" : {}
896
+ },
897
+ "float" : {
898
+ "type" : " object" ,
899
+ "not" : {}
900
+ },
901
+ "int" : {
902
+ "type" : " object" ,
903
+ "not" : {}
904
+ },
905
+ "permission" : {
906
+ "type" : " object" ,
907
+ "not" : {}
908
+ },
909
+ "reference" : {
910
+ "type" : " object" ,
911
+ "not" : {}
912
+ },
913
+ "struct" : {
914
+ "type" : " object" ,
915
+ "not" : {}
916
+ },
917
+ "text" : {
918
+ "type" : " object" ,
919
+ "not" : {}
920
+ },
921
+ "type" : {
922
+ "enum" : [
923
+ " type_key"
924
+ ],
925
+ "type" : " string"
926
+ },
927
+ "type_key" : {
928
+ "$ref" : " #/definitions/TargetTypeKeyData"
929
+ },
829
930
"typed_reference" : {
830
931
"type" : " object" ,
831
932
"not" : {}
954
1055
"description" : " Whether the record type can be loaded: that is, whether the connector supports creating it in the system" ,
955
1056
"type" : " boolean"
956
1057
},
1058
+ "is_snapshot" : {
1059
+ "description" : " Whether the record type sends the complete system state in every sync" ,
1060
+ "type" : " boolean"
1061
+ },
957
1062
"link_naming_data" : {
958
1063
"$ref" : " #/definitions/CustomLinkData"
959
1064
},
1083
1188
},
1084
1189
"type" : " object"
1085
1190
},
1191
+ "TargetTypeKeyData" : {
1192
+ "required" : [
1193
+ " type_keys"
1194
+ ],
1195
+ "additionalProperties" : false ,
1196
+ "properties" : {
1197
+ "type_keys" : {
1198
+ "description" : " The possible record types or record type categories that can be targeted in authorization policy." ,
1199
+ "items" : {
1200
+ "type" : " string"
1201
+ },
1202
+ "type" : " array"
1203
+ }
1204
+ },
1205
+ "type" : " object"
1206
+ },
1086
1207
"TextData" : {
1087
1208
"additionalProperties" : false ,
1088
1209
"properties" : {
You can’t perform that action at this time.
0 commit comments