2710924574c1a0ce…
Created Aug 5, 20269 fields1 collection using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| name | string | |
| uuid | string | |
| views | integer | |
| handle | string | |
| monthly | array | |
| container | string | → Community |
| topCities | array | |
| topCountries | array | |
| containerType | string |
JSON Schema
{
"type": "object",
"title": "ContainerUsage",
"required": [
"container",
"name",
"views"
],
"properties": {
"name": {
"type": "string"
},
"uuid": {
"type": "string"
},
"views": {
"type": "integer"
},
"handle": {
"type": "string"
},
"monthly": {
"type": "array",
"items": {
"type": "object",
"properties": {
"month": {
"type": "string"
},
"views": {
"type": "integer"
}
}
}
},
"container": {
"type": "string",
"x-ref-type": "Community",
"description": "Record id in umass/scholarworks-items, e.g. community_1"
},
"topCities": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"views": {
"type": "integer"
}
}
}
},
"topCountries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"views": {
"type": "integer"
}
}
}
},
"containerType": {
"type": "string",
"description": "Community or Collection"
}
},
"description": "Usage for one community or collection. Keyed to the container record of the same id in umass/scholarworks-items."
}Used by 1 collection
umass/scholarworks-usageas
ContainerUsage · 1 versionFull hash:2710924574c1a0ce6564e546b5f03db8cc0c9ae85c9e2961d4c1add42a33fa29
ID:0ce7eb19-2b79-4b28-bf9b-4e0ab9c7de41