records
Référentiel douanier - Taux de change
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":"referentiel-douanier-taux-de-change",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/referentiel-douanier-taux-de-change"
}
] - "definitions":{
- "referentiel-douanier-taux-de-change":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/referentiel-douanier-taux-de-change_records"
}
}
} - "records":
} - "properties":
- "referentiel-douanier-taux-de-change_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"DATE_PUBLICATION",
- "description":"Date de publication (vendredi)"
} - "date_application":,{
- "type":"string",
- "format":"date",
- "title":"DATE_APPLICATION",
- "description":"Date de mise en application (lundi suivant la publication)"
} - "devise":,{
- "type":"string",
- "title":"DEVISE",
- "description":""
} - "cours":{
- "type":"number",
- "title":"COURS",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "referentiel-douanier-taux-de-change":
}