1 line
4.7 KiB
JSON
1 line
4.7 KiB
JSON
{"nodes": [{"id": "backend_schemas_users_py", "label": "users.py", "file_type": "code", "source_file": "backend/schemas/users.py", "source_location": "L1"}, {"id": "users_userbase", "label": "UserBase", "file_type": "code", "source_file": "backend/schemas/users.py", "source_location": "L6"}, {"id": "basemodel", "label": "BaseModel", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "users_usercreate", "label": "UserCreate", "file_type": "code", "source_file": "backend/schemas/users.py", "source_location": "L12"}, {"id": "users_user", "label": "User", "file_type": "code", "source_file": "backend/schemas/users.py", "source_location": "L16"}, {"id": "users_config", "label": "Config", "file_type": "code", "source_file": "backend/schemas/users.py", "source_location": "L19"}, {"id": "users_userupdate", "label": "UserUpdate", "file_type": "code", "source_file": "backend/schemas/users.py", "source_location": "L23"}, {"id": "users_userlogin", "label": "UserLogin", "file_type": "code", "source_file": "backend/schemas/users.py", "source_location": "L29"}, {"id": "users_userpasswordupdate", "label": "UserPasswordUpdate", "file_type": "code", "source_file": "backend/schemas/users.py", "source_location": "L34"}, {"id": "users_tokenresponse", "label": "TokenResponse", "file_type": "code", "source_file": "backend/schemas/users.py", "source_location": "L39"}], "edges": [{"source": "backend_schemas_users_py", "target": "pydantic", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_schemas_users_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_schemas_users_py", "target": "users_userbase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L6", "weight": 1.0}, {"source": "users_userbase", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_schemas_users_py", "target": "users_usercreate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L12", "weight": 1.0}, {"source": "users_usercreate", "target": "users_userbase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_schemas_users_py", "target": "users_user", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L16", "weight": 1.0}, {"source": "users_user", "target": "users_userbase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_schemas_users_py", "target": "users_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_schemas_users_py", "target": "users_userupdate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L23", "weight": 1.0}, {"source": "users_userupdate", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_schemas_users_py", "target": "users_userlogin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L29", "weight": 1.0}, {"source": "users_userlogin", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_schemas_users_py", "target": "users_userpasswordupdate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L34", "weight": 1.0}, {"source": "users_userpasswordupdate", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_schemas_users_py", "target": "users_tokenresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L39", "weight": 1.0}, {"source": "users_tokenresponse", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/schemas/users.py", "source_location": "L39", "weight": 1.0}], "raw_calls": []} |