๐ง DATA MODEL 2 โ Mobile Application Reviews
# Data Model: Mobile Application Reviews
## Description
Schema for user-generated reviews of mobile applications.
## Fields
| Field Name | Type | Description |
|----------|------|------------|
| review_id | integer | Unique review identifier |
| app_name | string | Name of the application |
| platform | string | Android or iOS |
| rating | integer | Rating from 1 to 5 |
| review_text | string | User written review |
| review_date | string | Date of review (YYYY-MM-DD) |
## Example Record
```json
{
"review_id": 101,
"app_name": "Mobile Legends",
"platform": "Android",
"rating": 5,
"review_text": "Very fun and competitive game",
"review_date": "2025-11-20"
}
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support