|
150 | 150 | publisher: "W3C", |
151 | 151 | date: "July 2021" |
152 | 152 | }, |
153 | | - "WOT-BINDINGS-REGISTRY": { |
154 | | - title: "Web of Things (WoT) Bindings Registry", |
155 | | - //, href: "https://www.w3.org/TR/wot-bindings-registry/" |
156 | | - href: "https://w3c.github.io/wot-bindings-registry/", |
157 | | - authors: ["TODO"], //TODO: sync authors |
| 153 | + "WOT-BINDING-REGISTRY": { |
| 154 | + title: "Web of Things (WoT) Binding Registry", |
| 155 | + //, href: "https://www.w3.org/TR/wot-binding-registry/" |
| 156 | + href: "https://w3c.github.io/wot-binding-registry/", |
| 157 | + authors: ["Ege Korkan"], |
158 | 158 | publisher: "W3C", |
159 | 159 | date: "TODO" //TODO: Add publication date |
160 | 160 | }, |
@@ -789,7 +789,7 @@ <h2>Terminology</h2> |
789 | 789 | <dt><dfn id="dfn-binding-specification">Binding Specification</dfn></dt> |
790 | 790 | <dd> |
791 | 791 | A binding specification is a document that specifies a binding for a protocol, a payload format, or both. All |
792 | | - bindings follow the rules of the WoT Bindings Registry [[WOT-BINDINGS-REGISTRY]]. |
| 792 | + bindings follow the rules of the WoT Binding Registry [[WOT-BINDING-REGISTRY]]. |
793 | 793 | </dd> |
794 | 794 | <dt><dfn id="dfn-binding-instance">Binding Instance</dfn></dt> |
795 | 795 | <dd> |
@@ -1513,8 +1513,8 @@ <h2>Data Schema Vocabulary Definitions</h2> |
1513 | 1513 | <p> |
1514 | 1514 | In a TD, concrete data formats are specified in Forms (see <a href="#form"></a>) using content types. When |
1515 | 1515 | the value of a content type in an instance of the Form is <code>application/json</code>, the data schema can |
1516 | | - be processed directly by JSON Schema processors. Otherwise, entries in Web of Things (WoT) Bindings Registry |
1517 | | - [[?WOT-BINDINGS-REGISTRY]] define available mappings from data schemas to other content types such as XML |
| 1516 | + be processed directly by JSON Schema processors. Otherwise, entries in Web of Things (WoT) Binding Registry |
| 1517 | + [[?WOT-BINDING-REGISTRY]] define available mappings from data schemas to other content types such as XML |
1518 | 1518 | [[?xml]]. If the content type in an instance of the Form is not <code>application/json</code> and if no |
1519 | 1519 | mapping is defined for the content type, specifying a data schema does not make sense for the content type. |
1520 | 1520 | </p> |
@@ -5475,7 +5475,7 @@ <h3>Adding Bindings</h3> |
5475 | 5475 |
|
5476 | 5476 | <p> |
5477 | 5477 | With the <a>TD Context Extensions</a> in a Thing Description, the communication metadata can be supplemented |
5478 | | - via <a>Binding Specifications</a> from the WoT Bindings Registry [[WOT-BINDINGS-REGISTRY]], which are added |
| 5478 | + via <a>Binding Specifications</a> from the WoT Binding Registry [[WOT-BINDING-REGISTRY]], which are added |
5479 | 5479 | through additional <a>Vocabulary Terms</a> serialized into JSON objects representing a |
5480 | 5480 | <code>Form</code> instance. Please see <a href="#bindings"></a> for further information. |
5481 | 5481 | </p> |
@@ -5596,7 +5596,7 @@ <h2>Bindings</h2> |
5596 | 5596 | In summary, Bindings enable a Thing Description to be adapted to a specific protocol, data payload formats or |
5597 | 5597 | both in specific ways. This is done through URI Schemes, additional descriptive vocabularies, Thing Models and |
5598 | 5598 | examples that aim to guide the implementors of Things and Consumers alike. This section explains the overall |
5599 | | - mechanism and gives basic guidance on creating new Bindings. The [[WOT-BINDINGS-REGISTRY]] contains a registry |
| 5599 | + mechanism and gives basic guidance on creating new Bindings. The [[WOT-BINDING-REGISTRY]] contains a registry |
5600 | 5600 | (list) of existing Bindings as well the requirements to follow to register new entries to the registry. |
5601 | 5601 | </p> |
5602 | 5602 |
|
@@ -5751,7 +5751,7 @@ <h5>Protocol Bindings</h5> |
5751 | 5751 |
|
5752 | 5752 | <p> |
5753 | 5753 | In some cases, header options or other parameters of the protocols need to be included. Given that these are |
5754 | | - highly protocol dependent, please refer to the bindings listed in [[[WOT-BINDINGS-REGISTRY]]]. Additionally, |
| 5754 | + highly protocol dependent, please refer to the bindings listed in [[[WOT-BINDING-REGISTRY]]]. Additionally, |
5755 | 5755 | protocols may have defined Subprotocols that can be used for some interaction types. For example, to receive |
5756 | 5756 | asynchronous notifications using HTTP, some servers may support long polling (<code>longpoll</code>), WebSub |
5757 | 5757 | [[WebSub]] (<code>websub</code>) and Server-Sent Events [[eventsource]] (<code>sse</code>). |
|
0 commit comments