{"id":1609,"date":"2020-07-09T17:32:31","date_gmt":"2020-07-09T12:02:31","guid":{"rendered":"https:\/\/binaryterms.com\/?p=1609"},"modified":"2021-01-18T11:06:37","modified_gmt":"2021-01-18T05:36:37","slug":"sequence-model","status":"publish","type":"post","link":"https:\/\/binaryterms.com\/sequence-model.html","title":{"rendered":"Sequence Model"},"content":{"rendered":"<p>A <strong>sequence model<\/strong> elaborates a use case and describes the interaction between the objects in a sequence over a period of time. Sequence model conceptualizes the interaction between the objects by displaying the exchange of messages between them over time.<\/p>\n<p>The sequential model describes how the system parts interact to execute a use case and get a function done. In this section, we will be discussing, the sequence model in brief with the help of examples. So, let\u2019s start.<\/p>\n<h2>Content: Sequence Model<\/h2>\n<ol>\n<li><a href=\"#WhatisSequenceModel?\">What is Sequence Model?<\/a><\/li>\n<li><a href=\"#SequenceDiagram\">Sequence Diagram<\/a><\/li>\n<li><a href=\"#AdvantagesofSequenceModel\">Advantages of Sequence Model<\/a><\/li>\n<li><a href=\"#KeyTakeaways\">Key Takeaways<\/a><\/li>\n<\/ol>\n<p><a name=\"WhatisSequenceModel?\"><\/a><\/p>\n<h3>What is Sequence Model?<\/h3>\n<p>Sequence model is a behavioural model which shows a sequence of behaviour shown by the system to the user to execute a particular use case. This behavioural sequence is shown by the exchange of messages between the set of objects.<\/p>\n<p>The messages that are shared by the objects can be procedural calls or asynchronous signals which are useful for the execution of the particular function in the system. Sequence model can be modelled in two ways the one form is the <strong>scenario<\/strong> and the other and more structured form is the <strong>sequence diagram<\/strong>.<\/p>\n<p><strong>Scenario<\/strong><\/p>\n<p>Scenario the word itself defines that it includes the written description of the details of an individual function. In term of sequence model, a scenario is the series of events that occurs in order over a period of time to execute a particular functionality of the system.<\/p>\n<p>Well, it depends whether a scenario includes all events of the system or only those which are invoked by the object for the execution of a particular use case.<\/p>\n<p>The scenario is helpful in two ways. While modifying a system, developers can refer to the scenario as a set of sequential historical events executing the actual system. Or while developing a new system, developers refer scenario as a set of events that would be required to execute a proposed system.<\/p>\n<p>To understand the concept of scenario lets take an example where the scenario is the session with an online stock broker. The sequence of events that occur during this session is enclosed in the scenario.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1611\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Scenario-Sequence-Model.jpg\" alt=\"Scenario- Sequence Model\" width=\"407\" height=\"341\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Scenario-Sequence-Model.jpg 407w, https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Scenario-Sequence-Model-300x251.jpg 300w\" sizes=\"auto, (max-width: 407px) 100vw, 407px\" \/><\/p>\n<p>Now, you can discover that the scenario displayed in the figure above is a high-level interaction. As the first event of the scenario which is John Doe logs in, itself has several messages to be exchanged between the Jhon and system. Like, the system asks for user name and password, Jhon then puts the user name and password, the system verifies the identification and then allow John to log in.<\/p>\n<p>But, in the early stages, developers frame the scenario at a high level and then in later stages of development they concentrate on detailing of the events. The scenario includes exchanged messages and also the operations performed by the objects<\/p>\n<p>So, first, the developers discover the objects that need to interact to execute an event. Between the interacting objects, the developers have to decide who will be the sender and the receiver of the message along with the sequence in which messages will be exchanged. After all this, operations are added for the internal computation and then the scenario is turned down to the code.<\/p>\n<p>The next sequence model is a sequence diagram that is far more explanatory and well-structured which we are discussing in the section below.<br \/>\n<a name=\"SequenceDiagram\"><\/a><\/p>\n<h3>Sequence Diagram<\/h3>\n<p>We have seen that the scenario is a written description of the interaction between the set of objects and is in text format. This makes it a little difficult to recognize the sender and receiver of the message. When there are more than two objects it becomes even more difficult to identify the sender and receiver from the interacting objects.<\/p>\n<p>The sequence diagram clearly displays the sender and receiver of the message and also the sequence of the messages exchanged which provide a clear vision of the interaction between them. Thereby the sequence diagram reveals how the actors interact with the system to execute all or part of the use case.<\/p>\n<p>Sequence diagram has components like:<\/p>\n<ul>\n<li>The actor which are the entities that interact with the system or are external to the system.<\/li>\n<li>Lifeline shows the amount of time spent by an actor or system during the interaction.<\/li>\n<li>The message is the information sent by the sender to the receiver. The message is represented by a horizontal arrow in the sequence diagram where the arrowhead is towards the receiver of the message.<\/li>\n<li>Messages can be synchronous which means the sender waits for the receiver to process the sent message before proceeding further.<\/li>\n<li>Messages can be asynchronous where the sender proceeds without waiting for the receiver to complete the processing of the sent message.<\/li>\n<\/ul>\n<p>The figure below shows the sequence diagram for the scenario that we have discussed above of a stock broker.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1612\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Sequence-Diagram-Sequence-Model.jpg\" alt=\"Sequence Diagram - Sequence Model\" width=\"565\" height=\"532\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Sequence-Diagram-Sequence-Model.jpg 565w, https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Sequence-Diagram-Sequence-Model-300x282.jpg 300w\" sizes=\"auto, (max-width: 565px) 100vw, 565px\" \/><\/p>\n<p>It is not compulsory that you should describe a use case in a single sequence diagram. It\u2019s always better to show a portion of the use case, in a sequence diagram as large-scale interactions may have several independent tasks that could be combined in many ways.<\/p>\n<p>So, instead of getting it messy by repeating the messages, we can implement a separate sequence diagram for each task. Like the figure below shows the sequence diagram for two independent tasks stock purchase and stock quote.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1613\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Sequence-Diagram-Sequence-Model-1.jpg\" alt=\"Sequence Diagram - Sequence Model 1\" width=\"569\" height=\"308\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Sequence-Diagram-Sequence-Model-1.jpg 569w, https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Sequence-Diagram-Sequence-Model-1-300x162.jpg 300w\" sizes=\"auto, (max-width: 569px) 100vw, 569px\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1614\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Sequence-Diagram-Sequence-Model-2.jpg\" alt=\"Sequence Diagram - Sequence Model 2\" width=\"533\" height=\"293\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Sequence-Diagram-Sequence-Model-2.jpg 533w, https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Sequence-Diagram-Sequence-Model-2-300x165.jpg 300w\" sizes=\"auto, (max-width: 533px) 100vw, 533px\" \/><\/p>\n<p>Definitely, every use case would have an exceptional condition for which a separate sequence diagram should be implemented. Like the sequence diagram below shows the exceptional case where a purchasing of the stock fails.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1615\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Sequence-Diagram-Sequence-Model-3.jpg\" alt=\"Sequence Diagram - Sequence Model 3\" width=\"534\" height=\"256\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Sequence-Diagram-Sequence-Model-3.jpg 534w, https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Sequence-Diagram-Sequence-Model-3-300x144.jpg 300w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/><\/p>\n<p><a name=\"AdvantagesofSequenceModel\"><\/a><\/p>\n<h3>Advantages of Sequence Model<\/h3>\n<p>The advantages of sequence mode are as follow:<\/p>\n<ol>\n<li>Sequence model figures out the interaction between the user and system considering the time parameter.<\/li>\n<li>Sequence model eases the developers to understand the complicated functions of the proposed system or to document the existing system.<\/li>\n<li>Sequence model models the logic of complicated function in a graphical representation.<\/li>\n<li>Sequence model shows details the user and system interaction.<\/li>\n<\/ol>\n<h3>Key Takeaways<\/h3>\n<div id=\"keytake\">\n<ul>\n<li>Sequence model elaborates the uses case.<\/li>\n<li>Sequence model describes the communication between the set of objects.<\/li>\n<li>Sequence diagram expresses the high-level interaction.<\/li>\n<li>Sequence model is of two kinds scenario and sequence diagram.<\/li>\n<li>The scenario is the written description of the events generated by the objects.<\/li>\n<li>A sequence diagram shows the participation of each actor in the interaction.<\/li>\n<li>Sequence diagram displays the interaction by the exchange of messages between the sender and receiver.<\/li>\n<li>Sequence diagram displays the exchange of messages in an order in which they are exchanged.<\/li>\n<\/ul>\n<\/div>\n<p>So, this is all about the sequence model which helps the developers to understand the requirements of the proposed model and also helps the developers to document the already existing system.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A sequence model elaborates a use case and describes the interaction between the objects in a sequence over a period of time. Sequence model conceptualizes the interaction between the objects by displaying the exchange of messages between them over time. The sequential model describes how the system parts interact to execute a use case and [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[10],"tags":[],"class_list":{"0":"post-1609","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-oot","7":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is Sequence Model? Scenario, Sequence Diagram - Binary Terms<\/title>\n<meta name=\"description\" content=\"A sequence model elaborates a use case and describes the interaction between the objects in a sequence over a period of time. Sequence model conceptualizes the interaction between the objects by displaying the exchange of messages between them over time.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/binaryterms.com\/sequence-model.html\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Sequence Model? Scenario, Sequence Diagram - Binary Terms\" \/>\n<meta property=\"og:description\" content=\"A sequence model elaborates a use case and describes the interaction between the objects in a sequence over a period of time. Sequence model conceptualizes the interaction between the objects by displaying the exchange of messages between them over time.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/binaryterms.com\/sequence-model.html\" \/>\n<meta property=\"og:site_name\" content=\"Binary Terms\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-09T12:02:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-18T05:36:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Scenario-Sequence-Model.jpg\" \/>\n<meta name=\"author\" content=\"Neha T\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Neha T\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/binaryterms.com\/sequence-model.html#article\",\"isPartOf\":{\"@id\":\"https:\/\/binaryterms.com\/sequence-model.html\"},\"author\":{\"name\":\"Neha T\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe\"},\"headline\":\"Sequence Model\",\"datePublished\":\"2020-07-09T12:02:31+00:00\",\"dateModified\":\"2021-01-18T05:36:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/binaryterms.com\/sequence-model.html\"},\"wordCount\":1105,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/binaryterms.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/sequence-model.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Scenario-Sequence-Model.jpg\",\"articleSection\":[\"Object Oriented Technology\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/binaryterms.com\/sequence-model.html#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/binaryterms.com\/sequence-model.html\",\"url\":\"https:\/\/binaryterms.com\/sequence-model.html\",\"name\":\"What is Sequence Model? Scenario, Sequence Diagram - Binary Terms\",\"isPartOf\":{\"@id\":\"https:\/\/binaryterms.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/binaryterms.com\/sequence-model.html#primaryimage\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/sequence-model.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Scenario-Sequence-Model.jpg\",\"datePublished\":\"2020-07-09T12:02:31+00:00\",\"dateModified\":\"2021-01-18T05:36:37+00:00\",\"description\":\"A sequence model elaborates a use case and describes the interaction between the objects in a sequence over a period of time. Sequence model conceptualizes the interaction between the objects by displaying the exchange of messages between them over time.\",\"breadcrumb\":{\"@id\":\"https:\/\/binaryterms.com\/sequence-model.html#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/binaryterms.com\/sequence-model.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/binaryterms.com\/sequence-model.html#primaryimage\",\"url\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Scenario-Sequence-Model.jpg\",\"contentUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Scenario-Sequence-Model.jpg\",\"width\":407,\"height\":341,\"caption\":\"Scenario- Sequence Model\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/binaryterms.com\/sequence-model.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/binaryterms.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sequence Model\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/binaryterms.com\/#website\",\"url\":\"https:\/\/binaryterms.com\/\",\"name\":\"Binary Terms\",\"description\":\"The Computer Science &amp; IT Guide\",\"publisher\":{\"@id\":\"https:\/\/binaryterms.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/binaryterms.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/binaryterms.com\/#organization\",\"name\":\"Binary Terms\",\"url\":\"https:\/\/binaryterms.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png\",\"contentUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png\",\"width\":400,\"height\":63,\"caption\":\"Binary Terms\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe\",\"name\":\"Neha T\",\"url\":\"https:\/\/binaryterms.com\/author\/author\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Sequence Model? Scenario, Sequence Diagram - Binary Terms","description":"A sequence model elaborates a use case and describes the interaction between the objects in a sequence over a period of time. Sequence model conceptualizes the interaction between the objects by displaying the exchange of messages between them over time.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/binaryterms.com\/sequence-model.html","og_locale":"en_GB","og_type":"article","og_title":"What is Sequence Model? Scenario, Sequence Diagram - Binary Terms","og_description":"A sequence model elaborates a use case and describes the interaction between the objects in a sequence over a period of time. Sequence model conceptualizes the interaction between the objects by displaying the exchange of messages between them over time.","og_url":"https:\/\/binaryterms.com\/sequence-model.html","og_site_name":"Binary Terms","article_published_time":"2020-07-09T12:02:31+00:00","article_modified_time":"2021-01-18T05:36:37+00:00","og_image":[{"url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Scenario-Sequence-Model.jpg","type":"","width":"","height":""}],"author":"Neha T","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Neha T","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/binaryterms.com\/sequence-model.html#article","isPartOf":{"@id":"https:\/\/binaryterms.com\/sequence-model.html"},"author":{"name":"Neha T","@id":"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe"},"headline":"Sequence Model","datePublished":"2020-07-09T12:02:31+00:00","dateModified":"2021-01-18T05:36:37+00:00","mainEntityOfPage":{"@id":"https:\/\/binaryterms.com\/sequence-model.html"},"wordCount":1105,"commentCount":0,"publisher":{"@id":"https:\/\/binaryterms.com\/#organization"},"image":{"@id":"https:\/\/binaryterms.com\/sequence-model.html#primaryimage"},"thumbnailUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Scenario-Sequence-Model.jpg","articleSection":["Object Oriented Technology"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/binaryterms.com\/sequence-model.html#respond"]}]},{"@type":"WebPage","@id":"https:\/\/binaryterms.com\/sequence-model.html","url":"https:\/\/binaryterms.com\/sequence-model.html","name":"What is Sequence Model? Scenario, Sequence Diagram - Binary Terms","isPartOf":{"@id":"https:\/\/binaryterms.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/binaryterms.com\/sequence-model.html#primaryimage"},"image":{"@id":"https:\/\/binaryterms.com\/sequence-model.html#primaryimage"},"thumbnailUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Scenario-Sequence-Model.jpg","datePublished":"2020-07-09T12:02:31+00:00","dateModified":"2021-01-18T05:36:37+00:00","description":"A sequence model elaborates a use case and describes the interaction between the objects in a sequence over a period of time. Sequence model conceptualizes the interaction between the objects by displaying the exchange of messages between them over time.","breadcrumb":{"@id":"https:\/\/binaryterms.com\/sequence-model.html#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/binaryterms.com\/sequence-model.html"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/binaryterms.com\/sequence-model.html#primaryimage","url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Scenario-Sequence-Model.jpg","contentUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/07\/Scenario-Sequence-Model.jpg","width":407,"height":341,"caption":"Scenario- Sequence Model"},{"@type":"BreadcrumbList","@id":"https:\/\/binaryterms.com\/sequence-model.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/binaryterms.com\/"},{"@type":"ListItem","position":2,"name":"Sequence Model"}]},{"@type":"WebSite","@id":"https:\/\/binaryterms.com\/#website","url":"https:\/\/binaryterms.com\/","name":"Binary Terms","description":"The Computer Science &amp; IT Guide","publisher":{"@id":"https:\/\/binaryterms.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/binaryterms.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/binaryterms.com\/#organization","name":"Binary Terms","url":"https:\/\/binaryterms.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/","url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png","contentUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png","width":400,"height":63,"caption":"Binary Terms"},"image":{"@id":"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe","name":"Neha T","url":"https:\/\/binaryterms.com\/author\/author"}]}},"_links":{"self":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/1609","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/comments?post=1609"}],"version-history":[{"count":2,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/1609\/revisions"}],"predecessor-version":[{"id":2177,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/1609\/revisions\/2177"}],"wp:attachment":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/media?parent=1609"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/categories?post=1609"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/tags?post=1609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}