records

records

Active filters Clear all

No active filters

Filters

Distinct Portal Users Per Month

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
month
               

No description available for this field.

Name (identifier)
month
Type
date
Sample
                       
Users
               

No description available for this field.

Name (identifier)
users
Type
integer
Sample
                       
Registered
               

No description available for this field.

Name (identifier)
registered
Type
text
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets