at://alt.robocracy.org/com.atproto.lexicon.schema/net.bnewbold.demo.nested.blah

Back to Collection

Record JSON

{
  "$type": "com.atproto.lexicon.schema",
  "defs": {
    "main": {
      "description": "TODO: describe purpose of this schema",
      "key": "any",
      "record": {
        "properties": {
          "avatar": {
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 2000000,
            "type": "blob"
          },
          "createdAt": {
            "format": "datetime",
            "type": "string"
          },
          "description": {
            "maxGraphemes": 300,
            "maxLength": 3000,
            "type": "string"
          },
          "descriptionFacets": {
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            },
            "type": "array"
          },
          "name": {
            "description": "TODO: title name of record; can not be empty",
            "maxGraphemes": 64,
            "maxLength": 640,
            "minLength": 1,
            "type": "string"
          }
        },
        "required": [
          "name",
          "createdAt"
        ],
        "type": "object"
      },
      "type": "record"
    }
  },
  "id": "net.bnewbold.demo.nested.blah",
  "lexicon": 1
}