addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / approval_token / description
Added value: +"Legacy compatibility field; normally omit it."
changedOutput schema / additionalProperties
Previous value: -trueNew value: +false
addedOutput schema / properties / data / additionalProperties
Added value: +true
changedOutput schema / properties / data / type
Previous value: -[
- "object",
- "array",
- "string",
- "number",
- "boolean",
- "null"
-]New value: +[
+ "object",
+ "array",
+ "null"
+]
changedOutput schema / properties / error / oneOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "additionalProperties": true,
- "properties": {
- "code": {
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "required_scope": {
- "type": "string"
- },
- "retry_after": {
- "minimum": 0,
- "type": "integer"
- },
- "retryable": {
- "type": "boolean"
- },
- "user_action_required": {
- "type": "boolean"
- }
- },
- "type": "object"
- }
-]New value: +[
+ {
+ "type": "string"
+ },
+ {
+ "additionalProperties": true,
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "required_scope": {
+ "type": "string"
+ },
+ "retry_after": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "retryable": {
+ "type": "boolean"
+ },
+ "user_action_required": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "code",
+ "message",
+ "retryable"
+ ],
+ "type": "object"
+ }
+]
addedOutput schema / properties / request_id / minLength
Added value: +8
changedOutput schema / required
Previous value: -[
- "request_id"
-]New value: +[
+ "success",
+ "request_id"
+]