com.atmosphereaccount.registry.featured

atmosphereaccount.com

Documentation

Curated directory of featured registry profiles. Maintained only on the Atmosphere account.

main record

Curated directory of featured registry profiles. Maintained only on the Atmosphere account.

Record Key literal:self Fixed literal value

Properties

entries array of ref #entry Required

No description available.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "entries"
    ],
    "properties": {
      "entries": {
        "type": "array",
        "items": {
          "ref": "#entry",
          "type": "ref"
        }
      }
    }
  },
  "description": "Curated directory of featured registry profiles. Maintained only on the Atmosphere account."
}
entry object

No description available.

Properties

badges array of string Optional

No description available.

did string did Required

A decentralized identifier (DID).

maxLength: 256 bytes
position integer Optional

No description available.

minimum: 0
View raw schema
{
  "type": "object",
  "required": [
    "did"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did",
      "maxLength": 256
    },
    "badges": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 32,
        "knownValues": [
          "verified",
          "official"
        ]
      }
    },
    "position": {
      "type": "integer",
      "minimum": 0
    }
  }
}

Lexicon Garden

@