Skip to content

Commit

Permalink
fixed commit ahead
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCimminoArriaga committed Aug 31, 2020
1 parent bd8e7c9 commit 0e0360f
Show file tree
Hide file tree
Showing 19 changed files with 91 additions and 0 deletions.
Empty file modified .pr-preview.json
100644 → 100755
Empty file.
Empty file modified LICENSE.md
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified USE-CASES/README.md
100644 → 100755
Empty file.
Empty file modified background.md
100644 → 100755
Empty file.
91 changes: 91 additions & 0 deletions directory-search.td.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"@context": "https://www.w3.org/2019/wot/td/v1",
"@type": "Directory",
"title": "Thing Description Directory (TDD)",
"version": {
"instance": "1.0.0-alpha"
},
"securityDefinitions": {
"oauth2_code": {
"scheme": "oauth2",
"flow": "code",
"authorization": "https://auth.example.com/authorization",
"token": "https://auth.example.com/token",
"scopes": [
"write",
"read",
"search"
]
}
},
"security": "oauth2_code",
"base": "https://tdd.example.com",
"actions": {
"jsonpathSearch": {
"description": "Filters the Thing Descriptions using a JSONPath expression",
"uriVariables": {
"jsonpath": {
"title": "A JSONPath expression",
"type": "string",
"format": "iri-reference"
}
},
"forms": [
{
"href": "/search/{jsonpath}",
"htv:methodName": "GET",
"response": {
"description": "Success response",
"htv:statusCodeValue": 200,
"contentType": "application/json"
},
"scopes": "read"
}
]
},
"xpathSearch": {
"description": "Filters the Thing Descriptions using a XPath expression",
"uriVariables": {
"xpath": {
"title": "A XPath expression",
"type": "string",
"format": "iri-reference"
}
},
"forms": [
{
"href": "/search/{xpath}",
"htv:methodName": "GET",
"response": {
"description": "Success response",
"htv:statusCodeValue": 200,
"contentType": "application/json"
},
"scopes": "read"
}
]
},
"semanticSearch": {
"description": "Filters the Thing Descriptions using a SPARQL query",
"uriVariables": {
"sparql": {
"title": "A XPath expression",
"type": "string",
"format": "iri-reference"
}
},
"forms": [
{
"href": "/search/{sparql}",
"htv:methodName": "GET",
"response": {
"description": "Success response",
"htv:statusCodeValue": 200,
"contentType": "application/json"
},
"scopes": "read"
}
]
}
}
}
Empty file modified presentations/2020-03-16-Vorto_WoT.pdf
100644 → 100755
Empty file.
Empty file modified presentations/2020-03-16-WoT_Discovery_Framework.pdf
100644 → 100755
Empty file.
Empty file modified presentations/2020-03-16-WoT_Discovery_Framework.pptx
100644 → 100755
Empty file.
Empty file modified presentations/2020-03-18-WoT-EdgeX-Conexxus-PoC.pdf
100644 → 100755
Empty file.
Empty file modified presentations/2020-03-18-WoT-EdgeX-Conexxus-PoC.pptx
100644 → 100755
Empty file.
Empty file modified presentations/README.md
100644 → 100755
Empty file.
Empty file modified prior-work/tdir.pdf
100644 → 100755
Empty file.
Empty file modified prior.md
100644 → 100755
Empty file.
Empty file modified proposals/README.md
100644 → 100755
Empty file.
Empty file modified proposals/directory.md
100644 → 100755
Empty file.
Empty file modified references.md
100644 → 100755
Empty file.
Empty file modified requirements.md
100644 → 100755
Empty file.
Empty file modified w3c.json
100644 → 100755
Empty file.

0 comments on commit 0e0360f

Please sign in to comment.