Data Insight Calendar
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"data-insight-calendar",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/data-insight-calendar"
}
] - "definitions":{
- "data-insight-calendar":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/data-insight-calendar_records"
}
}
} - "records":
} - "properties":
- "data-insight-calendar_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "theme":,{
- "type":"string",
- "title":"Theme",
- "description":""
} - "data_source":,{
- "type":"string",
- "title":"Data Source",
- "description":""
} - "kapsarc_link":,{
- "type":"string",
- "title":"KAPSARC link",
- "description":""
} - "related_datasets":,{
- "type":"string",
- "title":"Related Datasets",
- "description":""
} - "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "source":,{
- "type":"string",
- "title":"Source ",
- "description":""
} - "publishing_date":,{
- "type":"string",
- "format":"date",
- "title":"Publishing Date",
- "description":""
} - "end_date":,{
- "type":"string",
- "format":"date",
- "title":"End Date",
- "description":""
} - "publishing_date1":,{
- "type":"string",
- "format":"date",
- "title":"Publishing Date1",
- "description":""
} - "end_date1":,{
- "type":"string",
- "format":"date",
- "title":"End Date1",
- "description":""
} - "end_of_week":{
- "type":"string",
- "format":"date",
- "title":"End of week",
- "description":""
}
} - "theme":
}
} - "fields":
} - "properties":
} - "data-insight-calendar":