records
Grille tarifaire au format PDF
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-au-format-pdf",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/grille-tarifaire-au-format-pdf"
}
] - "definitions":{
- "grille-tarifaire-au-format-pdf":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/grille-tarifaire-au-format-pdf_records"
}
}
} - "records":
} - "properties":
- "grille-tarifaire-au-format-pdf_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "file":{
- "type":"string",
- "title":"Fichier",
- "description":""
}
} - "file":
}
} - "fields":
} - "properties":
} - "grille-tarifaire-au-format-pdf":
}