records
Catalogue des données de la DIGIT
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":"catalogue-donnees",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/catalogue-donnees"
}
] - "definitions":{
- "catalogue-donnees":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/catalogue-donnees_records"
}
}
} - "records":
} - "properties":
- "catalogue-donnees_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "denomination":,{
- "type":"string",
- "title":"Dénomination",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "categorie":,{
- "type":"string",
- "title":"Catégorie",
- "description":""
} - "domaine_metier":,{
- "type":"string",
- "title":"Domaine métier",
- "description":""
} - "couverture":,{
- "type":"string",
- "title":"Couverture",
- "description":""
} - "proprietaire":,{
- "type":"string",
- "title":"Propriétaire",
- "description":""
} - "acces":,{
- "type":"string",
- "title":"Accès",
- "description":""
} - "catalogue":,{
- "type":"string",
- "title":"Catalogue",
- "description":""
} - "id_open_data":,{
- "type":"string",
- "title":"id_open_data",
- "description":""
} - "url":{
- "type":"string",
- "title":"url",
- "description":""
}
} - "denomination":
}
} - "fields":
} - "properties":
} - "catalogue-donnees":
}