Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean Up 3-wd #372

Merged
merged 12 commits into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}, {
name : "Farshid Tavakolizadeh",
w3cid : "122520",
company : "Fraunhofer-Gesellschaft",
company : "formerly Fraunhofer-Gesellschaft, currently Invited Expert",
mmccool marked this conversation as resolved.
Show resolved Hide resolved
companyURL : "https://www.fraunhofer.de/"
}, {
name : "Kunihiko Toumura",
Expand Down Expand Up @@ -1157,9 +1157,11 @@ <h2>Thing Description Directory</h2>

<section id="exploration-directory-info" class="normative">
<h3>Information Model</h3>
<!-- Done?
<p class="ednote" title="Directory Information Model">
To Do: Formal definition of information contained in a directory and its organization.
</p>
-->

As shown in [[[#exploration-class-diagram]]],
the <a>Thing Description Directory</a> can contain zero or more <a>TDs</a>.
Expand Down Expand Up @@ -1356,11 +1358,13 @@ <h3>Directory Service API</h3>
set in the HTTP request [[RFC7231]].</span>
</p>

<!-- Deferred
<p class="issue" data-number="150">
There are currently no WoT-specific error classes. In the meantime,
the Problem Details error responses may omit the `type` field which defaults
to "about:blank" and set `title` to the HTTP status text.
</p>
-->

<p>
The APIs set the HTTP status codes as defined in
Expand Down Expand Up @@ -1577,9 +1581,6 @@ <h4>Creation</h4>
In particular, if `ttl` (relative expiry) is given during the creation,
such servers will calculate and store the `expires` value.
</p>

<p class="issue" data-number="48">
</p>
</section>

<section id="exploration-directory-api-things-retrieval" class="normative">
Expand Down Expand Up @@ -2087,10 +2088,12 @@ <h4>Validation</h4>
]
}
</pre>
<!-- Deferred
<p class="issue" data-number="150">
This example skips the `type` field
due to the current lack of WoT-specific error types.
</p>
-->
</aside>


Expand Down Expand Up @@ -2165,10 +2168,11 @@ <h4>Events API</h4>
get multiplexed on a single connection.
</p>


<!-- Defer
<div class="issue" data-number="176">
Event filtering based on the payload is work in progress.
</div>
-->
</dd>
<dt>Event Data</dt>
<dd>
Expand Down Expand Up @@ -2323,6 +2327,7 @@ <h4>Search API</h4>

<section id="jsonpath-semantic" class="informative">
<h4>Syntactic search: JSONPath</h4>
<!-- Defer
<div class="issue" data-number="234">
The standardization of JSONPath expressions is in progress by an independent working group.
This section remains non-normative until the release of final
Expand All @@ -2331,6 +2336,7 @@ <h4>Syntactic search: JSONPath</h4>
as unstable and expect deviations across
<a>Thing Description Directory</a> implementations.
</div>
-->
Support for JSONPath Search API is optional.
If implemented, the JSONPath API must allow searching TDs using an HTTP <code>GET</code> request
at `/search/jsonpath?query={query}` endpoint, where `query` is the JSONPath expression.
Expand Down Expand Up @@ -2405,10 +2411,12 @@ <h4>API Specification (Thing Model)</h1>
<div data-include='directory.tm.json'></div>
</pre>

<!-- Defer
<p class="issue" data-number="82">
Need to confirm if equivalent OpenAPI spec can be easily created out of the TM.
If yes, a sentence may be added indicating this possibility.
</p>
-->
<p class="ednote" title="Context URIs">
The context URIs are tentative and subject to change.
</p>
Expand Down Expand Up @@ -2940,7 +2948,7 @@ <h2>CoRE Resource Types Registration</h2>
Link Target Attribute Values sub-registry of the Constrained Restful Environments (CoRE)
Parameters registry defined in [[RFC6690]].
</p>
<table>
<table class="def">
<thead>
<tr>
<th>Value</th>
Expand Down
Loading