object
-
policiesarray of array of string required
OpenAPI schema definition
{
"properties": {
"policies": {
"items": {
"items": {
"type": "string"
},
"type": "array"
},
"type": "array"
}
},
"required": [
"policies"
],
"type": "object"
}