Skip to content

Commit

Permalink
Update tests/data/6-security-schemas/apikey-security-td-valid.jsonld
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
mahdanoura and TallTed authored Jul 10, 2024
1 parent 6808cac commit c05b3c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "MyLampThing",
"$title": "Apikey Security",
"description": "TD for a Lamp Thing",
"$description": "API key can be included in the request to the Thing in different ways. One way it can be used, is as a URI template where the API key should be replaced in the URI when sending an HTTPS request.",
"$description": "An API key can be included in a request to the Thing in various ways. One way to do this is to use a URI template where the API key should be replaced in the URI when sending an HTTPS request.",
"securityDefinitions": {
"apikey_key": {
"scheme": "apikey",
Expand Down

0 comments on commit c05b3c8

Please sign in to comment.