This repository was archived by the owner on Aug 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-33
lines changed Expand file tree Collapse file tree 1 file changed +2
-33
lines changed Original file line number Diff line number Diff line change 5362
5362
],
5363
5363
"additionalProperties": false
5364
5364
},
5365
- "TransformReference": {
5366
- "type": "object",
5367
- "properties": {
5368
- "type": {
5369
- "type": "string",
5370
- "enum": [
5371
- "transform"
5372
- ],
5373
- "description": "A transformation rule must be of type `transformation`"
5374
- },
5375
- "transformation_id": {
5376
- "type": "string",
5377
- "description": "ID of the attached transformation object. Optional input, always set once the rule is defined"
5378
- }
5379
- },
5380
- "required": [
5381
- "type",
5382
- "transformation_id"
5383
- ],
5384
- "additionalProperties": false
5385
- },
5386
- "TransformFull": {
5365
+ "TransformRule": {
5387
5366
"type": "object",
5388
5367
"properties": {
5389
5368
"type": {
5432
5411
],
5433
5412
"additionalProperties": false
5434
5413
},
5435
- "TransformRule": {
5436
- "anyOf": [
5437
- {
5438
- "$ref": "#/components/schemas/TransformReference"
5439
- },
5440
- {
5441
- "$ref": "#/components/schemas/TransformFull"
5442
- }
5443
- ]
5444
- },
5445
5414
"DelayRule": {
5446
5415
"type": "object",
5447
5416
"properties": {
19395
19364
}
19396
19365
}
19397
19366
}
19398
- }
19367
+ }
You can’t perform that action at this time.
0 commit comments