Skip to content

Commit bc51ad3

Browse files
committed
removing unnecessary descriptions of beaconCountResponseSection
1 parent c24e276 commit bc51ad3

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

framework/json/responses/sections/beaconCountResponseSection.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@
33
"description": "Payload definition for the \"count\" response.",
44
"properties": {
55
"countAdjustedTo": {
6-
"$ref": "../../common/beaconCommonComponents.json#/$defs/CountAdjustedTo",
7-
"description": "List of handovers that apply to this resultset, not to the whole Beacon or to a result in particular."
6+
"$ref": "../../common/beaconCommonComponents.json#/$defs/CountAdjustedTo"
87
},
98
"countPrecision": {
10-
"$ref": "../../common/beaconCommonComponents.json#/$defs/CountPrecision",
11-
"description": "List of handovers that apply to this resultset, not to the whole Beacon or to a result in particular."
9+
"$ref": "../../common/beaconCommonComponents.json#/$defs/CountPrecision"
1210
},
1311
"exists": {
1412
"$ref": "../../common/beaconCommonComponents.json#/$defs/Exists"
1513
},
1614
"numTotalResults": {
17-
"$ref": "../../common/beaconCommonComponents.json#/$defs/NumTotalResults",
18-
"description": "Total number of results."
15+
"$ref": "../../common/beaconCommonComponents.json#/$defs/NumTotalResults"
1916
}
2017
},
2118
"required": [

framework/src/responses/sections/beaconCountResponseSection.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,12 @@ description: >-
44
type: object
55
properties:
66
countAdjustedTo:
7-
description: List of handovers that apply to this resultset, not to the whole
8-
Beacon or to a result in particular.
97
$ref: ../../common/beaconCommonComponents.yaml#/$defs/CountAdjustedTo
108
countPrecision:
11-
description: List of handovers that apply to this resultset, not to the whole
12-
Beacon or to a result in particular.
139
$ref: ../../common/beaconCommonComponents.yaml#/$defs/CountPrecision
1410
exists:
1511
$ref: ../../common/beaconCommonComponents.yaml#/$defs/Exists
1612
numTotalResults:
17-
description: Total number of results.
1813
$ref: ../../common/beaconCommonComponents.yaml#/$defs/NumTotalResults
1914
required:
2015
- exists

0 commit comments

Comments
 (0)