pyocf.files.documentsfile

JSON containing file type identifier and list of document objects

pydantic model pyocf.files.documentsfile.DocumentsFile

JSON containing file type identifier and list of document objects

field file_type: Annotated[Literal['OCF_DOCUMENTS_FILE'], FieldInfo(annotation=NoneType, required=True, description='')] = 'OCF_DOCUMENTS_FILE'
field items: Annotated[list[Document], FieldInfo(annotation=NoneType, required=True, description='List of OCF document objects')] [Required]

List of OCF document objects