Affinda · Arazzo Workflow
Affinda Create Document Type and Generate JSON Schema
Version 1.0.0
Create a document type in an organization, then generate a JSON schema and Pydantic models from it.
View Spec
View on GitHub
AIArtificial IntelligenceDocument ProcessingIntelligent Document ProcessingIDPOCRResume ParsingInvoice ParsingReceipt ParsingDocument ExtractionDocument ClassificationDocument SplittingRecruitmentBankingInsuranceLogisticsHealthcareGovernmentArazzoWorkflows
Provider
Workflows
document-type-to-json-schema
Create a document type and generate a JSON schema and Pydantic models from it.
Creates a document type, then calls the schema and Pydantic generation endpoints against the new type's identifier.
1
createDocumentType
createDocumentType
Create a new document type within the organization.
2
generateJsonSchema
jsonSchemaFromDocumentType
Generate a JSON schema representation of the new document type.
3
generatePydanticModels
pydanticModelsFromDocumentType
Generate Pydantic model code from the new document type.