Skip to content

Commit

Permalink
Updated GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Sep 24, 2024
1 parent 5716e06 commit 018a1a7
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
21 changes: 21 additions & 0 deletions v7.5/stroom.json
Original file line number Diff line number Diff line change
Expand Up @@ -19215,6 +19215,27 @@
"ageRange" : {
"$ref" : "#/components/schemas/RangeLong"
},
"distinctFeeds" : {
"type" : "array",
"items" : {
"type" : "string"
},
"uniqueItems" : true
},
"distinctStatuses" : {
"type" : "array",
"items" : {
"type" : "string"
},
"uniqueItems" : true
},
"distinctTypes" : {
"type" : "array",
"items" : {
"type" : "string"
},
"uniqueItems" : true
},
"feedCount" : {
"type" : "integer",
"format" : "int64"
Expand Down
15 changes: 15 additions & 0 deletions v7.5/stroom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14790,6 +14790,21 @@ components:
properties:
ageRange:
$ref: '#/components/schemas/RangeLong'
distinctFeeds:
type: array
items:
type: string
uniqueItems: true
distinctStatuses:
type: array
items:
type: string
uniqueItems: true
distinctTypes:
type: array
items:
type: string
uniqueItems: true
feedCount:
type: integer
format: int64
Expand Down
2 changes: 1 addition & 1 deletion v7.5/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.5-beta.14
v7.5-beta.15

0 comments on commit 018a1a7

Please sign in to comment.