records
Distinct Portal Users Per Month
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"distinct-portal-users-per-month",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/distinct-portal-users-per-month"
}
] - "definitions":{
- "distinct-portal-users-per-month":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/distinct-portal-users-per-month_records"
}
}
} - "records":
} - "properties":
- "distinct-portal-users-per-month_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "month":,{
- "type":"string",
- "format":"date",
- "title":"month",
- "description":""
} - "users":,{
- "type":"integer",
- "title":"Users",
- "description":""
} - "registered":{
- "type":"string",
- "title":"Registered",
- "description":""
}
} - "month":
}
} - "fields":
} - "properties":
} - "distinct-portal-users-per-month":
}