{
"id": "earth.cirrus.check.withblob",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"file"
],
"properties": {
"file": {
"type": "blob",
"maxSize": 1048576
}
}
},
"description": "A probe record referencing a blob, used by the space conformance suite to verify space blobs are not served publicly. Deleted with its probe space."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}