Skip to content

Commit 51d8f2a

Browse files
authored
Merge pull request #577 from relu91/partial-td
Agreed in arch call on 28.1. : Introduce Partial TD definition
2 parents 5a9cb58 + b939bd5 commit 51d8f2a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,18 @@ <h1>Terminology</h1>
604604
capabilities. It describes the <a>Properties</a>, <a>Actions</a>, and <a>Events</a> and common metadata that are
605605
shared for an entire group of <a>Things</a>. Compared to a Thing Description, a Thing Model does not contain enough
606606
information to identify or interact with a Thing instance.</dd>
607+
<dt>
608+
<dt>
609+
<dfn>Partial TD</dfn>
610+
</dt>
611+
<dd>
612+
A <a>Partial TD</a> is an object that follows the same hierarchical structure of the <a>TD</a> information model,
613+
but it may not contain all the mandatory elements.
614+
<p class="note">
615+
A <a>Partial TD</a> is used in <a>WoT Scripting API</a> as an input for the creation of <a>Exposed Things</a>.
616+
See the <a href="https://www.w3.org/TR/2020/NOTE-wot-scripting-api-20201124/#the-produce-method">produce</a> method for more details.
617+
</p>
618+
</dd>
607619
<dt>
608620
<dfn>Transfer Protocol</dfn>
609621
</dt>

0 commit comments

Comments
 (0)