3TE/data/seeds/waste-origins-seeds.json

166 lines
4.6 KiB
JSON

{
"wasteOrigins": [
{
"id": "origin-001",
"type": "animals",
"name": "Cow",
"description": "Bovine waste (slurry, manure)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-002",
"type": "animals",
"name": "Pig",
"description": "Porcine waste (slurry)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-003",
"type": "animals",
"name": "Piglet",
"description": "Porcine waste (young pigs)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-004",
"type": "animals",
"name": "Broiler Chickens",
"description": "Poultry waste (broiler chickens)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-005",
"type": "animals",
"name": "Laying Hens",
"description": "Poultry waste (laying hens)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-006",
"type": "markets",
"name": "Small Local Market",
"description": "Local market waste (fruits, vegetables)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-007",
"type": "markets",
"name": "Wholesale Market",
"description": "Wholesale market waste (fresh wet vegetables)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-008",
"type": "markets",
"name": "Fish Market",
"description": "Fish market waste (spoiled fish)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-009",
"type": "restaurants",
"name": "High Volume Restaurant",
"description": "High volume restaurant waste (oils)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-010",
"type": "restaurants",
"name": "Restaurant",
"description": "Restaurant waste (cooked food leftovers)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-011",
"type": "restaurants",
"name": "School Canteen",
"description": "School canteen waste (oils, food leftovers)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-012",
"type": "other",
"name": "Households",
"description": "Household waste (oils, mixed biowaste)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-013",
"type": "other",
"name": "Food Processing Plant",
"description": "Food processing plant waste",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-014",
"type": "other",
"name": "Margarine Plant",
"description": "Margarine plant waste (oils)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-015",
"type": "other",
"name": "Dairy Plant",
"description": "Dairy plant waste (expired milk, yogurt, cream)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-016",
"type": "other",
"name": "Bakery",
"description": "Bakery waste (stale bread)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-017",
"type": "other",
"name": "Slaughterhouse",
"description": "Slaughterhouse waste (spoiled meat)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-018",
"type": "other",
"name": "Urban Wastewater Treatment Plant",
"description": "Wastewater treatment plant waste (urban sludge, fats)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-019",
"type": "other",
"name": "Hectare of Herb Production",
"description": "Green waste (leaves, tender stems)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-020",
"type": "other",
"name": "Urban Tree",
"description": "Urban tree waste (leaves)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-021",
"type": "other",
"name": "Pruned Tree",
"description": "Pruned tree waste (branches)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-022",
"type": "other",
"name": "Hectare of Olive Trees",
"description": "Olive tree waste (leaves, fruits, twigs, pomace, olive mill wastewater)",
"createdAt": "2025-12-09T19:58:23.997Z"
},
{
"id": "origin-023",
"type": "other",
"name": "Beach (Algae)",
"description": "Beach algae waste (sargassum, laminaria, gracilaria, ulva)",
"createdAt": "2025-12-09T19:58:23.997Z"
}
]
}