Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
datsirul committed Jul 16, 2024
1 parent ae4214a commit c58a9c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions framework/json/configuration/beaconConfigurationSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"description": "Default granularity. Some responses could return higher detail, but this would be the granularity by default."
},
"securityLevels": {
"default": [
"CONTROLLED"
],
"description": "All access levels supported by the Beacon. Any combination is valid, as every option would apply to different parts of the Beacon.",
"items": {
"default": [
"CONTROLLED"
],
"enum": [
"PUBLIC",
"REGISTERED",
Expand Down
4 changes: 2 additions & 2 deletions framework/src/configuration/beaconConfigurationSchema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ properties:
- PUBLIC
- REGISTERED
- CONTROLLED
default:
- CONTROLLED
default:
- CONTROLLED
entryTypes:
$ref: '#/definitions/EntryTypes'
definitions:
Expand Down

0 comments on commit c58a9c4

Please sign in to comment.