pyocf.primitives.files.file

Abstract file to be extended by all other files

pydantic model pyocf.primitives.files.file.FileObject

Abstract file to be extended by all other files

field file_type: Annotated[FileType, FieldInfo(annotation=NoneType, required=True, description='File type field (used to select proper schema for validation)')] [Required]

File type field (used to select proper schema for validation)