dev.mccue.jvm.index

mccue.dev

Documentation

An index of where one might find a particular module

main record

An index of where one might find a particular module

Record Key any Any valid record key

Properties

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "providers"
    ],
    "properties": {
      "providers": {
        "type": "array",
        "items": {
          "ref": "dev.mccue.jvm.index#provider",
          "type": "ref"
        }
      }
    }
  },
  "description": "An index of where one might find a particular module"
}
moduleVersion object

No description available.

Properties

version string Required

No description available.

minLength: 1 bytes
View raw schema
{
  "type": "object",
  "required": [
    "version",
    "module"
  ],
  "properties": {
    "module": {
      "ref": "com.atproto.repo.strongRef",
      "type": "ref",
      "description": "A reference to the module in the provider repo"
    },
    "version": {
      "type": "string",
      "minLength": 1
    },
    "moduleInfo": {
      "ref": "dev.mccue.jvm.moduleInfo",
      "type": "ref"
    }
  }
}
provider object

No description available.

Properties

did string did Required

A decentralized identifier (DID).

View raw schema
{
  "type": "object",
  "required": [
    "did"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did"
    },
    "versions": {
      "type": "array",
      "items": {
        "ref": "dev.mccue.jvm.index#moduleVersion",
        "type": "ref"
      }
    }
  }
}

Lexicon Garden

@