records

records

Active filters Clear all

No active filters

Filters

[Interne] Accueil - KPI

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
metrique
               

No description available for this field.

Name (identifier)
metrique
Type
integer
Sample
                       
label
               

No description available for this field.

Name (identifier)
label
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"interne-accueil-kpi",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/interne-accueil-kpi"
      }
    ]
    ,
  • "definitions":
    {
    • "interne-accueil-kpi":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/interne-accueil-kpi_records"
            }
          }
        }
      }
      ,
    • "interne-accueil-kpi_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "metrique":
              {
              • "type":"integer",
              • "title":"metrique",
              • "description":""
              }
              ,
            • "label":
              {
              • "type":"string",
              • "title":"label",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets