Automated spec update (230598)

This commit is contained in:
Nelly (automation bot) 2026-06-15 23:56:11 +00:00
parent ff2c00aefd
commit 950380f96a
2 changed files with 36 additions and 0 deletions

View file

@ -23786,6 +23786,24 @@
"format": "int32" "format": "int32"
} }
] ]
},
"role_ids": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
},
"maxItems": 250,
"uniqueItems": true
},
{
"type": "null"
}
]
} }
} }
}, },

View file

@ -23804,6 +23804,24 @@
"format": "int32" "format": "int32"
} }
] ]
},
"role_ids": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
},
"maxItems": 250,
"uniqueItems": true
},
{
"type": "null"
}
]
} }
} }
}, },