changedOutput schema / properties / data / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "type": "object"
- },
- {
- "additionalProperties": true,
- "properties": {
- "code": {
- "type": "string"
- },
- "details": {
- "additionalProperties": {},
- "type": "object"
- },
- "error": {
- "type": "string"
- },
- "internal_code": {
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "retry_after_s": {
- "type": "number"
- }
- },
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ {
+ "additionalProperties": true,
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "details": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "error": {
+ "type": "string"
+ },
+ "internal_code": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "retry_after_s": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "error"
+ ],
+ "type": "object"
+ }
+]