records
Via: Performance Reports
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":"via-performance-reports",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/via-performance-reports"
}
] - "definitions":{
- "via-performance-reports":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/via-performance-reports_records"
}
}
} - "records":
} - "properties":
- "via-performance-reports_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "file":{
- "type":"string",
- "title":"file",
- "description":""
}
} - "file":
}
} - "fields":
} - "properties":
} - "via-performance-reports":
}