c8610539689e1c2b…
Created Aug 5, 202610 fields1 collection using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| name | string | |
| uuid | string | |
| views | integer | |
| monthly | array | |
| topCities | array | |
| harvestedAt | string | |
| coverageNote | string | |
| topCountries | array | |
| itemStatsAccess | string | |
| downloadStatsAccess | string |
JSON Schema
{
"type": "object",
"title": "SiteUsage",
"required": [
"name",
"views"
],
"properties": {
"name": {
"type": "string"
},
"uuid": {
"type": "string"
},
"views": {
"type": "integer",
"description": "Total site views reported by DSpace"
},
"monthly": {
"type": "array",
"items": {
"type": "object",
"properties": {
"month": {
"type": "string"
},
"views": {
"type": "integer"
}
}
},
"description": "Views per month. DSpace returns a rolling window, currently seven months."
},
"topCities": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"views": {
"type": "integer"
}
}
}
},
"harvestedAt": {
"type": "string"
},
"coverageNote": {
"type": "string"
},
"topCountries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"views": {
"type": "integer"
}
}
}
},
"itemStatsAccess": {
"type": "string",
"description": "public or authenticated-only"
},
"downloadStatsAccess": {
"type": "string",
"description": "public or authenticated-only"
}
},
"description": "Repository-wide usage, plus an explicit statement of what the anonymous API will not return."
}Used by 1 collection
umass/scholarworks-usageas
SiteUsage · 1 versionFull hash:c8610539689e1c2b7947a1ca6d914e89ea3f17b6681a7c9c7a5e8f579e023ca4
ID:7537c9ac-cccb-4fb8-8725-5b76d4628d30