app.ocho.plugin.manifest

ocho-lexicons.ocho.app

{
  "id": "app.ocho.plugin.manifest",
  "defs": {
    "main": {
      "key": "string",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "id",
          "createdAt",
          "runtimeVersion",
          "launchAsset",
          "launchAssetBlob",
          "metadata",
          "extra"
        ],
        "properties": {
          "id": {
            "type": "string",
            "description": "The unique identifier for this plugin manifest."
          },
          "extra": {
            "ref": "app.ocho.plugin.defs#manifestExtra",
            "type": "ref",
            "description": "Additional metadata for the plugin, including Expo client and Go configurations."
          },
          "metadata": {
            "type": "unknown"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "The date and time when this plugin manifest was created."
          },
          "launchAsset": {
            "ref": "app.ocho.plugin.defs#launchAsset",
            "type": "ref",
            "description": "The launch asset for the plugin (the main javascipt bundle)."
          },
          "runtimeVersion": {
            "type": "string",
            "description": "The version of the Expo runtime this plugin is compatible with."
          },
          "launchAssetBlob": {
            "type": "blob",
            "description": "The base64-encoded content of the launch asset, used for offline access."
          }
        }
      },
      "description": "A plugin manifest for an Ocho plugin."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.ocho.plugin.manifest

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jm4zwg4raokwfysioe7767zh
CID
bafyreiavomrollnfpg6uompfgyqnoze5y5emavn2hvb7sb52twhis57ciy
Indexed At
2026-01-12 09:39 UTC
AT-URI
at://did:plc:jm4zwg4raokwfysioe7767zh/com.atproto.lexicon.schema/app.ocho.plugin.manifest

Referenced Schemas (2)

Lexicon Garden

@