records
Délais moyens de paiement des factures pour la Nouvelle-Calédonie
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":"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"
}
}
} - "records":
} - "properties":
- "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"
}
} - "annee_de_paiement":
}
} - "fields":
} - "properties":
} - "delai-paiement-facture-nc":
}