changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties": {
+ "checklist": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "complete": {
+ "type": "boolean"
+ },
+ "dismissed": {
+ "type": "boolean"
+ },
+ "items": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "agentField": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "agentWritten": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "done": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "href": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "key": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "complete",
+ "dismissed"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "completedAt": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "completedSteps": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "created": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {}
+ ],
+ "description": "Ids created so far: campaignId, icpId, leadListId, workflowId, etc."
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Ids created so far: campaignId, icpId, leadListId, workflowId, etc."
+ },
+ "createdAt": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "currentStep": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "error": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "generationId": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "inputs": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {}
+ ],
+ "description": "websiteUrl, profileUrl, goal the build ran from"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "websiteUrl, profileUrl, goal the build ran from"
+ },
+ "next": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "status": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "steps": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "items": {},
+ "type": "array"
+ }
+ ],
+ "description": "Each step: name, status, detail, startedAt, completedAt"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Each step: name, status, detail, startedAt, completedAt"
+ },
+ "totalSteps": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "workspace": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "anyOf": [
+ {},
+ {
+ "type": "null"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "workspaceId": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+}