No description available.
Properties
blobKeys
array
of ref#key
Required
No description available.
View raw schema
{
"type": "object",
"required": [
"blobKeys"
],
"properties": {
"blobKeys": {
"type": "array",
"items": {
"ref": "#key",
"type": "ref"
}
}
}
}