File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.5",
7
- "regenerated": "2023-09-06 15:59:29.547470 ",
8
- "spec_repo_commit": "f65a8312 "
7
+ "regenerated": "2023-09-07 17:53:33.982832 ",
8
+ "spec_repo_commit": "40dbfff2 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.5",
12
- "regenerated": "2023-09-06 15:59:29.560411 ",
13
- "spec_repo_commit": "f65a8312 "
12
+ "regenerated": "2023-09-07 17:53:34.002520 ",
13
+ "spec_repo_commit": "40dbfff2 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -6901,18 +6901,20 @@ components:
6901
6901
MonitorSearchCount:
6902
6902
description: Search facets.
6903
6903
items:
6904
- description: A facet item.
6905
- properties:
6906
- count:
6907
- description: The number of found monitors with the listed value.
6908
- format: int64
6909
- readOnly: true
6910
- type: integer
6911
- name:
6912
- description: The facet value.
6913
- readOnly: true
6914
- type: object
6904
+ $ref: '#/components/schemas/MonitorSearchCountItem'
6915
6905
type: array
6906
+ MonitorSearchCountItem:
6907
+ description: A facet item.
6908
+ properties:
6909
+ count:
6910
+ description: The number of found monitors with the listed value.
6911
+ format: int64
6912
+ readOnly: true
6913
+ type: integer
6914
+ name:
6915
+ description: The facet value.
6916
+ readOnly: true
6917
+ type: object
6916
6918
MonitorSearchResponse:
6917
6919
description: The response form a monitor search.
6918
6920
example:
You can’t perform that action at this time.
0 commit comments