Schema Registry
ProcessingResponse

ProcessingResponse

Response model for email processing

Properties

PropertyTypeRequiredDescription
statusstringβœ… Yes-
workflow_typeobject❌ No-
messageobject❌ No-
trace_idobject❌ No-
completeness_scoreobject❌ No-
next_stepsobject❌ No-

Example

{
  "status": "example",
  "workflow_type": {},
  "message": {},
  "trace_id": {},
  "completeness_score": {},
  "next_steps": {}
}

Used In

Code Examples

TypeScript

interface ProcessingResponse {
  status: string;
  workflow_type?: any;
  message?: any;
  trace_id?: any;
  completeness_score?: any;
  next_steps?: any;
}
 
// Usage example
const data: ProcessingResponse = {
  "status": "example",
  "workflow_type": {},
  "message": {},
  "trace_id": {},
  "completeness_score": {},
  "next_steps": {}
};

Python

from data_layer.schemas import ProcessingResponse
 
# Create instance
data = ProcessingResponse(
    # Add your field values here
)

cURL

curl -X POST "https://altsportsleagues-backend-2qcdjegnaa-uc.a.run.app/api/endpoint" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{   "status": "example",   "workflow_type": {},   "message": {},   "trace_id": {},   "completeness_score": {},   "next_steps": {} }'

Validation Rules

Required Fields: status

Additional Information

  • Type: object
  • Source: Generated from Pydantic models in data_layer/schemas/
  • Auto-validated: All fields are validated by FastAPI

This documentation is auto-generated from the OpenAPI specification.

Platform

Documentation

Community

Support

partnership@altsportsdata.comdev@altsportsleagues.ai

2025 Β© AltSportsLeagues.ai. Powered by AI-driven sports business intelligence.

πŸ€– AI-Enhancedβ€’πŸ“Š Data-Drivenβ€’βš‘ Real-Time