Skip to content

Commit

Permalink
Tweaked property endpoint schema and example
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Mar 7, 2024
1 parent 746bab0 commit 3426ee5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions APIs/schemas/property.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"items": {
"type": "string",
"enum": [
"value/",
"descriptor/"
"descriptor/",
"value/"
]
},
"minItems": 2,
Expand Down
4 changes: 2 additions & 2 deletions examples/property-get-200.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
"value/",
"descriptor/"
"descriptor/",
"value/"
]

0 comments on commit 3426ee5

Please sign in to comment.