Network
Field | Description | Type | Examples |
---|---|---|---|
*id | Descriptive identifier of the network. | string | booking |
name | Full name of the network. | string | Booking.com |
color | Proposed HTML Hex Color Code representing the network. | string | #00ACEE |
max_rating | Maximum possible rating score a user can assign within the network. | int | 10 |
*channel_type | List of platform typologies the network belongs to. | array[string] | ["social","review"] |
*assets | Set of images related to the network. | NetworkAssets |
NetworkAssets
Field | Description | Type | Examples |
---|---|---|---|
img | Logo of the network. | string | https://static.travelappeal.com/img/common/network_with_background/png/booking.png |
*rating_icons | Icons expressing rating polarity. | RatingIcons |
RatingIcons
Field | Description | Type | Examples |
---|---|---|---|
full | Icon representing positive rating. | string | https://static.travelappeal.com/img/common/network_ranking_icons/star_full.png |
half | Icon representing neutral rating. | string | https://static.travelappeal.com/img/common/network_ranking_icons/star_half.png |
empty | Icon representing negative rating. | string | https://static.travelappeal.com/img/common/network_ranking_icons/star_empty.png |