fix: labels are 'key:value', plain strings, not arrays (#3902)
This commit is contained in:
committed by
GitHub
parent
f5ee82ab3a
commit
d22320fe62
@@ -66,10 +66,7 @@
|
||||
"additionalProperties": false,
|
||||
"patternProperties": {
|
||||
"^[a-z0-9_-]+$": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -28,8 +28,7 @@
|
||||
<br>*enum: ['PREVENT', 'DELETE', 'ABANDON']*
|
||||
- **labels**: *object*
|
||||
<br>*additional properties: false*
|
||||
- **`^[a-z0-9_-]+$`**: *array*
|
||||
- items: *string*
|
||||
- **`^[a-z0-9_-]+$`**: *string*
|
||||
- **locations**: *object*
|
||||
<br>*additional properties: false*
|
||||
- **bigquery**: *string*
|
||||
|
||||
Reference in New Issue
Block a user