records
Ensemble du catalogue
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":"domaindatasets",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/domaindatasets"
}
] - "definitions":{
- "domaindatasets":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/domaindatasets_records"
}
}
} - "records":
} - "properties":
- "domaindatasets_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "dataset_id":,{
- "type":"string",
- "title":"Dataset identifier",
- "description":""
} - "federated":,{
- "type":"string",
- "title":"Federated dataset",
- "description":""
} - "title":,{
- "type":"string",
- "title":"Title",
- "description":""
} - "description":,{
- "type":"string",
- "title":"Description",
- "description":""
} - "theme":,{
- "type":"string",
- "title":"Themes",
- "description":""
} - "keyword":,{
- "type":"string",
- "title":"Keywords",
- "description":""
} - "license":,{
- "type":"string",
- "title":"License",
- "description":""
} - "language":,{
- "type":"string",
- "title":"Language",
- "description":""
} - "timezone":,{
- "type":"string",
- "title":"Timezone",
- "description":""
} - "modified":,{
- "type":"string",
- "format":"date-time",
- "title":"Modified",
- "description":""
} - "publisher":,{
- "type":"string",
- "title":"Publisher",
- "description":""
} - "references":,{
- "type":"string",
- "title":"Reference",
- "description":""
} - "attributions":,{
- "type":"string",
- "title":"Attributions",
- "description":""
} - "custom_projet_associe":,{
- "type":"string",
- "title":"Projet associé",
- "description":""
} - "custom_description_projet":,{
- "type":"string",
- "title":"Description projet",
- "description":""
} - "custom_lien_vers_le_site_du_projet":,{
- "type":"string",
- "title":"Lien vers le site du projet",
- "description":""
} - "custom_nom_du_projet":,{
- "type":"string",
- "title":"Nom du projet",
- "description":""
} - "custom_periode_haute":,{
- "type":"string",
- "title":"Période haute",
- "description":""
} - "custom_periode_basse":,{
- "type":"string",
- "title":"Période basse",
- "description":""
} - "records_count":,{
- "type":"integer",
- "title":"Number of records",
- "description":""
} - "explore_reuse_count":,{
- "type":"integer",
- "title":"Reuse count",
- "description":""
} - "visibility":,{
- "type":"string",
- "title":"Visibility (domain or restricted)",
- "description":""
} - "publishing_properties":{
- "type":"string",
- "title":"Publishing properties",
- "description":""
}
} - "dataset_id":
}
} - "fields":
} - "properties":
} - "domaindatasets":
}