A dictionary with fields
Field | Type | Description |
---|---|---|
website | URL? | Nullable. Link to company website |
URL? | Nullable. Link to twitter page | |
URL? | Nullable. Link to facebook page | |
URL? | Nullable. Link to instagram page | |
youtube | URL? | Nullable. Link to youtube page |
URL? | Nullable. Link to pinterest page | |
snapchat | URL? | Nullable. Link to snapchat page |
{
"website": "https://example.com",
"twitter": "https://example.com",
"facebook": "https://example.com",
"instagram": "https://example.com",
"youtube": "https://example.com",
"pinterest": "https://example.com",
"snapchat": "https://example.com"
}