# earth.cirrus.check.withblob

> Published by [mk.gg](https://lexicon.garden/identity/did:plc:uwbl4k3tza7eyjv3morkrld2)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:uwbl4k3tza7eyjv3morkrld2/earth.cirrus.check.withblob)
- [Documentation](https://lexicon.garden/lexicon/did:plc:uwbl4k3tza7eyjv3morkrld2/earth.cirrus.check.withblob/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:uwbl4k3tza7eyjv3morkrld2/earth.cirrus.check.withblob/examples)

## Definitions

### `earth.cirrus.check.withblob`

**Type**: `record`

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.

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `file` | `blob` | Yes |  |

## Raw Schema

```json
{
  "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
}
```
