A Matadisco record
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"publishedAt",
"resource"
],
"properties": {
"preview": {
"type": "object",
"required": [
"mimeType"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "The URL to the preview"
},
"mimeType": {
"type": "string",
"description": "The media type the preview has"
}
},
"description": "Preview of the data"
},
"resource": {
"type": "string",
"format": "uri",
"description": "A URI that links to resource containing the metadata"
},
"publishedAt": {
"type": "string",
"format": "datetime",
"description": "The time the original metadata/data was published"
}
}
},
"description": "A Matadisco record"
}