Skip to content

Instantly share code, notes, and snippets.

@temp3l
Last active October 18, 2020 12:47
Show Gist options
  • Save temp3l/956475945da18d400dd3336dc6acb6b7 to your computer and use it in GitHub Desktop.
Save temp3l/956475945da18d400dd3336dc6acb6b7 to your computer and use it in GitHub Desktop.
{
"thumbnail_src": {
"type": "string",
"title": "Thumbnail_src",
"description": "thumbnail_src description",
"maxLength": 200,
"format": "uri"
},
"media_preview": {
"type": "string",
"title": "Media_preview",
"description": "media_preview description",
"maxLength": 200
},
"gating_info": {
"type": "null",
"title": "Gating_info",
"description": "gating_info description"
},
"edge_media_preview_like": {
"type": "object",
"title": "Edge_media_preview_like",
"description": "edge_media_preview_like description",
"properties": {
"count": {
"$ref": "#/definitions/count"
}
},
"required": [
"count"
]
},
"taken_at_timestamp": {
"type": "integer",
"title": "Taken_at_timestamp",
"description": "taken_at_timestamp description"
},
"comments_disabled": {
"type": "boolean",
"title": "Comments_disabled",
"description": "comments_disabled description"
},
"username": {
"type": "string",
"title": "Username",
"description": "username description",
"maxLength": 200
},
"profile_pic_url": {
"type": "string",
"title": "Profile_pic_url",
"description": "profile_pic_url description",
"maxLength": 200,
"format": "uri"
},
"owner": {
"type": "object",
"title": "Owner",
"description": "owner description",
"properties": {
"id": {
"$ref": "#/definitions/id"
},
"profile_pic_url": {
"$ref": "#/definitions/profile_pic_url"
},
"username": {
"$ref": "#/definitions/username"
}
},
"required": [
"id"
]
},
"created_at": {
"type": "integer",
"title": "Created_at",
"description": "created_at description"
},
"text": {
"type": "string",
"title": "Text",
"description": "text description",
"maxLength": 200
},
"edge_media_to_comment": {
"type": "object",
"title": "Edge_media_to_comment",
"description": "edge_media_to_comment description",
"properties": {
"count": {
"$ref": "#/definitions/count"
},
"page_info": {
"$ref": "#/definitions/page_info"
},
"edges": {
"$ref": "#/definitions/edges"
}
},
"required": [
"count",
"page_info",
"edges"
]
},
"shortcode": {
"type": "string",
"title": "Shortcode",
"description": "shortcode description",
"maxLength": 200
},
"edge_media_to_caption": {
"type": "object",
"title": "Edge_media_to_caption",
"description": "edge_media_to_caption description",
"properties": {
"edges": {
"$ref": "#/definitions/edges"
}
},
"required": [
"edges"
]
},
"edge_media_to_tagged_user": {
"type": "object",
"title": "Edge_media_to_tagged_user",
"description": "edge_media_to_tagged_user description",
"properties": {
"edges": {
"$ref": "#/definitions/edges"
}
},
"required": [
"edges"
]
},
"tracking_token": {
"type": "string",
"title": "Tracking_token",
"description": "tracking_token description",
"maxLength": 200
},
"should_log_client_event": {
"type": "boolean",
"title": "Should_log_client_event",
"description": "should_log_client_event description"
},
"is_video": {
"type": "boolean",
"title": "Is_video",
"description": "is_video description"
},
"config_height": {
"type": "integer",
"title": "Config_height",
"description": "config_height description"
},
"config_width": {
"type": "integer",
"title": "Config_width",
"description": "config_width description"
},
"src": {
"type": "string",
"title": "Src",
"description": "src description",
"maxLength": 200,
"format": "uri"
},
"display_url": {
"type": "string",
"title": "Display_url",
"description": "display_url description",
"maxLength": 200,
"format": "uri"
},
"width": {
"type": "integer",
"title": "Width",
"description": "width description"
},
"height": {
"type": "integer",
"title": "Height",
"description": "height description"
},
"dimensions": {
"type": "object",
"title": "Dimensions",
"description": "dimensions description",
"properties": {
"height": {
"$ref": "#/definitions/height"
},
"width": {
"$ref": "#/definitions/width"
}
},
"required": [
"height",
"width"
]
},
"id": {
"type": "string",
"title": "Id",
"description": "id description",
"maxLength": 200
},
"__typename": {
"type": "string",
"title": "__typename",
"description": "__typename description",
"maxLength": 200
},
"node": {
"type": "object",
"title": "Node",
"description": "node description",
"properties": {
"__typename": {
"$ref": "#/definitions/__typename"
},
"id": {
"$ref": "#/definitions/id"
},
"dimensions": {
"$ref": "#/definitions/dimensions"
},
"display_url": {
"$ref": "#/definitions/display_url"
},
"display_resources": {
"$ref": "#/definitions/display_resources"
},
"is_video": {
"$ref": "#/definitions/is_video"
},
"should_log_client_event": {
"$ref": "#/definitions/should_log_client_event"
},
"tracking_token": {
"$ref": "#/definitions/tracking_token"
},
"edge_media_to_tagged_user": {
"$ref": "#/definitions/edge_media_to_tagged_user"
},
"edge_media_to_caption": {
"$ref": "#/definitions/edge_media_to_caption"
},
"shortcode": {
"$ref": "#/definitions/shortcode"
},
"edge_media_to_comment": {
"$ref": "#/definitions/edge_media_to_comment"
},
"comments_disabled": {
"$ref": "#/definitions/comments_disabled"
},
"taken_at_timestamp": {
"$ref": "#/definitions/taken_at_timestamp"
},
"edge_media_preview_like": {
"$ref": "#/definitions/edge_media_preview_like"
},
"gating_info": {
"$ref": "#/definitions/gating_info"
},
"media_preview": {
"$ref": "#/definitions/media_preview"
},
"owner": {
"$ref": "#/definitions/owner"
},
"thumbnail_src": {
"$ref": "#/definitions/thumbnail_src"
},
"thumbnail_resources": {
"$ref": "#/definitions/thumbnail_resources"
},
"text": {
"$ref": "#/definitions/text"
},
"created_at": {
"$ref": "#/definitions/created_at"
},
"user": {
"$ref": "#/definitions/user"
},
"x": {
"$ref": "#/definitions/x"
},
"y": {
"$ref": "#/definitions/y"
}
}
},
"end_cursor": {
"type": "string",
"title": "End_cursor",
"description": "end_cursor description",
"maxLength": 200
},
"has_next_page": {
"type": "boolean",
"title": "Has_next_page",
"description": "has_next_page description"
},
"page_info": {
"type": "object",
"title": "Page_info",
"description": "page_info description",
"properties": {
"has_next_page": {
"$ref": "#/definitions/has_next_page"
},
"end_cursor": {
"$ref": "#/definitions/end_cursor"
}
},
"required": [
"has_next_page",
"end_cursor"
]
},
"count": {
"type": "integer",
"title": "Count",
"description": "count description"
},
"edge_owner_to_timeline_media": {
"type": "object",
"title": "Edge_owner_to_timeline_media",
"description": "edge_owner_to_timeline_media description",
"properties": {
"count": {
"$ref": "#/definitions/count"
},
"page_info": {
"$ref": "#/definitions/page_info"
},
"edges": {
"$ref": "#/definitions/edges"
}
},
"required": [
"count",
"page_info",
"edges"
]
},
"user": {
"type": "object",
"title": "User",
"description": "user description",
"properties": {
"edge_owner_to_timeline_media": {
"$ref": "#/definitions/edge_owner_to_timeline_media"
},
"username": {
"$ref": "#/definitions/username"
},
"id": {
"$ref": "#/definitions/id"
}
}
},
"edges_item_object": {
"type": "object",
"title": "Edges_item_object",
"description": "edges_item_object description",
"properties": {
"node": {
"$ref": "#/definitions/node"
}
},
"required": [
"node"
]
},
"edges": {
"type": "array",
"title": "Edges",
"description": "edges description",
"items": {
"$ref": "#/definitions/edges_item_object"
}
},
"display_resources_item_object": {
"type": "object",
"title": "Display_resources_item_object",
"description": "display_resources_item_object description",
"properties": {
"src": {
"$ref": "#/definitions/src"
},
"config_width": {
"$ref": "#/definitions/config_width"
},
"config_height": {
"$ref": "#/definitions/config_height"
}
},
"required": [
"src",
"config_width",
"config_height"
]
},
"display_resources": {
"type": "array",
"title": "Display_resources",
"description": "display_resources description",
"items": {
"$ref": "#/definitions/display_resources_item_object"
}
},
"thumbnail_resources": {
"type": "array",
"title": "Thumbnail_resources",
"description": "thumbnail_resources description",
"items": {
"$ref": "#/definitions/display_resources_item_object"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment