changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "properties": {
+ "async": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "created_at": {
+ "type": "string"
+ },
+ "credits": {
+ "type": "integer"
+ },
+ "duration_ms": {
+ "type": "integer"
+ },
+ "finished_at": {
+ "type": "string"
+ },
+ "labels": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "max_age": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "meta": {
+ "description": "What the HTTP response headers would say: cache, cost, quota, result_url.",
+ "type": "object"
+ },
+ "operation": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "operations": {
+ "items": {
+ "properties": {
+ "created_at": {
+ "type": "string"
+ },
+ "credits": {
+ "type": "integer"
+ },
+ "duration_ms": {
+ "type": "integer"
+ },
+ "finished_at": {
+ "type": "string"
+ },
+ "labels": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "operation": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "served_from_cache": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "status": {
+ "type": "string"
+ },
+ "success": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "token": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "token",
+ "url",
+ "status"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "outcome": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "report_to": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "request_options": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "served_from_cache": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "status": {
+ "type": "string"
+ },
+ "success": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "token": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "webhook_delivered_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "webhook_error": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "webhook_status": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "token",
+ "url",
+ "status"
+ ],
+ "type": "object"
+}