File tree Expand file tree Collapse file tree
spec/packages/aip/src/governance Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ model GovernanceQueryCustomersFilter {
1414 * Identifiers that cannot be resolved to a customer are reported in the response
1515 * `errors` array.
1616 */
17- @ summary ("Customer usage attribution keys " )
17+ @ summary ("Customer keys and usage- attribution subjects " )
1818 @ minItems (1 )
19- @ maxItems (1000 )
19+ @ maxItems (50 )
2020 keys : string [];
2121}
2222
@@ -32,7 +32,7 @@ model GovernanceQueryFeaturesFilter {
3232 */
3333 @ summary ("Feature Keys" )
3434 @ minItems (1 )
35- @ maxItems (1000 )
35+ @ maxItems (50 )
3636 keys : string [];
3737}
3838
@@ -107,7 +107,7 @@ model GovernanceQueryResult {
107107 * single result entry, with every requested identifier listed here.
108108 */
109109 @ visibility (Lifecycle .Read )
110- @ summary ("Matched Identifiers " )
110+ @ summary ("Matched identifiers " )
111111 matched : string [];
112112
113113 /**
@@ -220,7 +220,7 @@ model GovernanceQueryError is Shared.BaseError<GovernanceQueryErrorCode> {
220220 * The customer identifier from the request that produced this error.
221221 */
222222 @ visibility (Lifecycle .Read )
223- @ summary ("Customer Identifier " )
223+ @ summary ("Customer identifier " )
224224 customer ? : string ;
225225}
226226
You can’t perform that action at this time.
0 commit comments