records
Grille tarifaire
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":"grille_tarifaire",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/grille_tarifaire"
}
] - "definitions":{
- "grille_tarifaire":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/grille_tarifaire_records"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "intitule_commercial":
}
} - "fields":
} - "properties":
} - "grille_tarifaire":
}