Dead Drop · JSON Structure

Dead Drop Drop Structure

Structural definition of the dead-drop Drop resource.

Type: object Properties: 13
MessagingPrivacyAnonymousOpen-Source

Drop is a JSON Structure definition published by Dead Drop, describing 13 properties. It conforms to the https://json-structure.org/v1/ meta-schema.

Properties

id name tier visibility payload salt iv encryptionAlgo encryptionParams mimeType hashAlgo contentHash expiresAt

Meta-schema: https://json-structure.org/v1/

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/v1/",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dead-drop/main/json-structure/dead-drop-drop-structure.json",
  "name": "Drop",
  "description": "Structural definition of the dead-drop Drop resource.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "SHA-256 hash of the drop name (64 hex characters)."
    },
    "name": {
      "type": "string",
      "description": "Human-friendly 4-word kebab-case drop name."
    },
    "tier": {
      "type": "string",
      "description": "Drop tier (free or deep)."
    },
    "visibility": {
      "type": "string",
      "description": "Drop visibility (private or public)."
    },
    "payload": {
      "type": "string",
      "description": "Drop payload. Hex ciphertext for private drops; plaintext for public drops."
    },
    "salt": {
      "type": "string",
      "description": "Hex-encoded PBKDF2 salt (16 bytes)."
    },
    "iv": {
      "type": "string",
      "description": "Hex-encoded AES-GCM IV (12 bytes)."
    },
    "encryptionAlgo": {
      "type": "string",
      "description": "Encryption algorithm identifier."
    },
    "encryptionParams": {
      "type": "object",
      "description": "Encryption parameter bag (e.g. PBKDF2 rounds)."
    },
    "mimeType": {
      "type": "string",
      "description": "MIME type of drop content."
    },
    "hashAlgo": {
      "type": "string",
      "description": "Hash algorithm used for the drop id and admin authentication."
    },
    "contentHash": {
      "type": "string",
      "description": "SHA-256 hash of the canonical content payload JSON."
    },
    "expiresAt": {
      "type": "string",
      "description": "ISO 8601 expiration timestamp."
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/dead-drop-drop-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.