records
Happiness index of Speed center
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":"happiness-index-of-speed-center",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/happiness-index-of-speed-center"
}
] - "definitions":{
- "happiness-index-of-speed-center":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/happiness-index-of-speed-center_records"
}
}
} - "records":
} - "properties":
- "happiness-index-of-speed-center_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "customers_number_in_speed_center":,{
- "type":"number",
- "title":"Customers number in Speed center",
- "description":""
} - "results_of_the_happiness_index_questionnaire_of_speed_center":{
- "type":"number",
- "title":"Results of the happiness index questionnaire of Speed center",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "happiness-index-of-speed-center":
}