No description available.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"blocks",
"createdAt"
],
"properties": {
"blocks": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "ISO 8601 datetime the project was created"
}
}
}
}