earth.cirrus.check.withblob

mk.gg

Documentation

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.

main 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.

Record Key any Any valid record key

Properties

file blob Required

No description available.

maxSize: 1.0 MB
View raw schema
{
  "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."
}

Lexicon Garden

@