@@ -63589,13 +63589,13 @@
63589
63589
"type": "string"
63590
63590
},
63591
63591
"erroring_object": {
63592
- "additionalProperties ": {
63593
- "maxLength": 5000,
63594
- "type ": "string "
63595
- },
63596
- "description": "If the error is related to a specific object, this field will include the object's identifier in `id` and object type in `object`." ,
63597
- "nullable ": true ,
63598
- "type ": "object"
63592
+ "anyOf ": [
63593
+ {
63594
+ "$ref ": "#/components/schemas/redaction_resource_erroring_object "
63595
+ }
63596
+ ] ,
63597
+ "description ": "If the error is related to a specific object, this field includes the object's identifier and object type." ,
63598
+ "nullable ": true
63599
63599
},
63600
63600
"id": {
63601
63601
"description": "Unique identifier for the object.",
63624
63624
],
63625
63625
"title": "RedactionResourceValidationError",
63626
63626
"type": "object",
63627
- "x-expandableFields": [],
63627
+ "x-expandableFields": [
63628
+ "erroring_object"
63629
+ ],
63628
63630
"x-resourceId": "privacy.redaction_job_validation_error",
63629
63631
"x-stripeMostCommon": [
63630
63632
"code",
68852
68854
"interval"
68853
68855
]
68854
68856
},
68857
+ "redaction_resource_erroring_object": {
68858
+ "description": "If a Redaction Job Validation Error occurred because of a specific object, this will contain its identifier and object type.",
68859
+ "properties": {
68860
+ "id": {
68861
+ "description": "Unique identifier for the object.",
68862
+ "maxLength": 5000,
68863
+ "type": "string"
68864
+ },
68865
+ "object_type": {
68866
+ "description": "Erroring object type",
68867
+ "maxLength": 5000,
68868
+ "type": "string"
68869
+ }
68870
+ },
68871
+ "required": [
68872
+ "id",
68873
+ "object_type"
68874
+ ],
68875
+ "title": "RedactionResourceErroringObject",
68876
+ "type": "object",
68877
+ "x-expandableFields": [],
68878
+ "x-stripeMostCommon": [
68879
+ "id",
68880
+ "object_type"
68881
+ ]
68882
+ },
68855
68883
"redaction_resource_root_objects": {
68856
68884
"description": "The objects to redact, grouped by type. All redactable objects associated with these objects will be redacted as well.",
68857
68885
"properties": {
@@ -194348,7 +194376,7 @@
194348
194376
"content": {
194349
194377
"application/json": {
194350
194378
"schema": {
194351
- "description": "List redaction jobs",
194379
+ "description": "A list of redaction jobs",
194352
194380
"properties": {
194353
194381
"data": {
194354
194382
"items": {
@@ -195009,7 +195037,7 @@
195009
195037
"content": {
195010
195038
"application/json": {
195011
195039
"schema": {
195012
- "description": "",
195040
+ "description": "A list of redaction job validation errors ",
195013
195041
"properties": {
195014
195042
"data": {
195015
195043
"items": {
0 commit comments