app.ocho.plugin.getManifest

ocho-lexicons.ocho.app

{
  "id": "app.ocho.plugin.getManifest",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "ref": "app.ocho.plugin.defs#manifest",
          "type": "ref",
          "description": "The plugin manifest, which includes the plugin's metadata, launch asset, and extra information. TODO: Fix these types."
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did",
          "platform"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did",
            "description": "The did of the plugin to retrieve the manifest for"
          },
          "platform": {
            "enum": [
              "ios",
              "android",
              "web"
            ],
            "type": "string",
            "description": "The platform for which to retrieve the plugin manifest"
          }
        }
      },
      "description": "Get the manifest for an Ocho plugin."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.ocho.plugin.getManifest

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@