Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz committed Dec 29, 2020
1 parent 355f6fc commit e84006f
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions apidoc/openapi-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,11 +374,11 @@ components:
"properties": {
"status": {
"forms": [
{
"op": ["readproperty"],
"href": "https://example.com/status",
"contentType": "text/html"
}
{
"op": ["readproperty"],
"href": "https://example.com/status",
"contentType": "text/html"
}
]
}
},
Expand All @@ -396,11 +396,11 @@ components:
"properties": {
"status": {
"forms": [
{
"op": ["readproperty"],
"href": "https://example.com/status",
"contentType": "text/html"
}
{
"op": ["readproperty"],
"href": "https://example.com/status",
"contentType": "text/html"
}
]
}
},
Expand All @@ -415,25 +415,25 @@ components:
"@context": "https://linksmart.eu/thing-directory/context.jsonld",
"@type": "Catalog",
"items":[
{
"@context": "https://www.w3.org/2019/wot/td/v1",
"id": "urn:example:1234",
"title": "ExampleSensor",
"properties": {
"status": {
"forms": [
{
"op": ["readproperty"],
"href": "https://example.com/status",
"contentType": "text/html"
{
"@context": "https://www.w3.org/2019/wot/td/v1",
"id": "urn:example:1234",
"title": "ExampleSensor",
"properties": {
"status": {
"forms": [
{
"op": ["readproperty"],
"href": "https://example.com/status",
"contentType": "text/html"
}
]
}
]
},
"security": ["nosec_sc"],
"securityDefinitions": {"nosec_sc":{"scheme":"nosec"}
}
},
"security": ["nosec_sc"],
"securityDefinitions": {"nosec_sc":{"scheme":"nosec"}
}
}
],
"page": 1,
"perPage": 100,
Expand Down

0 comments on commit e84006f

Please sign in to comment.