A Matadisco record
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"publishedAt",
"resource"
],
"properties": {
"tags": {
"ref": "#tags",
"type": "ref"
},
"preview": {
"ref": "#preview",
"type": "ref"
},
"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"
}