Skip to content

Instantly share code, notes, and snippets.

@mrobers1982
Created June 1, 2012 23:12
Show Gist options
  • Save mrobers1982/2855692 to your computer and use it in GitHub Desktop.
Save mrobers1982/2855692 to your computer and use it in GitHub Desktop.
FOX: Capture to Livefyre Schema Maps
-- Fox Sports --
{
"bio": "aboutMe",
"display_name": ["FSCOM", "SCREENNAME"],
"autofollow_conversations": ["FSCOM", "livefyre_settings", "livefyre_autofollow_conversations"],
"email": "email",
"connections": "profiles",
"image_url": ["FSCOM", "AVATARS"],
"photo_approval_status": ["FSCOM", "photo_approval_status"],
"location": "currentLocation",
"livefyre_moderator_comments": ["FSCOM", "livefyre_settings", "livefyre_moderator_comments"],
"livefyre_moderator_flags": ["FSCOM", "livefyre_settings", "livefyre_moderator_flags"],
"livefyre_likes": ["FSCOM", "livefyre_settings", "livefyre_likes"],
"livefyre_comments": ["FSCOM", "livefyre_settings", "livefyre_comments"],
"livefyre_replies": ["FSCOM", "livefyre_settings", "livefyre_replies"],
"id": "uuid"
}
-- SpeedTV --
{
"bio": "aboutMe",
"display_name": ["SP", "USERNAME"],
"autofollow_conversations": ["SP", "livefyre_settings", "livefyre_autofollow_conversations"],
"email": "email",
"connections": "profiles",
"image_url": ["SP", "AVATARS"],
"photo_approval_status": ["SP", "photo_approval_status"],
"location": "currentLocation",
"livefyre_moderator_comments": ["SP", "livefyre_settings", "livefyre_moderator_comments"],
"livefyre_moderator_flags": ["SP", "livefyre_settings", "livefyre_moderator_flags"],
"livefyre_likes": ["SP", "livefyre_settings", "livefyre_likes"],
"livefyre_comments": ["SP", "livefyre_settings", "livefyre_comments"],
"livefyre_replies": ["SP", "livefyre_settings", "livefyre_replies"],
"id": "uuid"
}
-- RSN --
{
"bio": "aboutMe",
"display_name": ["RSN", "USERNAME"],
"autofollow_conversations": ["RSN", "livefyre_settings", "livefyre_autofollow_conversations"],
"email": "email",
"connections": "profiles",
"image_url": ["RSN", "AVATARS"],
"photo_approval_status": ["RSN", "photo_approval_status"],
"location": "currentLocation",
"livefyre_moderator_comments": ["RSN", "livefyre_settings", "livefyre_moderator_comments"],
"livefyre_moderator_flags": ["RSN", "livefyre_settings", "livefyre_moderator_flags"],
"livefyre_likes": ["RSN", "livefyre_settings", "livefyre_likes"],
"livefyre_comments": ["RSN", "livefyre_settings", "livefyre_comments"],
"livefyre_replies": ["RSN", "livefyre_settings", "livefyre_replies"],
"id": "uuid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment