records
Modalità di presentazione ISEE - statistiche
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":"modalita-di-presentazione-isee-statistiche",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/modalita-di-presentazione-isee-statistiche"
}
] - "definitions":{
- "modalita-di-presentazione-isee-statistiche":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/modalita-di-presentazione-isee-statistiche_records"
}
}
} - "records":
} - "properties":
- "modalita-di-presentazione-isee-statistiche_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "anno_domanda":,{
- "type":"string",
- "format":"date",
- "title":"Anno domanda",
- "description":""
} - "servizio":,{
- "type":"string",
- "title":"Servizio",
- "description":""
} - "n_ro_domande_on_line":,{
- "type":"integer",
- "title":"N.ro domande on-line",
- "description":""
} - "n_ro_domande_totali":{
- "type":"integer",
- "title":"N.ro domande totali",
- "description":""
}
} - "anno_domanda":
}
} - "fields":
} - "properties":
} - "modalita-di-presentazione-isee-statistiche":
}