Skip to content

Commit

Permalink
deleting aggregated from Granularity description
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Jul 16, 2024
1 parent 18eff1c commit 556e5b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion framework/json/common/beaconCommonComponents.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"Granularity": {
"default": "boolean",
"description": "Level of detail of the response:\n* `boolean`: returns true/false' responses * `count`: adds the total number of positive results found * `aggregated`: returns summary, aggregated or distribution like responses * `record`: returns details for every row. In cases where a Beacon prefers to return records with fewer than allattributes, different strategies have to be considered w/o adding them to the current design, e.g.:\n - keeping non-mandatory attributes empty\n - Beacon to provide a minimal record definition",
"description": "Level of detail of the response:\n* `boolean`: returns true/false' responses * `count`: adds the total number of positive results found * `record`: returns details for every row. In cases where a Beacon prefers to return records with fewer than allattributes, different strategies have to be considered w/o adding them to the current design, e.g.:\n - keeping non-mandatory attributes empty\n - Beacon to provide a minimal record definition",
"enum": [
"boolean",
"count",
Expand Down
1 change: 0 additions & 1 deletion framework/src/common/beaconCommonComponents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ definitions:
* `boolean`: returns true/false' responses
* `count`: adds the total number of positive results found
* `aggregated`: returns summary, aggregated or distribution like responses
* `record`: returns details for every row. In cases where a Beacon prefers
to return records with fewer than allattributes, different strategies have
to be considered w/o adding them to the current design, e.g.:
Expand Down

0 comments on commit 556e5b5

Please sign in to comment.