records

records

Active filters Clear all

No active filters

Filters

Délais moyens de paiement des factures pour la Nouvelle-Calédonie

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Année de paiement
               

No description available for this field.

Name (identifier)
annee_de_paiement
Type
date
Sample
                       
Nb paiement
               

No description available for this field.

Name (identifier)
nb_paiement
Type
decimal
Sample
                       
Délai moyen de paiement
               

No description available for this field.

Name (identifier)
delai_moyen_de_paiement
Type
integer
Unit
jours
Sample
                       

JSON Schema

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

{
  • "title":"delai-paiement-facture-nc",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/delai-paiement-facture-nc"
      }
    ]
    ,
  • "definitions":
    {
    • "delai-paiement-facture-nc":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/delai-paiement-facture-nc_records"
            }
          }
        }
      }
      ,
    • "delai-paiement-facture-nc_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "annee_de_paiement":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Année de paiement",
              • "description":""
              }
              ,
            • "nb_paiement":
              {
              • "type":"number",
              • "title":"Nb paiement",
              • "description":""
              }
              ,
            • "delai_moyen_de_paiement":
              {
              • "type":"integer",
              • "title":"Délai moyen de paiement",
              • "description":"",
              • "unit":"jours"
              }
            }
          }
        }
      }
    }
}

Similar datasets