Result Map of Authority Keys
An Object
Note |
Properties
The following properties are available:
Property | Type | Default | Read-Only | Description |
---|---|---|---|---|
offset | number | No | ||
rows | array | No | ||
size | number | No | ||
total_rows | number | No |
Schema
{
"type": "object",
"description": "Result Map of Authority Keys",
"properties": {
"total_rows": {
"type": "number"
},
"offset": {
"type": "number"
},
"size": {
"type": "number"
},
"rows": {
"type": "array",
"items": {
"type": "string",
"description": "Authority Key"
}
}
},
"id": "resultmap_authorities"
}