changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "concurrent_summary": {
+ "properties": {
+ "active": {
+ "type": "number"
+ },
+ "limit": {
+ "type": "number"
+ },
+ "remaining": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "credits_remaining": {
+ "type": "number"
+ },
+ "ok": {
+ "type": "boolean"
+ },
+ "pagination": {
+ "properties": {
+ "cursor": {
+ "type": "string"
+ },
+ "has_more": {
+ "type": "boolean"
+ },
+ "limit": {
+ "type": "number"
+ },
+ "total_count": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "workflows": {
+ "items": {
+ "properties": {
+ "available_actions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "completed_at": {
+ "type": "string"
+ },
+ "counts_toward_limit": {
+ "type": "boolean"
+ },
+ "created_at": {
+ "type": "string"
+ },
+ "credits_charged": {
+ "type": "number"
+ },
+ "current_step": {
+ "type": "number"
+ },
+ "generated_title": {
+ "type": "string"
+ },
+ "started_at": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "task_type": {
+ "type": "string"
+ },
+ "total_steps": {
+ "type": "number"
+ },
+ "workflow_id": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}