|
118 | 118 | "description": "A simple Thing Description using CoAP. The target resource is specified in the Thing Description by the href member of a form and the request method (e.g., GET, PUT, POST, or DELETE) is specified using the cov:method member of a form.", |
119 | 119 | "path": "https://raw.githubusercontent.com/eclipse-thingweb/playground/master/examples/td/5-protocols/CoAP-simple-td-no-defaults.td.jsonld" |
120 | 120 | }, |
| 121 | + "extended-forms-multiple-op.td.jsonld": { |
| 122 | + "title": "Extended Forms Multiple op", |
| 123 | + "description": "In the case of a forms entry that has multiple op values the usage of the htv:methodName is not permitted. A TD Processor will extend the multiple op values to separate forms entries and associates a single operation with the default assumption.", |
| 124 | + "path": "https://raw.githubusercontent.com/eclipse-thingweb/playground/master/examples/td/5-protocols/extended-forms-multiple-op.td.jsonld" |
| 125 | + }, |
121 | 126 | "HTTP-readproperty.td.jsonld": { |
122 | 127 | "title": "HTTP readproperty", |
123 | 128 | "description": "This example shows the binding of the readproperty operation for the HTTP.", |
|
143 | 148 | "description": "This example shows the minimal set of terms to configure a single coil reading using Modbus. Notice that the unitID is contained in the href as the first element of the path.", |
144 | 149 | "path": "https://raw.githubusercontent.com/eclipse-thingweb/playground/master/examples/td/5-protocols/Modbus-single-coil.td.jsonld" |
145 | 150 | }, |
146 | | - "extended-forms-multiple-op.td.jsonld": { |
147 | | - "title": "Extended Forms Multiple op", |
148 | | - "description": "In the case of a forms entry that has multiple op values the usage of the htv:methodName is not permitted. A TD Processor will extend the multiple op values to separate forms entries and associates a single operation with the default assumption.", |
149 | | - "path": "https://raw.githubusercontent.com/eclipse-thingweb/playground/master/examples/td/5-protocols/extended-forms-multiple-op.td.jsonld" |
150 | | - }, |
151 | 151 | "subprotocol-longpoll.td.jsonld": { |
152 | 152 | "title": "Subprotocol Longpoll", |
153 | 153 | "description": "protocols may have defined Subprotocols that can be used for some interaction types. For example, to receive asynchronous notifications using HTTP, some servers may support long polling.", |
|
158 | 158 | "6-security-schemas": { |
159 | 159 | "description": "This category contains various examples concerning the different types of security schemas that could/should be used for a Thing Description, as well as the different ways to combine multiple security schemes.", |
160 | 160 | "examples": { |
161 | | - "OAuth2-scopes.td.jsonld": { |
162 | | - "title": "OAuth2 Scopes", |
163 | | - "description": "OAuth 2.0 makes use of scopes. These are identifiers that may appear in tokens and must match with corresponding identifiers in a resource to allow access to that resource.", |
164 | | - "path": "https://raw.githubusercontent.com/eclipse-thingweb/playground/master/examples/td/6-security-schemas/OAuth2-scopes.td.jsonld" |
165 | | - }, |
166 | 161 | "apikey-in-body-simplified.td.jsonld": { |
167 | 162 | "title": "Apikey In Body Simplified", |
168 | 163 | "description": "It is possbile to simplify how security parameters are included in the payload by using the feature that the location referenced by a JSON pointer in a body location will be automatically inserted if it does not exist.", |
|
212 | 207 | "title": "noSec Security", |
213 | 208 | "description": "Security configuration in the TD is mandatory, therefore the nosec security scheme is provided for the case that no security is needed.", |
214 | 209 | "path": "https://raw.githubusercontent.com/eclipse-thingweb/playground/master/examples/td/6-security-schemas/noSec-security.td.jsonld" |
| 210 | + }, |
| 211 | + "OAuth2-scopes.td.jsonld": { |
| 212 | + "title": "OAuth2 Scopes", |
| 213 | + "description": "OAuth 2.0 makes use of scopes. These are identifiers that may appear in tokens and must match with corresponding identifiers in a resource to allow access to that resource.", |
| 214 | + "path": "https://raw.githubusercontent.com/eclipse-thingweb/playground/master/examples/td/6-security-schemas/OAuth2-scopes.td.jsonld" |
215 | 215 | } |
216 | 216 | } |
217 | 217 | }, |
|
0 commit comments