A tile, instantiating MASL metadata into a record
tid
Timestamp-based ID
Properties
cid
string
cid
Required
The DRISL CID of the MASL for the tile
createdAt
string
datetime
Required
Timestamp
tile
ref
ing.dasl.masl#masl
Required
The MASL content
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"cid",
"tile",
"createdAt"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "The DRISL CID of the MASL for the tile"
},
"tile": {
"ref": "ing.dasl.masl#masl",
"type": "ref",
"description": "The MASL content"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp"
}
}
},
"description": "A tile, instantiating MASL metadata into a record"
}