records
Open data change log
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":"open-data-change-log",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/open-data-change-log"
}
] - "definitions":{
- "open-data-change-log":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/open-data-change-log_records"
}
}
} - "records":
} - "properties":
- "open-data-change-log_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "datasets":,{
- "type":"string",
- "title":"Datasets",
- "description":""
} - "changetype":,{
- "type":"string",
- "title":"ChangeType",
- "description":""
} - "title":,{
- "type":"string",
- "title":"Title",
- "description":""
} - "datasetids":,{
- "type":"string",
- "title":"DatasetIDs",
- "description":""
} - "details":,{
- "type":"string",
- "title":"Details",
- "description":""
} - "logdate":{
- "type":"string",
- "format":"date",
- "title":"LogDate",
- "description":""
}
} - "datasets":
}
} - "fields":
} - "properties":
} - "open-data-change-log":
}