Automated spec update (248789)

This commit is contained in:
Nelly (automation bot) 2026-08-06 22:20:11 +00:00
parent 29976fb3bd
commit e2bb941756
2 changed files with 68 additions and 0 deletions

View file

@ -17545,6 +17545,19 @@
"boolean", "boolean",
"null" "null"
] ]
},
"file_types": {
"type": [
"array",
"null"
],
"items": {
"type": "string",
"minLength": 1,
"maxLength": 16
},
"maxItems": 10,
"uniqueItems": true
} }
}, },
"required": [ "required": [
@ -17600,6 +17613,14 @@
}, },
"required": { "required": {
"type": "boolean" "type": "boolean"
},
"file_types": {
"type": "array",
"items": {
"type": "string",
"maxLength": 16
},
"uniqueItems": true
} }
}, },
"required": [ "required": [
@ -25526,6 +25547,19 @@
"boolean", "boolean",
"null" "null"
] ]
},
"file_types": {
"type": [
"array",
"null"
],
"items": {
"type": "string",
"minLength": 1,
"maxLength": 16
},
"maxItems": 10,
"uniqueItems": true
} }
}, },
"required": [ "required": [

View file

@ -17557,6 +17557,19 @@
"boolean", "boolean",
"null" "null"
] ]
},
"file_types": {
"type": [
"array",
"null"
],
"items": {
"type": "string",
"minLength": 1,
"maxLength": 16
},
"maxItems": 10,
"uniqueItems": true
} }
}, },
"required": [ "required": [
@ -17612,6 +17625,14 @@
}, },
"required": { "required": {
"type": "boolean" "type": "boolean"
},
"file_types": {
"type": "array",
"items": {
"type": "string",
"maxLength": 16
},
"uniqueItems": true
} }
}, },
"required": [ "required": [
@ -25544,6 +25565,19 @@
"boolean", "boolean",
"null" "null"
] ]
},
"file_types": {
"type": [
"array",
"null"
],
"items": {
"type": "string",
"minLength": 1,
"maxLength": 16
},
"maxItems": 10,
"uniqueItems": true
} }
}, },
"required": [ "required": [