File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -1090,5 +1090,20 @@ actions:
10901090 - $ref : " ../../specification/_global/exists/examples/xCodeSamples/DocumentExistsRubyExample1.yaml"
10911091# Remove long lists of enum values
10921092 - target : " $.components['schemas']['cat._types.CatAnomalyDetectorColumn'].enum"
1093- description : Remove enum array
1093+ description : Remove enum array from cat detectors
1094+ remove : true
1095+ - target : " $.components['schemas']['cat._types.CatNodeColumn'].enum"
1096+ description : Remove enum array from cat nodes
1097+ remove : true
1098+ - target : " $.components['schemas']['cat._types.CatDfaColumn'].enum"
1099+ description : Remove enum array from cat data frame analytics
1100+ remove : true
1101+ - target : " $.components['schemas']['cat._types.CatDatafeedColumn'].enum"
1102+ description : Remove enum array from cat datafeeds
1103+ remove : true
1104+ - target : " $.components['schemas']['cat._types.CatTrainedModelsColumn'].enum"
1105+ description : Remove enum array from cat trained models
1106+ remove : true
1107+ - target : " $.components['schemas']['cat._types.CatTransformColumn'].enum"
1108+ description : Remove enum array from cat transforms
10941109 remove : true
You can’t perform that action at this time.
0 commit comments