records

records

Active filters Clear all

No active filters

Filters

Grille tarifaire

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Intitulé commercial
               

No description available for this field.

Name (identifier)
intitule_commercial
Type
text
Sample
                       
Tarif du produit au 1er juillet 2024
               

No description available for this field.

Name (identifier)
tarif_du_produit_au_1er_juillet_2024
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"grille_tarifaire",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/grille_tarifaire"
      }
    ]
    ,
  • "definitions":
    {
    • "grille_tarifaire":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/grille_tarifaire_records"
            }
          }
        }
      }
      ,
    • "grille_tarifaire_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "intitule_commercial":
              {
              • "type":"string",
              • "title":"Intitulé commercial",
              • "description":""
              }
              ,
            • "tarif_du_produit_au_1er_juillet_2024":
              {
              • "type":"number",
              • "title":"Tarif du produit au 1er juillet 2024",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets