PARSED_SCHEMA_MODEL_MAP = {GithubMetadata: GithubMetadataModel, ParsedCodeFile: ParsedCodeFileModel, ParsedTextFile: ParsedTextFileModel, GeneralTextChunks: GeneralTextChunksModel, CodeFileChunks: CodeFileChunksModel, ImportChunk: ImportChunkModel, DecoratorChunk: DecoratorChunkModel, FunctionChunk: FunctionChunkModel, ClassChunk: ClassChunkModel}
module-attribute