Files
bakery-ia/shared/demo/fixtures/enterprise/parent/01-tenant.json

114 lines
3.3 KiB
JSON
Raw Normal View History

2025-12-13 23:57:54 +01:00
{
"tenant": {
"id": "80000000-0000-4000-a000-000000000001",
2025-12-17 13:03:52 +01:00
"name": "Panader\u00eda Artesana Espa\u00f1a - Central",
2025-12-13 23:57:54 +01:00
"subscription_tier": "enterprise",
"tenant_type": "parent",
2025-12-17 13:03:52 +01:00
"email": "central@panaderiaartesana.es",
"subdomain": "artesana-central",
"is_active": true,
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z"
},
"owner": {
"id": "d2e3f4a5-b6c7-48d9-e0f1-a2b3c4d5e6f7",
"name": "Carlos Rodr\u00edguez",
"email": "director@panaderiaartesana.es",
"role": "owner"
},
"subscription": {
"id": "80000000-0000-0000-0000-000000000001",
"tenant_id": "80000000-0000-4000-a000-000000000001",
"plan": "enterprise",
"status": "active",
"monthly_price": 1999.0,
"max_users": 50,
"max_locations": 20,
"max_products": 5000,
"features": {
"multi_location_management": true,
"centralized_inventory": true,
"centralized_production": true,
"bulk_procurement": true,
"advanced_analytics": true,
"custom_reporting": true,
"api_access": true,
"priority_support": true,
"cross_location_optimization": true,
"distribution_management": true
},
"trial_ends_at": "2025-02-15T06:00:00Z",
"next_billing_date": "2025-02-01T06:00:00Z",
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z",
2025-12-13 23:57:54 +01:00
"enterprise_features": [
"multi_location_management",
"centralized_inventory",
2025-12-17 13:03:52 +01:00
"centralized_production",
"bulk_procurement",
2025-12-13 23:57:54 +01:00
"advanced_analytics",
"custom_reporting",
"api_access",
2025-12-17 13:03:52 +01:00
"priority_support",
"cross_location_optimization",
"distribution_management"
2025-12-13 23:57:54 +01:00
]
},
"children": [
{
"id": "A0000000-0000-4000-a000-000000000001",
2025-12-17 13:03:52 +01:00
"name": "Madrid - Salamanca",
2025-12-13 23:57:54 +01:00
"location": {
"city": "Madrid",
2025-12-17 13:03:52 +01:00
"zone": "Salamanca",
"latitude": 40.4284,
"longitude": -3.6847
2025-12-13 23:57:54 +01:00
},
2025-12-17 13:03:52 +01:00
"description": "Premium location in upscale Salamanca district"
2025-12-13 23:57:54 +01:00
},
{
"id": "B0000000-0000-4000-a000-000000000001",
2025-12-17 13:03:52 +01:00
"name": "Barcelona - Eixample",
2025-12-13 23:57:54 +01:00
"location": {
"city": "Barcelona",
2025-12-17 13:03:52 +01:00
"zone": "Eixample",
"latitude": 41.3947,
"longitude": 2.1616
2025-12-13 23:57:54 +01:00
},
2025-12-17 13:03:52 +01:00
"description": "High-volume tourist and local area in central Barcelona"
2025-12-13 23:57:54 +01:00
},
{
"id": "C0000000-0000-4000-a000-000000000001",
2025-12-17 13:03:52 +01:00
"name": "Valencia - Ruzafa",
2025-12-13 23:57:54 +01:00
"location": {
"city": "Valencia",
"zone": "Ruzafa",
"latitude": 39.4623,
"longitude": -0.3645
},
2025-12-17 13:03:52 +01:00
"description": "Trendy artisan neighborhood with focus on quality"
},
{
"id": "D0000000-0000-4000-a000-000000000001",
"name": "Seville - Triana",
"location": {
"city": "Seville",
"zone": "Triana",
"latitude": 37.3828,
"longitude": -6.0026
},
"description": "Traditional Andalusian location with local specialties"
},
{
"id": "E0000000-0000-4000-a000-000000000001",
"name": "Bilbao - Casco Viejo",
"location": {
"city": "Bilbao",
"zone": "Casco Viejo",
"latitude": 43.2567,
"longitude": -2.9272
},
"description": "Basque region location with focus on quality and local culture"
2025-12-13 23:57:54 +01:00
}
]
}