Skip to content

Commit

Permalink
fix!: use correct property names in TDD Thing Description
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Nov 26, 2024
1 parent e980d78 commit 7b55dcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tdd/data/tdd-description.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
}
},
"properties": {
"retrieveTD": {
"retrieveThing": {
"description": "Retrieve a Thing Description",
"uriVariables": {
"id": {
Expand Down Expand Up @@ -168,7 +168,7 @@
}
]
},
"retrieveTDs": {
"things": {
"description": "Retrieve Thing Descriptions in batch",
"uriVariables": {
"format": {
Expand Down
4 changes: 2 additions & 2 deletions tdd/tests/data/tdd-description.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
}
},
"properties": {
"retrieveTD": {
"retrieveThing": {
"description": "Retrieve a Thing Description",
"uriVariables": {
"id": {
Expand Down Expand Up @@ -168,7 +168,7 @@
}
]
},
"retrieveTDs": {
"things": {
"description": "Retrieve Thing Descriptions in batch",
"uriVariables": {
"format": {
Expand Down

0 comments on commit 7b55dcf

Please sign in to comment.