Skip to content

Commit 904db7d

Browse files
committed
chore: update spec
1 parent 93a2182 commit 904db7d

3 files changed

Lines changed: 272 additions & 272 deletions

File tree

api/spec/packages/aip/src/governance/governance.tsp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)