{"nodes": [{"id": "backend_app_schemas_init_py", "label": "__init__.py", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L1"}, {"id": "init_familymemberrole", "label": "FamilyMemberRole", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L8"}, {"id": "str", "label": "str", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "enum", "label": "Enum", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "init_mealtype", "label": "MealType", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L13"}, {"id": "init_mealplanstatus", "label": "MealPlanStatus", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L19"}, {"id": "init_mealplanitemstatus", "label": "MealPlanItemStatus", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L26"}, {"id": "init_denialreason", "label": "DenialReason", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L33"}, {"id": "init_neversuggestreason", "label": "NeverSuggestReason", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L41"}, {"id": "init_ingredientbase", "label": "IngredientBase", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L48"}, {"id": "basemodel", "label": "BaseModel", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "init_ingredientresponse", "label": "IngredientResponse", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L58"}, {"id": "init_config", "label": "Config", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L62"}, {"id": "init_ingredientcreate", "label": "IngredientCreate", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L66"}, {"id": "init_familymemberbase", "label": "FamilyMemberBase", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L70"}, {"id": "init_familymemberresponse", "label": "FamilyMemberResponse", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L77"}, {"id": "init_familymembercreate", "label": "FamilyMemberCreate", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L87"}, {"id": "init_familyprofilebase", "label": "FamilyProfileBase", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L91"}, {"id": "init_familyprofileresponse", "label": "FamilyProfileResponse", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L100"}, {"id": "init_familyprofilecreate", "label": "FamilyProfileCreate", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L110"}, {"id": "init_familyprofileupdate", "label": "FamilyProfileUpdate", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L114"}, {"id": "init_recipeingredient", "label": "RecipeIngredient", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L123"}, {"id": "init_normalize", "label": "_normalize()", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L133"}, {"id": "init_recipebase", "label": "RecipeBase", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L142"}, {"id": "init_reciperesponse", "label": "RecipeResponse", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L161"}, {"id": "init_recipecreate", "label": "RecipeCreate", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L173"}, {"id": "init_mealplanitembase", "label": "MealPlanItemBase", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L177"}, {"id": "init_mealplanitemresponse", "label": "MealPlanItemResponse", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L184"}, {"id": "init_mealplanitemcreate", "label": "MealPlanItemCreate", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L199"}, {"id": "init_mealplanbase", "label": "MealPlanBase", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L203"}, {"id": "init_mealplanresponse", "label": "MealPlanResponse", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L210"}, {"id": "init_mealplancreate", "label": "MealPlanCreate", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L222"}, {"id": "init_voterequest", "label": "VoteRequest", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L226"}, {"id": "init_voteresponse", "label": "VoteResponse", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L232"}, {"id": "init_homepantrybase", "label": "HomePantryBase", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L243"}, {"id": "init_homepantryresponse", "label": "HomePantryResponse", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L250"}, {"id": "init_homepantrycreate", "label": "HomePantryCreate", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L261"}, {"id": "init_feedbackbase", "label": "FeedbackBase", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L265"}, {"id": "init_feedbackresponse", "label": "FeedbackResponse", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L272"}, {"id": "init_feedbackcreate", "label": "FeedbackCreate", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L283"}, {"id": "init_shoppinglistitem", "label": "ShoppingListItem", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L287"}, {"id": "init_shoppinglistresponse", "label": "ShoppingListResponse", "file_type": "code", "source_file": "backend/app/schemas/__init__.py", "source_location": "L300"}], "edges": [{"source": "backend_app_schemas_init_py", "target": "pydantic", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "uuid", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "enum", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_familymemberrole", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L8", "weight": 1.0}, {"source": "init_familymemberrole", "target": "str", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L8", "weight": 1.0}, {"source": "init_familymemberrole", "target": "enum", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_mealtype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L13", "weight": 1.0}, {"source": "init_mealtype", "target": "str", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L13", "weight": 1.0}, {"source": "init_mealtype", "target": "enum", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_mealplanstatus", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L19", "weight": 1.0}, {"source": "init_mealplanstatus", "target": "str", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L19", "weight": 1.0}, {"source": "init_mealplanstatus", "target": "enum", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_mealplanitemstatus", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L26", "weight": 1.0}, {"source": "init_mealplanitemstatus", "target": "str", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L26", "weight": 1.0}, {"source": "init_mealplanitemstatus", "target": "enum", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_denialreason", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L33", "weight": 1.0}, {"source": "init_denialreason", "target": "str", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L33", "weight": 1.0}, {"source": "init_denialreason", "target": "enum", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_neversuggestreason", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L41", "weight": 1.0}, {"source": "init_neversuggestreason", "target": "str", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L41", "weight": 1.0}, {"source": "init_neversuggestreason", "target": "enum", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L41", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_ingredientbase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L48", "weight": 1.0}, {"source": "init_ingredientbase", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L48", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_ingredientresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L58", "weight": 1.0}, {"source": "init_ingredientresponse", "target": "init_ingredientbase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L58", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L62", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_ingredientcreate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L66", "weight": 1.0}, {"source": "init_ingredientcreate", "target": "init_ingredientbase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L66", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_familymemberbase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L70", "weight": 1.0}, {"source": "init_familymemberbase", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L70", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_familymemberresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L77", "weight": 1.0}, {"source": "init_familymemberresponse", "target": "init_familymemberbase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L77", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L83", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_familymembercreate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L87", "weight": 1.0}, {"source": "init_familymembercreate", "target": "init_familymemberbase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L87", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_familyprofilebase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L91", "weight": 1.0}, {"source": "init_familyprofilebase", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L91", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_familyprofileresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L100", "weight": 1.0}, {"source": "init_familyprofileresponse", "target": "init_familyprofilebase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L100", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L106", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_familyprofilecreate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L110", "weight": 1.0}, {"source": "init_familyprofilecreate", "target": "init_familyprofilebase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L110", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_familyprofileupdate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L114", "weight": 1.0}, {"source": "init_familyprofileupdate", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L114", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_recipeingredient", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L123", "weight": 1.0}, {"source": "init_recipeingredient", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L123", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_normalize", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L133", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_recipebase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L142", "weight": 1.0}, {"source": "init_recipebase", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L142", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_reciperesponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L161", "weight": 1.0}, {"source": "init_reciperesponse", "target": "init_recipebase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L161", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L169", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_recipecreate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L173", "weight": 1.0}, {"source": "init_recipecreate", "target": "init_recipebase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L173", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_mealplanitembase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L177", "weight": 1.0}, {"source": "init_mealplanitembase", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L177", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_mealplanitemresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L184", "weight": 1.0}, {"source": "init_mealplanitemresponse", "target": "init_mealplanitembase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L184", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L195", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_mealplanitemcreate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L199", "weight": 1.0}, {"source": "init_mealplanitemcreate", "target": "init_mealplanitembase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L199", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_mealplanbase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L203", "weight": 1.0}, {"source": "init_mealplanbase", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L203", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_mealplanresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L210", "weight": 1.0}, {"source": "init_mealplanresponse", "target": "init_mealplanbase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L210", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L218", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_mealplancreate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L222", "weight": 1.0}, {"source": "init_mealplancreate", "target": "init_mealplanbase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L222", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_voterequest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L226", "weight": 1.0}, {"source": "init_voterequest", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L226", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_voteresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L232", "weight": 1.0}, {"source": "init_voteresponse", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L232", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L239", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_homepantrybase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L243", "weight": 1.0}, {"source": "init_homepantrybase", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L243", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_homepantryresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L250", "weight": 1.0}, {"source": "init_homepantryresponse", "target": "init_homepantrybase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L250", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L257", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_homepantrycreate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L261", "weight": 1.0}, {"source": "init_homepantrycreate", "target": "init_homepantrybase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L261", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_feedbackbase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L265", "weight": 1.0}, {"source": "init_feedbackbase", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L265", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_feedbackresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L272", "weight": 1.0}, {"source": "init_feedbackresponse", "target": "init_feedbackbase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L272", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L279", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_feedbackcreate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L283", "weight": 1.0}, {"source": "init_feedbackcreate", "target": "init_feedbackbase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L283", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_shoppinglistitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L287", "weight": 1.0}, {"source": "init_shoppinglistitem", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L287", "weight": 1.0}, {"source": "backend_app_schemas_init_py", "target": "init_shoppinglistresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L300", "weight": 1.0}, {"source": "init_shoppinglistresponse", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/__init__.py", "source_location": "L300", "weight": 1.0}], "raw_calls": [{"caller_nid": "init_normalize", "callee": "isinstance", "source_file": "backend/app/schemas/__init__.py", "source_location": "L134"}, {"caller_nid": "init_normalize", "callee": "pop", "source_file": "backend/app/schemas/__init__.py", "source_location": "L138"}]}